v0.5.2 (2018-02-02)
Merged pull requests:
v0.5.1 (2017-06-06)
Merged pull requests:
- Improve serialization performance by avoiding instance_eval and method_missing #73 (ivoanjo)
- Remove duplicated license file #70 (tjmw)
v0.5.0 (2016-08-24)
Closed issues:
- :only option for filtering #67
Merged pull requests:
v0.4.7 (2016-02-29)
Implemented enhancements:
- Override context on embedded serializers #13
Closed issues:
- The Siren adapter renders multiple rels per link as an array of an array instead of a flat array #64
- JsonApi adapter generates anything but JSON API conformant document #62
- Cross-cutting concerns #61
Merged pull requests:
- Support for multiple rels specified as an array for a single link. fixes #64. #65 (landlessness)
v0.4.6 (2015-02-07)
Closed issues:
- Serialize to vanilla JSON using the same serializer class #59
- HAL support for multiple link objects per relationship? #58
- Nested serializers: undefined method #56
- Array serialization #54
- Oat, Rails Responders and hypermedia mime types #50
- is lib/support/class_attribute necessary? #44
Merged pull requests:
- HAL support for an array of linked objects #60 (abargnesi)
- Fixing Nested Serializers example #57 (coderdave)
- Fix spelling in README.md #53 (killpack)
- provide an example of using Rails responders to support requests using a Hypermedia mime type #52 (apsoto)
- Stop entities/entity from duplicating entries in linked hash. #49 (dpdawson)
- Better documentation for Oat::Adapters::JsonAPI#collection #46 (emilesilvis)
- add the required rel attribute for Siren sub-entities #45 (apsoto)
v0.4.5 (2014-07-09)
Closed issues:
- Thread Safety #39
Merged pull requests:
- Fix serializer ampersand warning #43 (iainbeeston)
- Update build matrix #42 (iainbeeston)
- Update to rspec3 #41 (iainbeeston)
v0.4.4 (2014-05-26)
Closed issues:
- Top level json api meta #28
Merged pull requests:
v0.4.3 (2014-05-01)
Merged pull requests:
v0.4.2 (2014-04-29)
Closed issues:
- Errors management #35
Merged pull requests:
v0.4.1 (2014-04-25)
Merged pull requests:
v0.4.0 (2014-04-07)
Closed issues:
- Does this support any type of caching? #30
Merged pull requests:
v0.3.0 (2014-03-25)
Closed issues:
- How to serialize many records? #24
Merged pull requests:
- Don't allow rake 10.2 on ruby 1.8.7 #29 (kjg)
- Json api link templates #27 (kjg)
- Json api attribute links #26 (kjg)
v0.2.5 (2014-03-20)
Merged pull requests:
v0.2.4 (2014-02-24)
Merged pull requests:
- Allow for serializing json api resource collections into root key #23 (kjg)
- Json api subent top linked #22 (kjg)
v0.2.3 (2014-02-17)
Merged pull requests:
v0.2.2 (2014-02-17)
Closed issues:
- Remove activesupport dependency #10
Merged pull requests:
- Test more combinations in travis #17 (kjg)
- Serializer from block or class update #16 (kjg)
- Make specs more accurate and using updated syntax #15 (shekibobo)
- Better Context #14 (shekibobo)
- Less active support #11 (kjg)
v0.1.2 (2014-02-13)
Closed issues:
- Serializing collections #9
Merged pull requests:
v0.1.1 (2014-01-26)
Merged pull requests:
v0.1.0 (2014-01-14)
Closed issues:
- DRY property declaration #5
Merged pull requests:
- Add Serializer#map_properties to DRY property definitions #6 (shekibobo)
- Add action support for Siren. #4 (SebastianEdwards)
- Don't try to serialize nil with an entity serializer #3 (shekibobo)
- Fix a small typo in the README #2 (stevenharman)
v0.0.1 (2013-11-18)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator