v1.0.0
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.