All Versions
65
Latest Version
Avg Release Cycle
69 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.3.9 Changes
๐ New Features
- ๐ Enables support for scanning extensions of unknown type, providing partial metadata via types.based or types.all reflection
-
v0.3.8 Changes
๐ New Features
- โ Adds real type reflection into Variable, not only it's name
- Resolves known typealiases
-
v0.3.7 Changes
๐ Bug Fixes
- ๐ Fixes a bug that caused Sourcery to drop previous type information when encountering generated code, closes #33
-
v0.3.6 Changes
๐ Bug Fixes
- ๐ Fixes bug in escaping path
- ๐ Fixes missing protocol variant in kind
-
v0.3.5 Changes
๐ New Features
- โ added support for type/variable source annotations
- โ added property kind to Type, it contains info whether this is struct, class or enum entry
- Automatically skips .swift files that were generated with Sourcery
Internal changes
- ๐ improved detecting enums with rawType