Skip to content

Releases: simondotm/nx-firebase

v2.3.0

06 Apr 02:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

29 Mar 18:03
Compare
Choose a tag to compare

What's Changed

  • chore: Move @nx/node dependency to peer dependencies by @jaytavares in #190
  • fix: Eliminate dependencies on @nx/node in init generator by @simondotm in #196
  • refactor: Simplify init generator & cleanup unit & e2e tests by @simondotm in #197
  • chore: Release/Publish CI updated by @simondotm in #198

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2

02 Oct 22:34
3ce1b72
Compare
Choose a tag to compare

What's Changed

Patch release with @nx/devkit peerDep to allow listing in Nx plugin registry.

Full Changelog: v2.1.1...v2.1.2

v2.1.1

26 Sep 23:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

24 Sep 10:01
Compare
Choose a tag to compare

This release has some issues - see #151

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

26 Aug 11:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.1...v2.0.0

v2.0.0-beta.1

28 Jun 23:18
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1

v2.0.0-beta.0

25 Jun 22:42
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

What's Changed

Initial beta of plugin version 2.0.

Users of earlier plugin versions must read here for plugin v1 -> v2 migration instructions

Please note that legacy v1 versions of the plugin are no longer supported from this point on, so only take this update if you are prepared to migrate your workspace and Firebase projects

Changes

  • Plugin is completely rewritten
  • Added @simondotm/nx-firebase:function generator
  • Firebase functions are now separate application nx projects
  • Now uses esbuild to compile & bundle firebase functions
  • Firebase functions no longer require Nx libraries to be buildable
  • Added @simondotm/nx-firebase:sync generator to manage Firebase workspaces
  • Minimum Nx version is now 16.1.1
  • Watch mode build of function code & libraries is now fully supported when running Firebase emulator

Full Changelog: v1.1.0...v2.0.0-beta.0

v1.1.0

24 Jun 23:48
Compare
Choose a tag to compare

Promoting v1.1.0-beta.0 to official release
No changes.
This will be the last release before version 2.0

Full Changelog: v1.1.0-beta.0...v1.1.0

v1.1.0-beta.0

08 May 12:55
Compare
Choose a tag to compare
v1.1.0-beta.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0-beta.0