Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@Nitemaeric Nitemaeric released this 21 Apr 14:12
· 8 commits to main since this release

Changes

  • Cache serializer lookup results

  • Add ability to pass common options to multiple

    Useful when passing a custom namespace to multiple associations all at once.

    class Api::V1::Detailed::UserSerializer < Transmutation::Serializer
      has_many :repositories, :pull_requests, namespace: "::Api::V1"
    end

Full Changelog: v0.5.0...v0.5.1