Releases: skryukov/typelizer
Releases · skryukov/typelizer
v0.1.5
Fixed
- Fix the duplicated import with multiple same association (@okuramasafumi)
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Added
- PORO model plugin (@okuramasafumi)
- Auto model plugin (@skryukov)
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Added
-
Support inline associations (@okuramasafumi, @skryukov)
Example of Alba serializer with inline associations (note the
helper Typelizer::DSL
, see Alba's docs for more details):class FooSerializer include Alba::Resource helper Typelizer::DSL many :bars do typelize_from Bar attributes :id, :name end end
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Fixed
- Prevent Alba's
meta nil
raising an error (@okuramasafumi)
New Contributors
- @okuramasafumi made their first contribution in #5
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixed
- Failing method inspection (@skryukov, @davidrunger)
New Contributors
- @davidrunger made their first contribution in #2
Full Changelog: v0.1.0...v0.1.1