Releases: krzysztofzablocki/Sourcery
Releases · krzysztofzablocki/Sourcery
0.3.5
- added support for type/variable source annotations
- added property
kind
toType
, it contains info whether this is struct, class or enum entry - improved detecting enums with rawType
- Automatically skips
.swift
files that were generated withSourcery
0.3.3
- fixes treating empty parens on enums as associated types e.g.
case something()
- adds
isOptional
on Variables - skips scanning files that are marked with Sourcery code generation header
0.3.2
- Updated dependencies
- Brings newer Stencil version that fixes couple of issues e.g. if's now work properly with numbers
0.3.1
Contained types now work with type
lookup, e.g. type.RootType.InnerType
0.3.0
- Renamed project to Sourcery to avoid linguistic ableism, fixes #2
- Improved
inheriting
implementing
reflections behaviours - Added
based
that takes over unfiltered reflection from previousinherting
- Added code generation headers to make sure people don't edit generated code and track version of Sourcery
0.2.2
- Adds reflection
hasAssociatedValues
to Enum entries
0.2.1
- Fixes relative paths not working
0.2.0
- Insanity code-generates it's own boilerplate
0.1.1
Initial release