1.1.7 (2016-07-13)
- Update
README
documentation to display thecoverage
badge. (47d5ba6f51e80c9ec61f520526b09c30ab5fd59d)
1.1.6 (2016-05-25)
- Update
/example/*.html
andREADME
documentation. (44a2fbaab42082728ff12ff6ca4d0aee2dda53c2)
1.1.5 (2016-05-13)
- Update
README
documentation. (072520acd3690b356abb50c0b1af62f8b206cab9)
- Update
package
dependencies. (0080460365ff6054db0910ce1e58dd567c2ef902)
1.1.4 (2016-04-28)
- Fix unit test spacing. (7c00353921d57de02f6aa2d089a3aa4c8c5f4269)
- Update
CONTRIBUTING
documentation. (9cba3ef6d054e2b8118ca387fe25a0ffb11f41f0)
- Update
package
dependencies. (74eeac68564203ed0594316ab2026b43dd08d9d6)
1.1.3 (2016-04-19)
- Update
CONTRIBUTOR
documentation. (cc2af21dd01baffce768b33853a3a1ff09147eeb)
1.1.2 (2016-03-30)
- Update
README
and/example/index.html
documentation. (fb091c987df3c7686efd8e854358f0dd7ab3a1ea)
- Update
package
dependencies. (89b1bf5fe291aaaf71a91795b14ecab1f21ab04f)
1.1.1 (2016-03-26)
- Update
postit
,/example/*.html
andREADME
documentation. (88f580adaefe920dc3cbbcd696297c3a20ce72de)
1.1.0 (2016-03-26)
- Update
manager
,/example/*.html
andREADME
documentation. (fdf39ce29fbf3267ed45fe09997cb7d576ecf3da)
- Remove a hidden feature that enables asterisk (*) events, to listen to all registered events of any instance (
id
). (22474ef21a8f3e04c9e4bfa4638cadd4e80f3607)
1.0.1 (2016-03-21)
- Add
prepublish
task. (3a9f02d25a42228845dcb0b7aa0494e10f52a3f4)
- Update
manager
,postit
andREADME
documentation. (41bf6fe26e920ab21834dc5765021640b7375116)
1.0.0 (2016-03-15)
1.0.0-rc.1 (2016-03-05)
.openWindow
signature has changed, to read:.openWindow(url, name, options)
. (23ad25ab8c9c028de5bd7f6a5fd6c0b3a028ee76)
- Enable watching files, in
Karma
. (7d9a6114f6e8018190a68e634be043f0d4aefc46) - Remove unused packages; namely,
mkdir
andmkdirp
. (fe3840bd2ff306e819fe0a1b87ea825c4d4dca94)
- Update
package
dependencies, add ESLint rules and modify the 'Copyright' date. (ea9d8349be729fa0352417120531e995eb4c2bf9) - Update
package
dependencies. (82bef9b1ca992eea216d0f01113f2afbba0c2c02)
0.4.3 (2015-12-07)
- Add
watch
task, which will run thetest
task, upon file change, and additionally, minor,gulpfile.js
cleanup. (72607e88f837e0f791180d5a9313cb7a6190ef81) - Remove
postversion
command inpackage.json
. (de99dda9e732df6fc2558603dd1fe30759b3b25c) - Update
version
command inpackage.json
. (97c34dd666f662049060ea7500f668f4e21baaef)
- Add 'commit message guidelines' and fix spacing. (f189b1dd5e1c2ff1d79201c73131db07fd67b99c)
- Add 'Versioning' to
README
and minor document updates. (fe214b4f5aaaf86d7142ccacc37c9fb224a61855) - Update
CONTRIBUTOR
documentation. (60404f492d5cd41cce4e7ee1660fbecc8548c512)
0.4.2 (2015-11-24)
- Add
CHANGELOG
to therelease
task. (e5a7a91325f938f5e1116f99cc3bbb5155030d9f)
- Add
npm-version
for releases. - Remove extra semicolon, and add a
ESLint
rule, to check for such. - Add additional
ESLint
rules, replaceconsole.error
withconsole.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
andREADME
documentation.
0.4.0 (2015-11-6)
- Update
/example/*.html
to be more succinct, and additionally, ensure that.on
fails gracefully, for a thrownsyntaxError
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 ofsourceStore
. - Add
sourceStore
fix forkarma-coverage
. - Remove
bootstrap.js
and add newESLint
rules. - Add
karma-browserify
in replacement ofkarma-commonjs
. - Add
ESLint
in replacement ofJSHint
. - Add
files
property inpackage.json
fornpm
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 forcontributor
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 leveragefactory
, 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
andPostIt.getAll
methods to the API. - Add
Factory.destroy
internal method. - Add error handling for unknown/non-string
id
s. - 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.