2.3.0
Serialization changes
- Id field will start appearing in attributes and won't be removed anymore. This BC as new attributes will appear in all serialized objects. 63aa731 + bf5da25
- Filter keys remove ids values from attributes too 9171b7e
- Seralization of any unmapped object is allowed by transforming them into an array. For instance a DateTime object. #64 + 9a27b9e + 582c05a
- Return always the same attribute order by using ksort 92e19ed
Server changes