Releases: callmecavs/outset-lib
Releases · callmecavs/outset-lib
v4.0.0
v3.1.0
Minor:
- Use
babel-preset-env
instead ofbabel-preset-es2015-rollup
andbabel-preset-stage-0
v3.0.1
Patch:
- README updates
v3.0.0
Major:
- Add testing setup, using
mocha
andchai
- Add Travis config file (
.travis.yml
) - Localize
babel
config torollup
config (no.babelrc
file===
better compatibility) - Add npm scripts for running the new stuff
- Add badges to README (Travis, npm version, code style)
v2.1.1
Patch:
- Added
npmignore
to the file list, fixing copying errors
v2.1.0
Minor:
.npmignore
added to template files
v2.0.3
Patch:
- Add
dist
to template's.gitignore
v2.0.2
Patch:
- Remove
files
key from template'spackage.json
v2.0.1
Patch:
- Cleanup
.gitignore
v2.0.0
Major:
- Add linting via
standard
- Remove
gulp
, in favor of npm scripts - Untrack
dist
files (generated before publishing) - Add
test
folder, including a file for manual testing