Skip to content

Latest commit

 

History

History
237 lines (131 loc) · 9.41 KB

CHANGELOG.md

File metadata and controls

237 lines (131 loc) · 9.41 KB

1.1.7 (2016-07-13)

Docs

1.1.6 (2016-05-25)

Docs

1.1.5 (2016-05-13)

Docs

Upgrade

1.1.4 (2016-04-28)

Build

Docs

Upgrade

1.1.3 (2016-04-19)

Docs

1.1.2 (2016-03-30)

Docs

Upgrade

1.1.1 (2016-03-26)

Docs

1.1.0 (2016-03-26)

Docs

Update

1.0.1 (2016-03-21)

Build

Docs

1.0.0 (2016-03-15)

1.0.0-rc.1 (2016-03-05)

Breaking

Build

Upgrade

0.4.3 (2015-12-07)

Build

Docs

0.4.2 (2015-11-24)

Build


  • Add npm-version for releases.
  • Remove extra semicolon, and add a ESLint rule, to check for such.
  • Add additional ESLint rules, replace console.error with console.warn, where appropriate, and refactor .on.
  • Update filename case for CHANGELOG.

0.4.1 (2015-11-17)

  • Remove gulp-browserify, given that it is no longer maintained, and replace with a recommended recipe. In addition, restructure /docs.
  • Update README/contributor documentation.
  • Update devDependencies and remove unused, example code.
  • Update /example/*.html and README documentation.

0.4.0 (2015-11-6)

  • Update /example/*.html to be more succinct, and additionally, ensure that .on fails gracefully, for a thrown syntaxError exception.
  • Add external source map.
  • Refactor .on to leverage parsed data, and additionally, fix event origin.
  • Add origin checking in .on, to avoid manual checking.
  • Update README/contributor documentation.

0.3.2 (2015-10-21)

  • Add browserify-istanbul in replacement of sourceStore.
  • Add sourceStore fix for karma-coverage.
  • Remove bootstrap.js and add new ESLint rules.
  • Add karma-browserify in replacement of karma-commonjs.
  • Add ESLint in replacement of JSHint.
  • Add files property in package.json for npm installs.

0.3.1 (2015-09-24)

  • Add a pre-commit hook, for Git.
  • Update README documentation.
  • Add CommonJS browser shimming support.
  • Update README/contributor' documentation, add source maps, and rename gulp` tasks.

0.3.0 (2015-08-12)

  • Additional tweaks to .off's functionality.
  • Modify .off's functionality.
  • Modify incoming event filtering and add a format fix for contributor doc.
  • Update contributor browser support.
  • Fix minor typos, fix regex in .on, and update docs.
  • Add additional test coverage for manager and update docs.
  • Fix .emit documentation.
  • Refactor manager to leverage factory, as it should, and additionally, update unit tests and docs.

0.2.0 (2015-07-07)

  • Update docs and increase unit test coverage.
  • Deprecate PostIt.__records.
  • Fix a factory memoization bug.
  • Add PostIt.get and PostIt.getAll methods to the API.
  • Add Factory.destroy internal method.
  • Add error handling for unknown/non-string ids.
  • Fix Contributor API Docs linkable source.
  • Update Contributor docs.
  • Add Changelog and contributing documentation.
  • Minor documentation corrections.

0.1.0 (2015-06-24)

  • Initial release.