Skip to content

Releases: flowaccount/nx-plugins

Bug fixes and update serverless version

06 Jan 03:32
2052b7b
Compare
Choose a tag to compare
  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]

Fixed stage during init serverless

21 Dec 08:33
7e0df3e
Compare
Choose a tag to compare
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 <narong@flowaccount.com>

Deploy per function

23 Nov 16:28
Compare
Choose a tag to compare
Deploy per function Pre-release
Pre-release

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

13 Nov 18:47
fb98840
Compare
Choose a tag to compare
Pre-release

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

Fix important external dependency bug not resolving

31 Aug 11:04
Compare
Choose a tag to compare

external dependency bug

#89

NPM and YARN package compare to lowercase

#91

1.0.0-beta.2

31 Aug 10:39
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

fix bugs

1.0.0-beta.1

31 Aug 10:38
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

migrated to nx-12

Release 0.5.3

23 Apr 08:50
b9f86ec
Compare
Choose a tag to compare

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

Release 0.5.0

09 Jun 10:17
6a541b6
Compare
Choose a tag to compare

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

Add and deploy angular-universal to aws with serverless framework

15 Mar 08:04
Compare
Choose a tag to compare

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