- Nothing.
- Class methods on serializers for computed properties have been deprecated,
these should now be instance methods and alias like
current_user
can now be used so no longer hasscope
argument. Sql computed properties on models are still class methods.
- Nothing.
- Fixed generation of SQL for github issues #18 and #20
- Returns
[]
instead ofnull
if data empty, required by frameworks like ember - Use postgres
json_agg
function if available - Fixed relation "" does not exist error
- Nothing.
- Nothing.
- Nothing.
- Supports options
each_serializer
andserializer
when specified in the controller or in the serializers
- Rails 4.1 support
- Nothing.
- Nothing.
- Nothing.