Skip to content

Releases: VoliJS/Type-R

HTTP REST IO

06 Mar 01:15
Compare
Choose a tag to compare

Generalized I/O support

14 Nov 00:07
Compare
Choose a tag to compare
  • 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

06 Nov 19:13
Compare
Choose a tag to compare
Version 2 public beta Pre-release
Pre-release
  • 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

12 Jun 14:37
Compare
Choose a tag to compare
  • bugfix: static idAttribute was ignored.
  • Deprecated record.set( 'attr', value, options ). Use record.set({ attr : value }, options ) instead.

Initial version

25 May 03:34
Compare
Choose a tag to compare
v1.0.0

updated docs