mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
3.6 KiB
3.6 KiB
Changelog
1.5.1 (Next)
- ...
1.5.0 (August 24, 2016)
- #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 (July 14, 2016)
- #49: Adds support for active model serializer namespace - @syntaxTerr0r.
- #36, #50: Added support through Grape 0.16.x - @dblock.
v1.3.2 (February 27, 2015)
- #40: Use env to pass AMS meta around - @dblock.
- #39: Look for namespace and other options to configure serializers - @jwkoelewijn.
v1.3.1 (November 20, 2014)
- #30: Read options from default_serializer_options - @siong1987.
- #24: Makes it possible to use
current_userwithin serializers - @sonxurxo.
v1.2.1 (July 23, 2014)
-
#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.
v1.0.1 (September 9, 2013)
- #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.
v1.0.0
- Initial public release - @jrhe.