Skip to content

Releases: derbyjs/derby

v2.3.0

23 Aug 00:22
Compare
Choose a tag to compare
  • Merge pull request #622 from derbyjs/script-hash-env-var 33a4d7f
  • Use env vars to set version strings 86006f6

v2.2.0...v2.3.0

v2.2.0

24 Jul 17:52
Compare
Choose a tag to compare

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.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Jun 23:09
Compare
Choose a tag to compare
  • Merge pull request #618 from derbyjs/better-integration-api 6cae33f
  • Add missing newline at EOF 0268430
  • Add better integration methods to App 75ab624

v2.0.3...v2.1.0

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

17 Apr 23:27
Compare
Choose a tag to compare

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

03 Mar 03:13
Compare
Choose a tag to compare

v2.0.1...v2.0.2

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Dec 23:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Dec 21:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0

15 Nov 19:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

31 Mar 21:15
Compare
Choose a tag to compare

What's Changed

  • Add context to error on Unexpected token error by @craigbeck in #599

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Jun 13:36
Compare
Choose a tag to compare

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.