CHANGELOG.md in yaks-0.4.1 vs CHANGELOG.md in yaks-0.4.2

- old
+ new

@@ -1,4 +1,16 @@ +### Development +[full changelog](http://github.com/plexus/yaks/compare/v0.4.2...master) + +### v0.4.2 + +* JSON-API: render self links as href attributes +* HAL: render has_one returning nil as null, not as {} +* Keep track of the mapper stack, useful for figuring out if mapping the top level response or not, or for accessing parent +* Change Serializer.new(resource, options).serialize to Serializer.new(options).call(resource) for cosistency of "pipeline" interface +* Make Yaks::CollectionMapper#collection overridable for pagination +* Don't render links from custom link methods (link :foo, :method_that_generates_url) that return nil + # v0.4.1 * Change how env is passed to yaks.serialize to match docs * Fix JSON-API bug (#18 reported by Nicolas Blanco) * Don't pluralize has_one association names in JSON-API \ No newline at end of file