Releases: joelmoss/shreddies
Releases · joelmoss/shreddies
v0.9.0
Features
- Allow arbitrary options to be passed to
as_json
, instead of only the serializer
.
0.6.0
Fixes
options
are accessible with indifferent access
Chores
0.5.0
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
Added
- Support for ActiveRecord associations.
0.3.0
Added
before_render
callback and transform_keys
option.
0.2.0
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