-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# v0.2.0 | ||
|
||
Major changes: | ||
- Moved underlying module / build system from Browserify to Webpack. | ||
- Using React Hot Loader under the scenes to automatically reload file changes during local dev | ||
- Using Karma to run test suite and generate code coverage reports | ||
|
||
Removed no longer necessary dependencies: | ||
- browserify | ||
- watchify | ||
- expect.js | ||
- xhr | ||
- es5-shim | ||
- console-polyfill | ||
|
||
Continuing to maintain core philosophies of minimal tooling and testing: | ||
- Simplified run scripts: `watch`, `watch-js` and `server` replaced with `server` | ||
- No additional commands needed | ||
- Tests now include Sinon for mocks and Chai for assertions, no more expect.js | ||
- Same `src/` directory structure | ||
|
||
# v0.1.0 | ||
|
||
First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters