Skip to content

Commit

Permalink
release: 1.0.0 version
Browse files Browse the repository at this point in the history
BREAKING CHANGE RELEASE. Due to some deps upgrade, backwards support
to node<8 has been dropped.
  • Loading branch information
sonirico committed Jan 24, 2020
1 parent e829ea0 commit 4bc05c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
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!
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ As you may have noticed, token follow a pattern:
- Being today _15 Jan 2018_, the result range should be:
_2018-01-01 00:00:00 / 2018-01-31 23:59:59_

## Compatibilty

- For node>=8.10 use datetoken==1.x.x
- Otherwise use datetoken==0.x.x

## Installing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datetoken",
"version": "0.2.7",
"version": "1.0.0",
"description": "Parse relative datetime tokens into date objects",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 4bc05c8

Please sign in to comment.