# Changelog

## 1.3.5
- Updated outdated dev dependencies.
## 1.3.4
- Updated outdated dev dependencies.
- Added a test for 100% coverage.
## 1.3.3
- Republish.
## 1.3.2
- Added months as a supported duration unit. A month is defined as being one twelvth of a year.
## 1.3.1
- Fixed bugged npm release.
## 1.3.0
- Added between function that takes two dates and creates a duration between the dates.
- Updated dependencies.
## 1.2.9
- Added files property to package.json to only include compiled typescript and interface.
## 1.2.8
- Improved test coverage.
## 1.2.7
- add Changelog
## 1.2.6
- Update README.md.
- Added dependencies and devDependencies status badge.
## 1.2.5
- Added TS lint and Travis testing.
- Added test coverage reports.
- Added coverage badge to Readme.md.
- Improved test coverage for toString() and toSingular().
- Added Build Status badge.
- Added npm version and transpilation badges.
## 1.2.4
- Updated README.md.
## 1.2.3
- Fixed class exporting.
## 1.2.2
- Code ported to typescript.
- updated main and types paths.
## 1.2.1
- Updated README.
## 1.2.0
- Added from{Unit} for all time units.
## 1.1.0
- Added a static Duration.fromMilliseconds(input) function.
## 1.0.3
- Constructor now throws error with input in message.
## 1.0.2
- Added support for floating point numbers in constructor.
- Added expected failure tests
## 1.0.1
- Fixed floatingpoint formatting for human readable convertion.
- removed "use strict" from duration.js and added .jshintrc.
- Added tests.
## 1.0.0
- add ISC license
