Flowaccount Nx Plugins Versions Save

Nx plugins built by FlowAccount team, helps deploy systems to the cloud

1.1.1

2 years ago
  1. Update serverless version 2.29.0 => 2.69.0 [#114]
  2. Fixed stats.json issue [#119]
  3. Fixed offline schema, fix dep-graph for npm packaging [#117]

1.1.0

2 years ago

1.0.0-beta.9

2 years ago

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.

1.0.0-beta.7

2 years ago

Release bug fixes and sls compat Have bug to deploy as function

1.0.0-beta.5

2 years ago

external dependency bug

https://github.com/flowaccount/nx-plugins/pull/89

NPM and YARN package compare to lowercase

https://github.com/flowaccount/nx-plugins/pull/91

1.0.0-beta.2

2 years ago

fix bugs

1.0.0-beta.1

2 years ago

migrated to nx-12

0.5.3

3 years ago

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

Fixes/Feature #23 #30 #44 #50 #53 #54 #55 #57 #49 #71

0.5.0

3 years ago

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

fix(nx-serverless): fix issue #17 , #18

0.4.5

4 years ago

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