Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/sourcery-templates

Version 1.0.0 Beta 9

18 Apr 09:06
1a74c7b
Compare
Choose a tag to compare
Version 1.0.0 Beta 9 Pre-release
Pre-release

Added

Version 1.0.0 Beta 8

10 Apr 08:48
f7d470a
Compare
Choose a tag to compare
Version 1.0.0 Beta 8 Pre-release
Pre-release

Changed

  • Routes will go into one file instead of multiple now.

Version 1.0.0 Beta 7

05 Mar 13:57
2bc23fc
Compare
Choose a tag to compare
Version 1.0.0 Beta 7 Pre-release
Pre-release

Fixed

  • Optional enum types are now being handled correctly in the preparation (#44).
  • Unique annotation are now handled in preparations for enum types.

Version 1.0.0 Beta 6

27 Feb 11:42
bee83e1
Compare
Choose a tag to compare
Version 1.0.0 Beta 6 Pre-release
Pre-release

Fixed:

  • The preparation for an optional enum now doesn't include the optional part for the options for the enum. This would earlier generate code that wouldn't compile.

Version 1.0.0 Beta 5

26 Feb 14:57
4e337ec
Compare
Choose a tag to compare
Version 1.0.0 Beta 5 Pre-release
Pre-release

Changed

  • Generated code in extensions of types now takes over the access level of the corresponding types. Note that this might open up some properties and functions to higher access levels.

Version 1.0.0 Beta 4

08 Feb 14:51
6c21f88
Compare
Choose a tag to compare
Version 1.0.0 Beta 4 Pre-release
Pre-release

Changed

  • JSONConvertible with more fine-grained control (you can now control JSONInitializable and JSONRepresentable independently).

Version 1.0.0 Beta 3

19 Dec 09:49
Compare
Choose a tag to compare
Version 1.0.0 Beta 3 Pre-release
Pre-release

Added

  • Support for setting a length on a preparation (#30).
  • Support for more fine-grained control (using ignoreJSONInitializable and ignoreJSONRepresentable) for generated JSON related files (thanks Cellane).

Changed

  • Depend on XCTestCase instead of TestCase for LinuxMain.swift (#29).

Fixed

  • Minor inconsistencies in the readme.

Version 1.0.0 Beta 2

16 Nov 11:28
afe028d
Compare
Choose a tag to compare
Version 1.0.0 Beta 2 Pre-release
Pre-release

Changed

  • Aligned the amount of newlines at the top of the generated files.
  • unique is now optional when doing foreignId preparations.

Fixed

  • Optional values are now being transformed correctly into Bool in preparations (opposed to boolean ints).

Version 1.0.0 Beta 1

15 Nov 12:10
629ecbc
Compare
Choose a tag to compare
Version 1.0.0 Beta 1 Pre-release
Pre-release

🎉