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
dates
method 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.
dataFormat
method has been removed from Model class.
- Accept
Date
object,string
ormoment
object 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.