All notable changes to this project will be documented in this file.
- Allow to execute tests in a browser environment (PLANNED)
v1.2.0 - 2016-05-04
- Add
tools/build.js
script - Build source files into
dist
folder - Update npm modules
- Publish as CommonJS, ES2015 and UMD via Rollup. See
tools/build.js
.
v1.1.2 - 2016-04-03
- Add
npm run test:watch
npm script for running tests in watch mode - Add a recipe: Testing with
mocha
andjsdom
- Add a recipe: Throwing errors with FB's
invariant
(fbjs
) library - Update
eslint
andbabel-eslint
npm modules to the latest versions - Update unit test code sample
- Add CONTRIBUTING.md and CHANGELOG.md files
v1.1.0 - 2016-03-31
v1.0.0 - 2016-03-30
- Clean up the code and
package.json
file, update project dependencies - Integrate Easystatic that generates a static site from the
docs/*.md
files