All Versions
11
Latest Version
Avg Release Cycle
156 days
Latest Release
1228 days ago

Changelog History
Page 1

  • v2.1.3 Changes

    December 08, 2020

    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!

  • v2.1.2 Changes

    June 06, 2019

    Patches

    • πŸ›  Fixed negative decimals less than -10 don't work: #111
    • πŸ‘Œ Support error in case of Infinity: #116
    • ⚑️ Update regexp for 10-.5 is invalid input: #117
    • ⚑️ Update chat badge: #119

    Credits

    Huge thanks to @yuler and @7ma7X for helping!

  • v2.1.1 Changes

    November 30, 2017

    Patches

    • βž• Add full support for negative numbers: #104

    Credits

    Huge thanks to @thevtm for helping!

  • v2.1.0 Changes

    November 30, 2017

    Minor Changes

    • βž• Add "week" / "w" support: a2caead
    • πŸ›  Fixed match regex to support negative numbers: #96

    Patches

    • Applied a few text improvements: 15dc8c5
    • πŸ›  Fixed spelling of β€œmillisecond” in description: #95
    • Lockfile added: 2425ebd

    Credits

    Huge thanks to @yoavmmn and @binki for helping!

  • v2.0.0 Changes

    May 16, 2017

    Major Changes

    • Limit str to 100 to avoid ReDoS of 0.3s: #89

    Patches

    • πŸ”Š Ignored logs coming from npm: b1eaab7
    • ⬆️ Bumped dependencies to the latest version: bcf5715
    • Invalidated cache for slack badge: 94b995c

    Credits

    Huge thanks to @karenyavine for their help!

  • v1.0.0 Changes

    March 19, 2017

    Major Changes

    • βœ‚ Removed component specification: 1fbbe97

    Patches

    • βœ… Test on LTS version of Node: c9b1fd3
    • βœ‚ Removed XO: 94068ea
    • πŸ‘• Use prettier and eslint: 57b3ef8
    • 🚚 Badge for XO removed: 389840b
    • βœ‚ Removed browser testing: e818c35
    • βœ… More suitable name for file containing tests: ee91f30
  • v0.7.3 Changes

    March 08, 2017

    Patches

    • Mark "options" param as optional in jsdoc: #77
    • Lowercased text files: 5f0653a
    • πŸ“Œ Pinned dependencies: 126d7f0
    • ⚑️ Chore(package): update serve to version 5.0.1: #81

    Credits

    Huge thanks to @Jokero for their help!

  • v0.7.2 Changes

    October 25, 2016

    🍱 Patches πŸ’…

    • βž• Added license field to package.json file: #42
    • πŸ“‡ Renamed long and short (reserved keywords): #53
    • Capitalized important files: b2d9f9d
    • πŸ“¦ Specified version numbers for devDependencies in 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: #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: #64 and d0ddfbb
    • Now throwing an error if value is invalid: #52
    • βž• Added examples for converting years: #63
  • v0.7.1 Changes

    September 04, 2016
    • Prevent extraordinary long inputs (@evilpacket)
    • πŸ›  Fixed broken readme link
  • v0.7.0 Changes

    September 04, 2016
    • βž• Add time abbreviations, updated tests and readme for the new units
    • πŸ›  Fix example in the readme.
    • βž• Add LICENSE file