- Your contribution here.
- #18 - Revert to model_name instead of class-name - @dblommesteijn
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.
- Reverted v0.2.2 and bumped
loofah
usingdependabot
- @EmCousin.
- Fixed low severity vulnerabiliy issue with
loofah
dependency - @EmCousin.
- #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.
- Initial public release - @EmCousin.