mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
4.7 KiB
4.7 KiB
Changelog
2.0.1 (Next)
- Your contribution here.
2.0.0 (2025/06/02)
- #96: Add compatibility for Grape 2.3 - @samsonjs.
- #98: Out with Travis CI, in with GitHub Actions - @samsonjs.
1.5.2 (2018/03/14)
1.5.1 (2017/04/25)
- #74: Add support for Sequel - @drn.
- #73: Ensure all AMS options are passed through - @drn.
- #65: Added Danger, PR linter - @dblock.
- #63: Pass adapter options through render - @drn.
1.5.0 (2016/08/24)
- #61: Adds support for collection serializers - @drn.
- #60: Namespace serializer inference - @drn.
- #59: Refactor option and serializer resolution - @drn.
- #57: Solve line length linter issues - @drn.
- #54: Adding support for ASM v0.10. Drops support for ASM v0.9 - @drn.
1.4.0 (2016/07/14)
- #49: Adds support for active model serializer namespace - @syntaxTerr0r.
- #36, #50: Added support through Grape 0.16.x - @dblock.
1.3.2 (2015/02/27)
- #40: Use env to pass AMS meta around - @dblock.
- #39: Look for namespace and other options to configure serializers - @jwkoelewijn.
1.3.1 (2014/11/20)
- #30: Read options from default_serializer_options - @siong1987.
- #24: Makes it possible to use
current_userwithin serializers - @sonxurxo.
1.2.1 (2014/07/23)
-
#21: Correctly fetch serialization scope - @radanskoric.
-
#18: Added support for active model serializer 0.9.x - @sbounmy.
-
#14: Fix:
default_rootmethod to support symbol route in Grape - @wjp2013. -
#11: Fixed require path - @schickling.
1.0.1 (2013/09/09)
- #6: Conform to ActiveModel::Serializers way of determining array-ness - @tfe.
- #4: Support for namespace options and rely more on active_model_serializers - @johnallen3d.
- #1: Fix: Grape::ActiveModelSerializers for models with compound names - @george.
1.0.0 (2013/09/09)
- Initial public release - @jrhe.