What's Changed
Added
- Add option to use double quotes in generated TypeScript interfaces through
prefer_double_quotes
config option (@kristinemcbride)
Fixed
- Fix types not being generated on the fly since [0.2.0]. (@skryukov)
- Improve memory consumption (~100x less memory) & speed of types generation (~5x faster). (@skryukov)
- Fix nullable detection for
belongs_to
associations with:active_record
strategy. (@NOX73) - Alba: fix unknown type for conditional attribute with
transform_keys
. (@nkriege)
New Contributors
- @NOX73 made their first contribution in #46
- @kristinemcbride made their first contribution in #43
Full Changelog: v0.4.0...v0.4.1