Skip to content

Releases: quatico-solutions/magellan

Release 0.13.0

20 Feb 09:49
Compare
Choose a tag to compare

Changed

  • Breaking Change: All dependencies apart from @quatico/magellan-cli have all their dependencies move from bundled to peer dependencies.
  • Breaking Change: @quatico/magellan-addons: client-function-transform - now removes all code from generated/transformed client-side service function files that are not the service functions themselves. This includes all imports, exported and non-exported code.
  • @quatico/magellan-addons: client-function-transform - changed behaviour. functionsDir is no longer required. All source files are checked for @service() decorators.
  • @quatico/magellan-addons: serivce-function-generate - changed behaviour. functionsDir is no longer required. All source files are checked for @service() decorators.

What's Changed

  • E: update .github pipelines dependencies by @meck93 in #47

Full Changelog: v0.12.0...v0.13.0

Release 0.12.0

17 Feb 06:27
Compare
Choose a tag to compare

Fixed

  • Breaking Change: Removed short options from CLI commands. Fixes bug when using -p for both --project and --port. Use long options --project <path> and --port <port> instead.

Changed

  • Breaking Change: Only Node.js 18 or higher is supported.
  • Upgraded @quatico/websmith-* dependencies to 0.6.3
  • Upgraded commander to 12.1.0
  • Upgraded minimist to 1.2.8

Removed

  • Removed node-fetch as a dependency as Node.js 18 and above have it built-in.
  • Removed form-data as a dependency as Node.js 18 and above have it built-in.
  • Removed morgan as it was not used.

Full Changelog: v0.11.3...v0.12.0

Release 0.11.3

15 Nov 16:54
Compare
Choose a tag to compare

Release 0.11.2

15 Nov 15:49
Compare
Choose a tag to compare

Added

  • Created a new package @quatico/magellan-starter containing templates for different frontend frameworks. The package contains a binary create-magellan that guides the user through the process of scaffolding the template in a directory of choice. Currently, the following templates are available:
    • react-typescript-webpack: a simple React application using Typescript and Webpack

What's Changed

  • E: remove unused .github/workflows code by @meck93 in #46

New Contributors

Full Changelog: v0.10.1...v0.11.2

Release 0.10.1

31 Oct 14:10
Compare
Choose a tag to compare

Release 0.10.0

20 Sep 13:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.10.0

Release 0.9.0

04 Jul 08:30
Compare
Choose a tag to compare

Added

  • Support for BigInt serialization and deserialization.

What's Changed

Full Changelog: v0.3.0...v0.9.0

Release 0.8.0

19 Jun 08:58
Compare
Choose a tag to compare

Added

  • Support for BigInt serialization and deserialization.

What's Changed

Full Changelog: v0.3.0...v0.8.0

Release 0.7.1

16 Apr 11:09
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v0.7.1

Release 0.7.0

05 Apr 08:44
Compare
Choose a tag to compare

Full Changelog: v0.6.2...v0.7.0