Releases: flowaccount/nx-plugins
Bug fixes and update serverless version
Fixed stage during init serverless
fix(nx-serverless): fix stage during init serverless (#111) * fix(nx-serverless): fix stage during init serverless * fix(nx-serverless): graceful-fs 4.2.1 so its not failing in ubuntu * fix(nx-serverless): fixed `copyBuildOutputToBePackaged` by added remove old build output files before copy * docs(nx-serverless): update release version 1.0.2 => 1.0.3 * docs(nx-serverless): update release version 1.0.2 => 1.1.0 Co-authored-by: Narong <[email protected]>
Deploy per function
This release supports deploy per function while the 1.0.0-beta.8 has a bug and can't be deployed.
Look at the pr #97 for implementaiton changes.
Bug fixes and sls compat
Release bug fixes and sls compat
Have bug to deploy as function
Fix important external dependency bug not resolving
1.0.0-beta.2
fix bugs
1.0.0-beta.1
migrated to nx-12
Release 0.5.3
Details:
Make it run with npm
add ignoreScripts option so that gyp commands are run and not ignored
add ability to copy assets files through worskpace.json/angular.json configuration
Refactored the place to store serverless so it is in dist/.serverlesPackage
make the default nx add
to add the api-serverless schematics and will make angular-universal obsolete
fix the plugin loading bug by moving it to serverlesswrapper to load before executing script
add args option to deploy and sls to pass args from workspace.json
Release 0.5.0
fix(nx-serverless): finished up express schematics
fix(testing): add e2e tests, fixed test for express and scully
feat(core): add scully-plugins for the angular-paperclip-experiment (delay plugin, lazy load picture, google analytics)
fix(nx-serverless): fix exclude aws-sdk no matter what and ability to exclude through serverless.yml
feat(nx-serverless): add sls builder, no schematics for it yet.
fix(core): add tests and make sure tests work
Add and deploy angular-universal to aws with serverless framework
Bug fixes
* Fix api schematics to not have automatic watch
New Feature
- Add ability to generate serverless and universal schematic to existing angular app
- Deploy or test the serverless angular offline
- Improve how api is deployed
- Add ability to compile typescript applications with dependency check to populate package.json
- Wait to apply the above compile ability to api-serverless node-typescript projects
- Angular universal offline command does not watch the waitUntilTargets when files are changed
Known issue
- Angular universal offline command does not watch the waitUntilTargets when files are changed