Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@skryukov skryukov released this 10 Jun 20:28
84ed80c

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

Full Changelog: v0.4.0...v0.4.1