mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Move 1.2.1 changes out of breaking changes
This commit is contained in:
parent
4bef8357df
commit
a4ae1d64e9
1 changed files with 4 additions and 3 deletions
|
|
@ -5,9 +5,6 @@ Use [active_model_serializers](https://github.com/rails-api/active_model_seriali
|
|||
[](http://travis-ci.org/jrhe/grape-active_model_serializers) [](https://gemnasium.com/jrhe/grape-active_model_serializers) [](https://codeclimate.com/github/jrhe/grape-active_model_serializers)
|
||||
|
||||
## Breaking Changes
|
||||
#### v1.2.1
|
||||
* Adds support for active model serializer 0.9.x
|
||||
|
||||
#### v1.0.0
|
||||
* *BREAKING* Changes behaviour of root keys when serialising arrays. See [Array roots](https://github.com/jrhe/grape-active_model_serializers#array-roots)
|
||||
|
||||
|
|
@ -173,6 +170,10 @@ Enjoy :)
|
|||
|
||||
## Changelog
|
||||
|
||||
#### v1.2.1
|
||||
* Adds support for active model serializer 0.9.x
|
||||
|
||||
|
||||
#### v1.0.0
|
||||
* Released on rubygems.org
|
||||
* *BREAKING* Changes behaviour of root keys when serialising arrays. See [Array roots](https://github.com/jrhe/grape-active_model_serializers#array-roots)
|
||||
|
|
|
|||
Loading…
Reference in a new issue