Skip to content

Releases: callmecavs/outset-lib

v4.0.0

06 Dec 20:46
Compare
Choose a tag to compare

Major:

  • Simplified library name parsing
  • Updated template devDeps to be compatible with Babel v7+
  • Babel's object rest/spread transform included by default
  • Fewer template devDeps overall

v3.1.0

18 Mar 00:27
Compare
Choose a tag to compare

Minor:

  • Use babel-preset-env instead of babel-preset-es2015-rollup and babel-preset-stage-0

v3.0.1

11 Feb 01:36
Compare
Choose a tag to compare

Patch:

  • README updates

v3.0.0

11 Feb 01:24
Compare
Choose a tag to compare

Major:

  • Add testing setup, using mocha and chai
  • Add Travis config file (.travis.yml)
  • Localize babel config to rollup 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

08 Jan 20:53
Compare
Choose a tag to compare

Patch:

  • Added npmignore to the file list, fixing copying errors

v2.1.0

08 Jan 20:52
Compare
Choose a tag to compare

Minor:

  • .npmignore added to template files

v2.0.3

08 Jan 20:02
Compare
Choose a tag to compare

Patch:

  • Add dist to template's .gitignore

v2.0.2

08 Jan 19:46
Compare
Choose a tag to compare

Patch:

  • Remove files key from template's package.json

v2.0.1

08 Jan 19:40
Compare
Choose a tag to compare

Patch:

  • Cleanup .gitignore

v2.0.0

08 Jan 19:21
Compare
Choose a tag to compare

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