This repository has been 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
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
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
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
JSONConvertible
with more fine-grained control (you can now controlJSONInitializable
andJSONRepresentable
independently).
Version 1.0.0 Beta 3
Added
- Support for setting a length on a preparation (#30).
- Support for more fine-grained control (using
ignoreJSONInitializable
andignoreJSONRepresentable
) for generated JSON related files (thanks Cellane).
Changed
- Depend on
XCTestCase
instead ofTestCase
forLinuxMain.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.
unique
is now optional when doingforeignId
preparations.
Fixed
- Optional values are now being transformed correctly into
Bool
in preparations (opposed to boolean ints).
Version 1.0.0 Beta 1
🎉