Commit Graph

174 Commits

Author SHA1 Message Date
Michael Barrett
b280149f43
Merge pull request #54 from mike182uk/dependabot/npm_and_yarn/handlebars-4.7.3
chore(deps): [security] bump handlebars from 4.1.2 to 4.7.3
2020-03-28 17:29:30 +00:00
Michael Barrett
c2ee864d6e
Merge pull request #53 from mike182uk/dependabot/npm_and_yarn/standard-14.3.3
chore(deps-dev): bump standard from 14.1.0 to 14.3.3
2020-03-28 17:27:52 +00:00
Michael Barrett
dcb5e00c48
Merge pull request #52 from mike182uk/dependabot/npm_and_yarn/acorn-7.1.1
chore(deps): [security] bump acorn from 7.0.0 to 7.1.1
2020-03-28 17:27:26 +00:00
Michael Barrett
53e7cc88b5
Merge pull request #51 from mike182uk/dependabot/npm_and_yarn/mocha-7.1.1
chore(deps-dev): bump mocha from 7.0.1 to 7.1.1
2020-03-28 17:27:01 +00:00
dependabot-preview[bot]
d52017daf9
chore(deps): [security] bump handlebars from 4.1.2 to 4.7.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.3. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-28 17:23:06 +00:00
dependabot-preview[bot]
0c039dc3d4
chore(deps-dev): bump standard from 14.1.0 to 14.3.3
Bumps [standard](https://github.com/standard/standard) from 14.1.0 to 14.3.3.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.1.0...v14.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-28 17:22:55 +00:00
dependabot-preview[bot]
70ab5ab2e1
chore(deps): [security] bump acorn from 7.0.0 to 7.1.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.1.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.0.0...7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-28 17:22:41 +00:00
dependabot-preview[bot]
16467cfaf2
chore(deps-dev): bump mocha from 7.0.1 to 7.1.1
Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.1 to 7.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.0.1...v7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-28 17:22:29 +00:00
Michael Barrett
6e578000b3
Merge pull request #48 from mike182uk/greenkeeper/mocha-7.0.1
Update mocha to the latest version 🚀
2020-01-28 12:01:11 +00:00
greenkeeper[bot]
159152b204
chore(package): update lockfile package-lock.json 2020-01-26 08:38:49 +00:00
greenkeeper[bot]
687b9022f0
chore(package): update mocha to version 7.0.1 2020-01-26 08:38:42 +00:00
Michael Barrett
c7d3a82ee6
Merge pull request #47 from mike182uk/greenkeeper/standard-14.1.0
Update standard to the latest version 🚀
2019-08-29 09:50:35 +01:00
greenkeeper[bot]
02b7053727
chore(package): update lockfile package-lock.json 2019-08-29 05:39:22 +00:00
greenkeeper[bot]
97c40292d6
chore(package): update standard to version 14.1.0 2019-08-29 05:39:15 +00:00
Michael Barrett
58615f756d upgrade standard 2019-08-25 17:29:49 +01:00
Michael Barrett
db9e0ec172 6.0.0 2019-05-04 20:30:49 +01:00
Michael Barrett
fa8d1519d2 update error when unable to parse timestring 2019-05-04 20:28:28 +01:00
Michael Barrett
a3ed595a17
Merge pull request #43 from prolink007/master
Added error checking for when an invalid string is input.
2019-05-04 20:19:30 +01:00
Michael Barrett
22aa7493d0 drop support for node < 8 2019-05-04 20:13:34 +01:00
Michael Barrett
ced13d5c86 remove codeclimate 2019-05-04 20:12:09 +01:00
Michael Barrett
f821368a83 upgrade deps 2019-05-04 20:11:03 +01:00
Ashton Cummings
66ed4f27fe Added unit tests. 2018-09-20 12:44:56 -05:00
Ashton Cummings
e0be5577a7 Added error checking for when an invalid string is input. 2018-09-20 09:26:31 -05:00
Michael Barrett
9797b474af 5.0.1 2018-05-18 09:29:25 +01:00
Michael Barrett
e1dcc51622
Merge pull request #41 from vegeta897/patch-1
Fix parsing of decimal input values
2018-05-18 09:21:24 +01:00
Devin Spikowski
a3f5260e55
Remove unnecessary escape characters 2018-05-14 04:30:57 -04:00
Devin Spikowski
5ee55a7dc1
Fix parsing of decimal input values
Previously, `1.5 hours` would parse as `5 hours`, or `1.0 hours` as `0 hours`

This was presumably working in 2012 with PR #2 but has since broken.
2018-05-14 04:23:52 -04:00
Michael Barrett
e88cf209ff
Merge pull request #39 from mike182uk/greenkeeper/standard-11.0.0
Update standard to the latest version 🚀
2018-02-19 08:45:13 +00:00
greenkeeper[bot]
90cc51adca chore(package): update standard to version 11.0.0 2018-02-19 00:47:53 +00:00
Michael Barrett
e32a9b966e
Merge pull request #38 from mike182uk/greenkeeper/mocha-5.0.0
Update mocha to the latest version 🚀
2018-01-18 17:16:14 +00:00
greenkeeper[bot]
95fbc0fa17 chore(package): update mocha to version 5.0.0 2018-01-18 03:17:48 +00:00
Michael Barrett
88ab6599aa Merge pull request #37 from mike182uk/greenkeeper/mocha-4.0.0
Update mocha to the latest version 🚀
2017-10-03 12:38:32 +01:00
greenkeeper[bot]
d3bba666d1 chore(package): update mocha to version 4.0.0 2017-10-03 08:15:50 +00:00
Michael Barrett
0c9b5a750e Merge pull request #36 from mike182uk/greenkeeper/coveralls-3.0.0
Update coveralls to the latest version 🚀
2017-09-28 21:29:42 +01:00
greenkeeper[bot]
8e7e84dab3 chore(package): update coveralls to version 3.0.0 2017-09-28 20:09:18 +00:00
Michael Barrett
f7366f6dfa use daysPerYear to calculate month / year seconds 2017-07-25 22:29:35 +01:00
Michael Barrett
6a85f0f261 Merge pull request #33 from mike182uk/greenkeeper/codeclimate-test-reporter-0.5.0
Update codeclimate-test-reporter to the latest version 🚀
2017-06-02 09:36:51 +01:00
greenkeeper[bot]
4908437552 chore(package): update codeclimate-test-reporter to version 0.5.0 2017-06-02 02:47:27 +00:00
Michael Barrett
f6cdf234f1 Merge pull request #32 from mike182uk/greenkeeper/chai-4.0.1
Update chai to the latest version 🚀
2017-06-01 08:55:52 +01:00
greenkeeper[bot]
62f642c288 chore(package): update chai to version 4.0.1 2017-05-31 21:37:17 +00:00
Michael Barrett
9ae3e78a4b 4.0.0 2017-04-22 14:29:36 +01:00
Michael Barrett
be12014b8b update travis config 2017-04-22 13:36:37 +01:00
Michael Barrett
38bd6c3b3f update codeclimate config 2017-04-22 13:34:41 +01:00
Michael Barrett
f72caed366 use yarn 2017-04-22 13:33:56 +01:00
Michael Barrett
59b2ec9d6e Merge pull request #29 from mike182uk/greenkeeper-standard-10.0.0
Update standard to version 10.0.0 🚀
2017-04-05 11:13:07 +01:00
greenkeeperio-bot
dc46e7e9de chore(package): update standard to version 10.0.0
https://greenkeeper.io/
2017-04-05 02:27:24 +01:00
Michael Barrett
bb98885ce6 Merge pull request #28 from mike182uk/greenkeeper-standard-9.0.0
Update standard to version 9.0.0 🚀
2017-03-01 09:09:15 +00:00
greenkeeperio-bot
6171f08a4d chore(package): update standard to version 9.0.0
https://greenkeeper.io/
2017-02-28 23:08:22 +00:00
Michael Barrett
779b47319b Merge pull request #27 from mike182uk/greenkeeper-mocha-lcov-reporter-1.3.0
Update mocha-lcov-reporter to version 1.3.0 🚀
2017-02-22 09:14:18 +00:00
greenkeeperio-bot
7fb1b705b1 chore(package): update mocha-lcov-reporter to version 1.3.0
https://greenkeeper.io/
2017-02-21 17:49:47 +00:00