Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Apr 7, 2018
1 parent 5737c4c commit d31f6e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
### Issues currently under work:
- 71: "3.99" is interpreted as 4.39am: justified
- 70, 66, 63, 18: full CFG and unit-specific arithmetics
- 27, 26, 13: default, e.g. tonight, tomorrow at 11 -> at 11am, at midnight etc
- 55, 52, 25, 2: causality, before, after, ago, from now, <bar> ops
- 32: ranges
- CFG pending takeover: month-specific carry into days, defaults (tomorrow = 9am), leap year

0.3.3 / 2018-04-07
==================

* fix the distribution and switch to browserify

0.3.1 / 2016-03-02
==================
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "date",
"repo": "matthewmueller/date",
"description": "dates for humans",
"version": "0.3.2",
"version": "0.3.3",
"keywords": [
"date",
"parsing",
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": "date.js",
"version": "0.3.2",
"version": "0.3.3",
"description": "dates for humans",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit d31f6e0

Please sign in to comment.