- Your contribution here.
- renamed gem from
grape_fast_jsonapi
togrape-jsonapi
- Changed dependency from fast_jsonapi to jsonapi-serializer
- Deprecated
Grape::Formatter::FastJsonapi
andGrape::FastJsonapi::Parser
in favor toGrape::Formatter::Jsonapi
andGrape::Jsonapi::Parser
. Will be removed in v1.1 - Fixed bugs due to breaking changes caused by the switch
- Added and configured Rubocop
- Security updates
- #14 and #21 - Fixes to swagger parser: Respect
:key
setting, fix column type rendering, allow adding to schema - @vincentvanbush and @nathanvda
- #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.
- Security updates
- 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.