Skip to content

Releases: isabo/onfire

Bug fix release

25 Feb 16:51
Compare
Choose a tag to compare

Fix for a case where a schema refers to a pre-generated collection constructor.

Support for Angular 1.x bindings via ngOnFire

15 Jan 11:59
Compare
Choose a tag to compare

Includes changes necessary in order to allow bindings to be created for Angular 1.x.

Experimental Query-based Models

31 Dec 16:55
Compare
Choose a tag to compare

see previous release.

This is a fixed release - forgot to compile the last one.

Experimental Query-based Models

31 Dec 10:31
Compare
Choose a tag to compare
  • Fix externs
  • Models now expose their schema, to make projects like ngOnFire possible
  • Experimental support for initialising models based on queries, rather than just nodes. The query has to be created first, and then wrapped in an onfire.Ref instance, which is then used to create a model instance.

Beta 2

06 Dec 16:01
Compare
Choose a tag to compare
Merge pull request #30 from isabo/simplified

Remove trigger functionality