Releases: VoliJS/Type-R
Releases · VoliJS/Type-R
HTTP REST IO
- IO endpoints moved outside of the man sources tree.
- Added HTTP REST endpoint
restfulIO
with relative urls support (https://volicon.github.io/Type-R/#endpoint-restfulio-url-options-). - Added
proxyIO
endpoint for creating endpoints from records on the server side (https://volicon.github.io/Type-R/#endpoint-proxyio-recordctor-).
Generalized I/O support
- Generic IO for the models and collections (with memory and localStorage IO endpoints included)
- New mixins semantic with a proper merging of mixins on inheritance.
- Optimized update pipeline => improved performance.
- Experimental TypeScript support
- New error logger recognizing NODE_ENV variable
- Rollup build => reduced bundle size.
- Bug fixes: dynamic type checks didn't work in the constructor.
- Bug fixes: new trouble-free implementation of the subsetOf.
- Various bug fixes.
Version 2 public beta
- Generic IO for the models and collections (with memory and localStorage IO endpoints included)
- New mixins semantic with a proper merging of mixins on inheritance.
- Optimized update pipeline => improved performance.
- Experimental TypeScript support
- New error logger recognizing NODE_ENV variable
- Rollup build => reduced bundle size.
- Bug fixes: dynamic type checks didn't work in the constructor.
- Bug fixes: new trouble-free implementation of the subsetOf.
- Various bug fixes.
Minor fixes
- bugfix:
static
idAttribute was ignored. - Deprecated
record.set( 'attr', value, options )
. Userecord.set({ attr : value }, options )
instead.
Initial version
v1.0.0 updated docs