Releases: derbyjs/derby
Releases · derbyjs/derby
v2.3.0
v2.2.0
What's Changed
- Consolidate saddle, derby-templates and derby-parsing into main derby repo by @ericyhwang in #619
- No functional changes to the code. Those three packages were formerly included as dependencies, and they are now part of the main
derby
package. - Internal test files are no longer published to NPM, reducing package size. The
test-utils/
like the JSDOM test runner are still included.
- No functional changes to the code. Those three packages were formerly included as dependencies, and they are now part of the main
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Merge pull request #618 from derbyjs/better-integration-api 6cae33f
- Add missing newline at EOF 0268430
- Add better integration methods to App 75ab624
What's Changed
- Add better integration methods to App by @craigbeck in #618
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- In (Webpack) hot module reload, destroy previous app's page by @ericyhwang in #617
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
What's Changed
- Add test checking deferred destroy by @craigbeck in #613
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Use eslint instead of jshint by @craigbeck in #604
- Fix binding binding.eventmodels initialization by @craigbeck in #608
- Update dependencies by @craigbeck in #606
- Add behavioral test for binding bug with view function calls on array items by @ericyhwang in #609
- Extract browserify code by @craigbeck in #607
- Derby2 pre-webpack changes by @craigbeck in #610
- Derby 2 by @craigbeck in #612
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Stop testing EOL node versions 8 and 10 by @craigbeck in #603
- Safe
requestAnimationFrame
andnextTick
methods by @craigbeck in #611
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Add context to error on Unexpected token error by @craigbeck in #599
New Contributors
- @craigbeck made their first contribution in #599
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- #596 - Update Racer to version 1.0.0
This is a major release of Derby, however it should largely be backwards compatible. The included changes from Racer 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.