This repository was archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/sourcery-templates
Releases · ml-archive/sourcery-templates
Version 1.0.0 Beta 9
Added
- Support for Forms
Version 1.0.0 Beta 8
Changed
- Routes will go into one file instead of multiple now.
Version 1.0.0 Beta 7
Fixed
- Optional
enumtypes 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
Fixed:
- The preparation for an optional
enumnow 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
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
Changed
JSONConvertiblewith more fine-grained control (you can now controlJSONInitializableandJSONRepresentableindependently).
Version 1.0.0 Beta 3
Added
- Support for setting a length on a preparation (#30).
- Support for more fine-grained control (using
ignoreJSONInitializableandignoreJSONRepresentable) for generated JSON related files (thanks Cellane).
Changed
- Depend on
XCTestCaseinstead ofTestCaseforLinuxMain.swift(#29).
Fixed
- Minor inconsistencies in the readme.
Version 1.0.0 Beta 2
Changed
- Aligned the amount of newlines at the top of the generated files.
uniqueis now optional when doingforeignIdpreparations.
Fixed
- Optional values are now being transformed correctly into
Boolin preparations (opposed to boolean ints).
Version 1.0.0 Beta 1
🎉