grape-active_model_serializers/CHANGELOG.md

4.6 KiB

Changelog

2.0.0 (2025/06/02)

1.5.2 (2018/03/14)

  • #76: Add custom error formatter - @xn.

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)

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_user within serializers - @sonxurxo.

1.2.1 (2014/07/23)

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.