Skip to content

v1.0.0

Compare
Choose a tag to compare
@pypmannetjies pypmannetjies released this 08 Jan 16:14
· 253 commits to master since this release

This is a major release of racer, however it should largely be backwards compatible. The included changes were to refactor existing functionality for performance, so this version bump gives consumers of the library a chance to test the changes first before updating.

  • #264 - Improve performance when there are many reactive functions. Decreases the overhead to adding and removing event listeners, which are leveraged heavily by reactive functions and component bindings.