timestring/CHANGELOG.md

78 lines
1.8 KiB
Markdown
Raw Normal View History

2016-01-15 21:05:30 +01:00
# Changelog
2022-07-29 16:00:56 +02:00
## 6.0.2 - 6.0.6
Multiple version bumps because brain no worky
2022-07-29 15:42:27 +02:00
- TS typings
## 6.0.1
- Added `mo` as a shorthand for month
2019-05-04 21:30:49 +02:00
## 6.0.0
- Drop support for Node.js `< 8.0.0`
- Throw an error when unable to parse a timestring ([prolink007](https://github.com/prolink007))
2018-05-18 10:29:25 +02:00
## 5.0.1
- Fix issue where decimal values were not being parsed correctly ([vegeta897](https://github.com/vegeta897))
## 5.0.0
- Add `daysPerYear` configuration option
- Use `daysPerYear` configuration option to convert months or years to seconds
2017-04-22 15:07:52 +02:00
## 4.0.0
- Drop support for Node.js `< 4.0.0`
- Remove dependency on `lodash`
2016-11-15 20:35:41 +01:00
## 3.2.0
2016-12-16 20:57:49 +01:00
- Add `mon` unit ([@IanMitchell](https://github.com/IanMitchell))
2016-11-15 20:35:41 +01:00
## 3.1.0
2016-12-16 20:57:49 +01:00
- Add `ms` unit ([@mrbar42](https://github.com/mrbar42))
2016-01-15 21:05:30 +01:00
## 3.0.0
- Remove `String.parseTime`
- Export function instead of object
2014-07-18 21:40:36 +02:00
2016-01-15 11:00:12 +01:00
## 2.0.0
2016-01-15 12:22:18 +01:00
- Keep it simple: revert back to ES5, remove gulp, browserify and build steps
- Remove bower / browser specific integrations - This module can still be used client side using modern development tools like webpack, browserify etc.
- use `node-style-guide` coding style
2016-01-15 21:05:30 +01:00
## 1.1.1
2015-05-05 12:20:09 +02:00
- src now uses ES6
- use gulp instead of grunt
- setup gulp build pipeline
- use analysis tools: JSCS, jshint
- use consistent coding style (jQuery coding style)
- send code coverage to coveralls.io
- use browserify to generate distributable scripts
- add contributing doc
- misc meta data updates
- add sourcemaps
2016-01-15 21:05:30 +01:00
## 1.1.0
2014-07-18 21:40:36 +02:00
2015-05-05 12:20:09 +02:00
- add MIT license
- add Changelog
- add Grunt config
- add editorconfig
- add Tests
- fix JSHint errors
- format code as per editorconfig
- fix bug with conversion from year(s) to another unit
- make sure `Error` (type) is thrown when invalid unit is encountered
- add minified distributable version
- update package.json
- add bower config
- add travis config