Skip to content

Releases: quatico-solutions/magellan

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

Release 0.6.2

28 Mar 09:08
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

Release 0.6.1

21 Feb 14:49
Compare
Choose a tag to compare

Changed

  • Upgraded TypeScript dependency to 5.0.x
  • Upgraded @quatico/websmith-* dependencies to 0.4.0
  • Made the client transformation code more strict. Throws an error during the code generation if the client function accepts a destructured object or a function as parameter.

Removed

  • Removed packages/java focusing the project on nodejs.
  • Removed unused code and dependencies.

What's Changed

Full Changelog: v0.3.0...v0.6.1