## [1.1.3](https://github.com/Code-Vedas/mutils/compare/v1.1.2...v1.1.3) (2020-10-18) ### Bug Fixes * Gemfile to reduce vulnerabilities ([#65](https://github.com/Code-Vedas/mutils/issues/65)) ([49b5ae2](https://github.com/Code-Vedas/mutils/commit/49b5ae2ba795d16976425ddbaf1e1c372a940c1f)) ## [1.1.2](https://github.com/Code-Vedas/mutils/compare/v1.1.1...v1.1.2) (2020-10-15) ### Bug Fixes * **coveralls:** gemfile to reduce vulnerabilities ([#64](https://github.com/Code-Vedas/mutils/issues/64)) ([7d4e592](https://github.com/Code-Vedas/mutils/commit/7d4e59214d5c9aced1c4beb1a6b9f929367d84da)) ## [1.1.1](https://github.com/Code-Vedas/mutils/compare/v1.1.0...v1.1.1) (2020-10-05) ### Bug Fixes * **params:** always send hash in params ([7d71b6d](https://github.com/Code-Vedas/mutils/commit/7d71b6d2c89f39883745a40e5472c444b5673e8b)) # [1.1.0](https://github.com/Code-Vedas/mutils/compare/v1.0.1...v1.1.0) (2020-08-15) ### Features * **params:** conditional if:Proc get params as second attribute ([55a3b08](https://github.com/Code-Vedas/mutils/commit/55a3b08fee52c0dbef2b22c6e4f468389f8c53a4)) ## [1.0.1](https://github.com/Code-Vedas/mutils/compare/v1.0.0...v1.0.1) (2020-07-24) ### Bug Fixes * **semantic-release:** enable semantic-release ([aa9c28f](https://github.com/Code-Vedas/mutils/commit/aa9c28fb8da7fcd1915a189bda22f8421a566eee)) ## [1.0.0](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-17) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.36...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 ## [0.2.36](https://github.com/code-vedas/mutils/tree/v0.2.36) (2020-04-14) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.35...v0.2.36) **Merged pull requests:** - Remove active support dep [\#34](https://github.com/code-vedas/mutils/pull/34) ([niteshpurohit](https://github.com/niteshpurohit)) - Conditional attributes and relations [\#32](https://github.com/code-vedas/mutils/pull/32) ([niteshpurohit](https://github.com/niteshpurohit)) - chore: add more ruby version and os to test [\#31](https://github.com/code-vedas/mutils/pull/31) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.35](https://github.com/code-vedas/mutils/tree/v0.2.35) (2020-03-30) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.34...v0.2.35) **Merged pull requests:** - new option 'label' for relations [\#30](https://github.com/code-vedas/mutils/pull/30) ([niteshpurohit](https://github.com/niteshpurohit)) - added custom\_method and attribute example [\#29](https://github.com/code-vedas/mutils/pull/29) ([niteshpurohit](https://github.com/niteshpurohit)) - chore: update changelog [\#28](https://github.com/code-vedas/mutils/pull/28) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.34](https://github.com/code-vedas/mutils/tree/v0.2.34) (2020-03-29) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.33...v0.2.34) **Merged pull requests:** - Feature/attribute can be optional [\#27](https://github.com/code-vedas/mutils/pull/27) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.33](https://github.com/code-vedas/mutils/tree/v0.2.33) (2020-03-29) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.32...v0.2.33) **Merged pull requests:** - Added new custom\_method in serializer to control if include method [\#26](https://github.com/code-vedas/mutils/pull/26) ([niteshpurohit](https://github.com/niteshpurohit)) - Update CHANGELOG.md [\#25](https://github.com/code-vedas/mutils/pull/25) ([niteshpurohit](https://github.com/niteshpurohit)) - Create .codeclimate.yml [\#24](https://github.com/code-vedas/mutils/pull/24) ([niteshpurohit](https://github.com/niteshpurohit)) - changelog: v0.2.32 [\#22](https://github.com/code-vedas/mutils/pull/22) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.32](https://github.com/code-vedas/mutils/tree/v0.2.32) (2020-03-18) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.31...v0.2.32) **Merged pull requests:** - Feature/improve performance [\#21](https://github.com/code-vedas/mutils/pull/21) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.31](https://github.com/code-vedas/mutils/tree/v0.2.31) (2020-03-18) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.30...v0.2.31) **Merged pull requests:** - Update version.rb [\#20](https://github.com/code-vedas/mutils/pull/20) ([niteshpurohit](https://github.com/niteshpurohit)) - Rake 13.0 [\#19](https://github.com/code-vedas/mutils/pull/19) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.30](https://github.com/code-vedas/mutils/tree/v0.2.30) (2020-03-17) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.29...v0.2.30) **Merged pull requests:** - Deps [\#18](https://github.com/code-vedas/mutils/pull/18) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.29](https://github.com/code-vedas/mutils/tree/v0.2.29) (2019-12-07) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.28...v0.2.29) **Merged pull requests:** - Scope Variable bug [\#14](https://github.com/code-vedas/mutils/pull/14) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.28](https://github.com/code-vedas/mutils/tree/v0.2.28) (2019-11-26) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.27...v0.2.28) **Implemented enhancements:** - Feature/scoped generator [\#13](https://github.com/code-vedas/mutils/pull/13) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.27](https://github.com/code-vedas/mutils/tree/v0.2.27) (2019-11-25) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.26...v0.2.27) **Implemented enhancements:** - feat: coveralls added [\#5](https://github.com/code-vedas/mutils/pull/5) ([niteshpurohit](https://github.com/niteshpurohit)) **Merged pull requests:** - Update CHANGELOG.md [\#12](https://github.com/code-vedas/mutils/pull/12) ([niteshpurohit](https://github.com/niteshpurohit)) - Update version.rb [\#11](https://github.com/code-vedas/mutils/pull/11) ([niteshpurohit](https://github.com/niteshpurohit)) - Removing code smells [\#9](https://github.com/code-vedas/mutils/pull/9) ([niteshpurohit](https://github.com/niteshpurohit)) - Update README.md [\#8](https://github.com/code-vedas/mutils/pull/8) ([niteshpurohit](https://github.com/niteshpurohit)) - Update README.md [\#7](https://github.com/code-vedas/mutils/pull/7) ([niteshpurohit](https://github.com/niteshpurohit)) - Update README.md [\#6](https://github.com/code-vedas/mutils/pull/6) ([niteshpurohit](https://github.com/niteshpurohit)) ## [0.2.26](https://github.com/code-vedas/mutils/tree/v0.2.26) (2019-11-24) [Full Changelog](https://github.com/code-vedas/mutils/compare/v0.2.25...v0.2.26) ## [0.2.25](https://github.com/code-vedas/mutils/tree/v0.2.25) (2019-11-24) [Full Changelog](https://github.com/code-vedas/mutils/compare/885f96959dd3701ac20ed0981b920be753c00db0...v0.2.25) **Merged pull requests:** - Feature/improve concurrency [\#4](https://github.com/code-vedas/mutils/pull/4) ([niteshpurohit](https://github.com/niteshpurohit)) - Testing Deploy [\#3](https://github.com/code-vedas/mutils/pull/3) ([niteshpurohit](https://github.com/niteshpurohit))