Skip to content

Releases: joelmoss/shreddies

v0.9.0

18 Feb 11:07
Compare
Choose a tag to compare

Features

  • Allow arbitrary options to be passed to as_json, instead of only the serializer.

0.6.0

11 Nov 10:42
Compare
Choose a tag to compare

Fixes

  • options are accessible with indifferent access

Chores

  • Upgraded dependencies

0.5.0

17 Jul 16:21
Compare
Choose a tag to compare

Added

  • New except and only options can exclude/include attributes by name. Works similar to options of the same name for Rails #as_json.

0.4.0

15 Jul 21:54
Compare
Choose a tag to compare

Added

  • Support for ActiveRecord associations.

0.3.0

15 Jul 21:53
Compare
Choose a tag to compare

Added

  • before_render callback and transform_keys option.

0.2.0

15 Jul 21:52
Compare
Choose a tag to compare

Added

  • Support for custom, Collection and Single modules.

Fixed

  • Use safe_constantize to avoid swallowing exceptions.
  • Full class inheritance for public methods.

Initial Release: Basic functionality

15 Jul 21:48
Compare
Choose a tag to compare