Releases: Code-Vedas/mutils
Releases · Code-Vedas/mutils
v1.0.0
First Stable release: Features
- Performance upto 35i/s under load
- Observed 35-40 MB of memory usage
- Fully featured JSON serializer similar to Active Serializer but with more power and speed.
Changes:
- Code refactored
- Using cache for expensive operations
v0.2.37
Feature
- Attributes blocks
- Attributes blocks with params
v0.2.36
Features
- Conditional Attributes and Relations.
Improvement
- Removed required Active Support.
Removed
- XML Support
v0.2.35
new option 'label' for relations
v0.2.34
- attributes now can be used as attribute to configure if specified attribute will include always in serialized result. attribute given in attributes are always included
- custom_methods now can be used as custom_method to configure if specified custom_method will include always in serialized result. custom_method given in custom_methods are always included
new custom_method in serializer
new custom_method in serializer
Improved Performance and Reduce Memory
- Improved Performance
- Reduce Memory
Rake to 13
Merge pull request #20 from niteshpurohit/v0.2.31 Update version.rb
Maintenance
Merge pull request #18 from niteshpurohit/deps Deps
v0.2.29
Bugfix of scope variable should be public