Skip to content

Releases: Code-Vedas/mutils

v1.0.0

16 Apr 19:05
55ef5a6
Compare
Choose a tag to compare

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

15 Apr 18:56
45c02d4
Compare
Choose a tag to compare

Feature

  • Attributes blocks
  • Attributes blocks with params

v0.2.36

14 Apr 20:40
0547691
Compare
Choose a tag to compare

Features

  • Conditional Attributes and Relations.

Improvement

  • Removed required Active Support.

Removed

  • XML Support

v0.2.35

30 Mar 14:33
ae87ebd
Compare
Choose a tag to compare

new option 'label' for relations

v0.2.34

29 Mar 19:20
6ee4588
Compare
Choose a tag to compare
  • 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

29 Mar 16:12
2d011b7
Compare
Choose a tag to compare

new custom_method in serializer

Improved Performance and Reduce Memory

18 Mar 17:48
9e71192
Compare
Choose a tag to compare
  • Improved Performance
  • Reduce Memory

Rake to 13

18 Mar 03:58
c8d864a
Compare
Choose a tag to compare
Merge pull request #20 from niteshpurohit/v0.2.31

Update version.rb

Maintenance

17 Mar 20:42
98108d8
Compare
Choose a tag to compare
Merge pull request #18 from niteshpurohit/deps

Deps

v0.2.29

07 Dec 19:32
60eb06a
Compare
Choose a tag to compare

Bugfix of scope variable should be public