All notable changes to sarala will be documented in this file.
- Generating malformed url when querying from same instance multiple times
- Introduced data format configuration. Now
datesmethod should return an object. key name is the field name and value format will be used to serialize date value before sending it back to the api.
dataFormatmethod has been removed from Model class.
- Accept
Dateobject,stringormomentobject as date field value.
- Added the ability to clone an model object by calling
modelObj.clone();.
- security update
- added api docs
- shit happens: fixed npm issues
- Introduced headers preparation #6
- Cannot read property 'self' of undefined: Generate self url when needed.