Skip to content

[v0.0.1-alpha] First Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhiqipan zhiqipan released this 16 May 09:32
· 58 commits to master since this release
bf139ce

As of now, the following has been implemented:

  • observable annotation supporting primitive values, arrays, and objects
  • autorun() function which gets triggered when corresponding observable(s) is changed
  • autorun function is now disposable
  • Include unit tests

After working on this for a while, I think this is the reasonable point to have the very first release. The project at this point should be good enough for demo usage.