Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 1.66 KB

Changelog

v0.2.6 (Next)

  • Your contribution here.

v0.2.5 (January 23, 2020)

Note : This PR fixes a bug when serializing a ActiveRecord::Relation instance, the formatter was looking for a formatter ActiveRecord::RelationSerializer serializer that doesn't exist, insteafd of looking for the serializer corresponding to its model name.

v0.2.4 (December 16, 2019)

  • #15 - Handle serializers which don't have any attributes - @vesan

v0.2.3 (December 12, 2019)

  • Reverted v0.2.2 and bumped loofah using dependabot - @EmCousin.

v0.2.2 (December 12, 2019)

  • Fixed low severity vulnerabiliy issue with loofah dependency - @EmCousin.

v0.2.1 (September 18, 2019)

  • #12 - Removed call to rails and fixed a potential security issue - @EmCousin.

v0.2.0 (February 8, 2019)

  • #5: Provide custom Grape Swagger parser for fast_jsonapi object serializers, as well as unit test coverage - @EmCousin
  • #6 - Fix to make the parser compatible with latest version of fast_jsonapi (1.5 at date) - @rromanchuk.

v0.1.0