Skip to content

Releases: VoliJS/Type-R

HTTP REST IO

Choose a tag to compare

@gaperton gaperton released this 06 Mar 01:15

Generalized I/O support

Choose a tag to compare

@gaperton gaperton released this 14 Nov 00:07
  • 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

Version 2 public beta Pre-release
Pre-release

Choose a tag to compare

@gaperton gaperton released this 06 Nov 19:13
  • 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

Choose a tag to compare

@gaperton gaperton released this 12 Jun 14:37
  • bugfix: static idAttribute was ignored.
  • Deprecated record.set( 'attr', value, options ). Use record.set({ attr : value }, options ) instead.

Initial version

Choose a tag to compare

@gaperton gaperton released this 25 May 03:34
v1.0.0

updated docs