Skip to content

Releases: skryukov/typelizer

v0.1.5

07 Oct 15:18
9339681
Compare
Choose a tag to compare

Fixed

  • Fix the duplicated import with multiple same association (@okuramasafumi)

Full Changelog: v0.1.4...v0.1.5

v0.1.4

04 Oct 12:40
82a6c62
Compare
Choose a tag to compare

Added

Full Changelog: v0.1.3...v0.1.4

v0.1.3

27 Sep 11:58
0b0015a
Compare
Choose a tag to compare

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

05 Sep 08:24
5284071
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Aug 18:53
ab90684
Compare
Choose a tag to compare

Fixed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Aug 18:52
5cf1cdd
Compare
Choose a tag to compare

Added

Full Changelog: https://github.com/skryukov/typelizer/commits/v0.1.0