Skip to content

Commit 7ae6774

Browse files
author
Kyle Andrews
committed
Closes #2 - adds a changelog
1 parent d7ab6ff commit 7ae6774

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0] - 2019-12-15
11+
12+
### Added
13+
14+
- TypeScript declaration file for `Notify.js`
15+
16+
### Changed
17+
18+
- Updated to ES2019
19+
20+
### Removed
21+
22+
- Support for IE 11
23+
24+
## [0.2.0] - 2019-09-30
25+
26+
### Added
27+
28+
- Reworked library to use `window.requestAnimationFrame` instead of `setTimeout` in order to increase performance
29+
- Notifications are queued and will be displayed in the order they're submitted
30+
- Added positioning information/values
31+
- Updated HTML structure to allow for more robust layouts/designs
32+
- Removed the 10 second maximum notification duration
33+
34+
### Removed
35+
36+
- Entire existing codebase due to rewrite
37+
38+
[Unreleased]: https://github.com/codewithkyle/notifyjs/compare/v1.0.0...HEAD
39+
[1.0.0]: https://github.com/codewithkyle/notifyjs/compare/v0.2.0...v1.0.0
40+
[0.2.0]: https://github.com/codewithkyle/notifyjs/compare/v0.1.0...v0.2.0
41+
[0.1.0]: https://github.com/codewithkyle/notifyjs/compare/v0.0.4...v0.1.0
42+
[0.0.4]: https://github.com/codewithkyle/notifyjs/compare/v0.0.2...v0.0.4
43+
[0.0.2]: https://github.com/codewithkyle/notifyjs/compare/v0.0.1...v0.0.2
44+
[0.0.1]: https://github.com/codewithkyle/notifyjs/releases/tag/v0.0.1

0 commit comments

Comments
 (0)