-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE RELEASE. Due to some deps upgrade, backwards support to node<8 has been dropped.
- Loading branch information
Showing
3 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,43 @@ | ||
# Datetoken Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.0.0 - 2020-01-24] | ||
|
||
- BREAKING CHANGE: support node versions >= 8.10 | ||
- Dependency upgrades | ||
|
||
## [0.2.7 - 2019-10-03] | ||
|
||
- Raised intransitive depedencies version to fix security | ||
issues | ||
|
||
## [0.2.5 - 2019-06-10] | ||
|
||
- Raised intransitive depedencies version | ||
|
||
## [0.2.4 - 2019-01-29] | ||
|
||
- Fixed invalid tokens interpreted as "now" | ||
|
||
## [0.2.3 - 2019-01-17] | ||
|
||
- Added token JSON representation | ||
|
||
## [0.2.0 - 2019-01-14] | ||
|
||
- Renamed "tokentodate" to "tokenToDate" | ||
- Added features: | ||
+ Chainable modifiers after snap modifiers | ||
+ Partial Pratt parser | ||
- Chainable modifiers after snap modifiers | ||
- Partial Pratt parser | ||
- Dropped features: | ||
+ TokenModifier element | ||
- TokenModifier element | ||
|
||
## [0.1.2 - 2018-11-29] | ||
|
||
- Limit dateutil dependency versions | ||
|
||
## [0.1.1 - 2018-10-19] | ||
- Hello world! | ||
|
||
|
||
|
||
- Hello world! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters