Swap out KeyTransform for CaseTransform (#1993)

* delete KeyTransform, use CaseTransform

* added changelog
This commit is contained in:
L. Preston Sego III
2016-12-07 10:49:38 -05:00
committed by GitHub
parent fca2d4515d
commit 0422a1e772
7 changed files with 10 additions and 379 deletions

View File

@@ -15,6 +15,7 @@ Fixes:
Misc:
- [#1984](https://github.com/rails-api/active_model_serializers/pull/1984) Make test attributes explicit. Test models have 'associations' support. (@bf4)
- [#1993](https://github.com/rails-api/active_model_serializers/pull/1993) Swap out KeyTransform for CaseTransform gem for the possibility of native extension use (@NullVoxPopuli)
### [v0.10.3 (2016-11-21)](https://github.com/rails-api/active_model_serializers/compare/v0.10.2...v0.10.3)