serverless-esm-layer
Version:
A serverless plugin that will fix the problem of AWS-Layers not working with ES Modules (ESM .mjs)
44 lines (23 loc) • 770 B
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [1.2.0] - 2023-04-17
## feat
- support deployment of a single function with "serverless deploy function -f functionName"
# [1.1.0] - 2022-11-15
## feat
- editing all files simultaneously
# [1.0.5 .. 6] - 2022-10-25
## fix
- sync of functions
# [1.0.3 .. 4] - 2022-09-18
## fix
- path for temporary files
# [1.0.2] - 2022-09-18
## chore
- added repository url in package
- Added link with problem description
# [1.0.0] - 2022-09-18
## feat
- first fully functional version