Releases: tyranid-org/tyranid
Releases · tyranid-org/tyranid
0.1.8
0.1.8
Version 0.0.97
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.