0.12.0 • Published 6 years ago

telekinetic v0.12.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Telekinetic

Roadmap

  • Add priority to computed async values. IMMEDIATE runs as a micro task using Promise.resolve. BACKGROUND runs in a new context setTimeout(0).
  • Refactor reactive component as connect decorator. connect should take a name.
  • Add computed decorator with options: async, priority.
  • Add onChange event to computed values.
  • Integrate with ZoneJS.
  • Add visibleRange prop to collection brush.
  • Remove observable set. Replace with Input.
  • Refactor ObservableMap to use Value.
  • Add support for serializing current state.
  • Add support for hot reload using serialized state.
  • Add documentation, rollup bundle, code coverage, and blog post with codepen samples.
  • Add debug tools. With ability to catch an error and rollback to previous state change.
  • Refactor private members to use WeakSet.
0.12.0

6 years ago

0.11.2

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago