|
1 | 1 | ## 0.10.x |
2 | 2 |
|
3 | 3 | Breaking changes: |
| 4 | + |
4 | 5 | Features: |
| 6 | +- [#1515](https://github.com/rails-api/active_model_serializers/pull/1515) Adds support for symbols to the |
| 7 | + `ActiveModel::Serializer.type` method. (@groyoh) |
| 8 | +- [#1504](https://github.com/rails-api/active_model_serializers/pull/1504) Adds the changes missing from #1454 |
| 9 | + and add more tests for resource identifier and relationship objects. Fix association block with link |
| 10 | + returning `data: nil`.(@groyoh) |
| 11 | +- [#1372](https://github.com/rails-api/active_model_serializers/pull/1372) Support |
| 12 | + cache_store.read_multi. (@LcpMarvel) |
| 13 | +- [#1018](https://github.com/rails-api/active_model_serializers/pull/1018) Add more tests and docs for top-level links. (@leandrocp) |
| 14 | +- [#1454](https://github.com/rails-api/active_model_serializers/pull/1454) Add support for |
| 15 | + relationship-level links and meta attributes. (@beauby) |
| 16 | +- [#1340](https://github.com/rails-api/active_model_serializers/pull/1340) Add support for resource-level meta. (@beauby) |
| 17 | + |
5 | 18 | Fixes: |
| 19 | +- [#1516](https://github.com/rails-api/active_model_serializers/pull/1501) No longer return a nil href when only |
| 20 | + adding meta to a relationship link. (@groyoh) |
| 21 | +- [#1458](https://github.com/rails-api/active_model_serializers/pull/1458) Preserve the serializer |
| 22 | + type when fragment caching. (@bdmac) |
| 23 | +- [#1477](https://github.com/rails-api/active_model_serializers/pull/1477) Fix `fragment_cached?` |
| 24 | + method to check if caching. (@bdmac) |
| 25 | +- [#1501](https://github.com/rails-api/active_model_serializers/pull/1501) Adds tests for SerializableResource::use_adapter?,doc typos (@domitian) |
6 | 26 | - [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00) |
| 27 | + |
7 | 28 | Misc: |
8 | 29 |
|
9 | 30 | ### v0.10.0.rc4 (2016/01/27 11:00 +00:00) |
@@ -415,7 +436,7 @@ Features: |
415 | 436 | '[Revert the serializers API as other alternatives are now also under discussion](https://github.com/rails/rails/commit/0a4035b12a6c59253cb60f9e3456513c6a6a9d33)'. |
416 | 437 | - [Proposed Implementation to Rails 3.2 by @wycats and @josevalim (November 25, 2011)](https://github.com/rails/rails/pull/3753) |
417 | 438 | - [Creation of `ActionController::Serialization`, initial serializer |
418 | | - support (September, 26 2011)](https://github.com/rails/rails/commit/8ff7693a8dc61f43fc4eaf72ed24d3b8699191fe0). |
| 439 | + support (September, 26 2011)](https://github.com/rails/rails/commit/8ff7693a8dc61f43fc4eaf72ed24d3b8699191fe). |
419 | 440 | - [Docs and CHANGELOG](https://github.com/rails/rails/commit/696d01f7f4a8ed787924a41cce6df836cd73c46f) |
420 | 441 | - [Deprecation of ActiveModel::Serialization to ActiveModel::Serializable](https://github.com/rails/rails/blob/696d01f7f4a8ed787924a41cce6df836cd73c46f/activemodel/lib/active_model/serialization.rb) |
421 | 442 | - [Creation of `ActiveModel::Serialization` from `ActiveModel::Serializer` in Rails (2009)](https://github.com/rails/rails/commit/c6bc8e662614be711f45a8d4b231d5f993b024a7#diff-d029b9768d8df0407a35804a468e3ae5) |
|
0 commit comments