Skip to content

Releases: tyranid-org/tyranid

0.1.8

31 Oct 15:42
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release
0.1.8

Version 0.0.97

25 Jan 00:34
Compare
Choose a tag to compare
Version 0.0.97 Pre-release
Pre-release

This release contains the initial client-side support.

Breaking Changes:

Tyr.byName() is now a object instead of a function. Replace:

Tyr.byName('myCollection')

with:

Tyr.byName.myCollection

Note that the byName() function was case-insensitive but the object hash is case-sensitive.