Compare Versions - ms
→
Patches
- Fix build script: #166 (@mrmckeb)
Major Changes
- Add TypeScript and ESM support.: #163
Credits
Huge thanks to @mrmckeb for helping!
Patches
- Rename zeit to vercel: #151
- Bump eslint from 4.12.1 to 4.18.2: #122
- Add prettier as a dev dependency: #135 #153
- Use GitHub Actions CI: #154
Credits
Huge thanks to @getsnoopy for helping!
Patches
- Fixed negative decimals less than -10 don't work: #111
- Support error in case of Infinity: #116
- Update regexp for
10-.5is invalid input: #117 - Update chat badge: #119
Credits
Huge thanks to @yuler and @7ma7X for helping!
Patches
- Add full support for negative numbers: #104
Credits
Huge thanks to @thevtm for helping!
Minor Changes
- Add "week" / "w" support: a2caead13ac7f9931338a1a51ab4e36ddb505e00
- Fixed match regex to support negative numbers: #96
Patches
- Applied a few text improvements: 15dc8c5b5a9e8372555400485a749ec04cc02444
- Fixed spelling of “millisecond” in description: #95
- Lockfile added: 2425ebdefcdd1c2b726c06f6a65c4f2dea58dee7
Credits
Huge thanks to @yoavmmn and @binki for helping!
Major Changes
- Limit str to 100 to avoid ReDoS of 0.3s: #89
Patches
- Ignored logs coming from npm: b1eaab752203e978492a4d540a7ae1d26e6306b1
- Bumped dependencies to the latest version: bcf57157678fd5afc691383145a35e116f9704d0
- Invalidated cache for slack badge: 94b995c1d6d5d13ec976a0c6849a3cca9b277e6b
Credits
Huge thanks to @karenyavine for their help!
Major Changes
- Removed component specification: 1fbbe974cdcad96e592dcb65a7b2a8649f690420
Patches
- Test on LTS version of Node: c9b1fd319f0f9198d85ecf4ba83e46cc1216be04
- Removed XO: 94068ea6d518387670df277f740b1abada80ed48
- Use
prettierandeslint: 57b3ef8e3423cae6254f94c5564a11b4492cff43 - Badge for XO removed: 389840b329436117741b2ef13a172725082695b9
- Removed browser testing: e818c3581aca3119c00d81901bfe8fe653bcfda4
- More suitable name for file containing tests: ee91f307a8dc3581ebdad614ec0533ddb3d8bf56
Patches
- Mark "options" param as optional in jsdoc: #77
- Lowercased text files: 5f0653ab192a30301aed8668b4588a87975b41ab
- Pinned dependencies: 126d7f094a1836b991c8d0abfeb4d0ce09ac280f
- Chore(package): update serve to version 5.0.1: #81
Credits
Huge thanks to @Jokero for their help!
Patches 💅
- Added license field to package.json file: https://github.com/zeit/ms/pull/42
- Renamed
longandshort(reserved keywords): https://github.com/zeit/ms/pull/53 - Capitalized important files: b2d9f9d
- Specified version numbers for
devDependenciesin package.json: abd3616 - Updated license file to the latest version: 5d53ae8
- Only upload important files to npm, instead of excluding certain ones: 2b2f02a
- Adjusted name of repository in package.json: e84f95d
- Made the package description match the repo's: 3961c12
- Added details on how to contribute: 201c805 and 73f34c3
- Fixed the description in README.md: 171f287
- Updated component file with the latest data: https://github.com/zeit/ms/issues/45
- Proper structure for README.md: f95bf41
- Replaced HISTORY.md with Github Releases: 4002de0
- Removed Makefile in favor of npm scripts: beff285
- The main test file is now called "index.js": 4dd33d7
- Started testing in Travis CI: e1066db, 2458287 and 32063f2
- Added XO as a linting tool: https://github.com/zeit/ms/pull/64 and d0ddfbb
- Now throwing an error if value is invalid: https://github.com/zeit/ms/pull/52
- Added examples for converting years: https://github.com/zeit/ms/pull/63
- Prevent extraordinary long inputs (@evilpacket)
- Fixed broken readme link
- Add time abbreviations, updated tests and readme for the new units
- Fix example in the readme.
- Add LICENSE file
Adding repository section to package.json to suppress warning from NPM.
Fix singularization [visionmedia]
Fix minutes
Add component namespace
- Add short formatting as default and .long option
- Add .license property to component.json
- Add version to component.json
Add rounding to fix crazy decimals
Fix ms(<String>) [visionmedia]
- Add component.json [visionmedia]
- Add days support [visionmedia]
- Add hours support [visionmedia]
- Add minutes support [visionmedia]
- Add seconds support [visionmedia]
- Add ms string support [visionmedia]
- Refactor tests to facilitate ms(number) [visionmedia]