mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Performance and memory usage fixes (#2309)
* Use select and reject instead of partition.map * Sort adapters keys in place * Just select from options * Add changelog entry
This commit is contained in:
committed by
Benjamin Fleischer
parent
22f2cb76dd
commit
209834dc49
@@ -11,6 +11,7 @@ Fixes:
|
||||
- [#2307](https://github.com/rails-api/active_model_serializers/pull/2307) Falsey attribute values should not be reevaluated.
|
||||
|
||||
Misc:
|
||||
- [#2309](https://github.com/rails-api/active_model_serializers/pull/2309) Performance and memory usage fixes
|
||||
|
||||
### [v0.10.8 (2018-11-01)](https://github.com/rails-api/active_model_serializers/compare/v0.10.7...v0.10.8)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user