Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Nov 26, 2024
1 parent 8cce3a2 commit d270cd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ and this project adheres to [Semantic Versioning].

## Added

- Add support for enum attributes declared using `ActiveRecord::Enum` or explicitly in serializers ([@envek])
- Add support for comments in generated TypeScript interfaces ([@envek])
- Add support for enum attributes declared using `ActiveRecord::Enum` or explicitly in serializers ([@Envek])
- Add support for comments in generated TypeScript interfaces ([@Envek])
- Add TypeScript verbatim module syntax support through `verbatim_module_syntax` config option ([@patvice])
- Add `typelizer:generate:refresh` command to clean output directory and regenerate all interfaces ([@patvice])
- Allow disabling Typelizer in Rails development with `DISABLE_TYPELIZER` environment variable to `true` ([@okuramasafumi])
- Allow to get interfaces without generating TypeScript files ([@Envek])

## Fixes

- Do not override `Typelizer.dirs` in the railtie initializer ([@patvice])
- Do not raise on empty nested serializers ([@skryukov])
- Attribute options merging in inherited serializers ([@envek])
- Attribute options merging in inherited serializers ([@Envek])
- Allow recursive type definition ([@okuramasafumi])

## [0.1.5] - 2024-10-07
Expand Down Expand Up @@ -75,7 +76,7 @@ and this project adheres to [Semantic Versioning].
- Initial release ([@skryukov])

[@davidrunger]: https://github.com/davidrunger
[@envek]: https://github.com/envek
[@Envek]: https://github.com/Envek
[@okuramasafumi]: https://github.com/okuramasafumi
[@patvice]: https://github.com/patvice
[@skryukov]: https://github.com/skryukov
Expand Down

0 comments on commit d270cd5

Please sign in to comment.