Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buchslava committed Nov 21, 2017
1 parent 11314be commit ceabd81
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<a name="1.0.0"></a>
# 1.0.0 (2017-11-21)


### Features

* **format-time:** add format time function to ddf time utils module (for WS reason) ([c34cf62](https://github.com/valor-software/ddf-time-utils/commit/c34cf62))
* **general:** provide ddf compatible types ([5fcb651](https://github.com/valor-software/ddf-time-utils/commit/5fcb651)), closes [#2](https://github.com/valor-software/ddf-time-utils/issues/2)
* **time-parser:** addd tests, code style ([d23c46f](https://github.com/valor-software/ddf-time-utils/commit/d23c46f))
* **time-parser:** implemented time parser from string to milliseconds ([cafb759](https://github.com/valor-software/ddf-time-utils/commit/cafb759))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddf-time-utils",
"version": "0.1.10",
"version": "1.0.0",
"description": "Gapminder DDF time utils",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit ceabd81

Please sign in to comment.