Skip to content

Releases: vercel/ms

3.0.0-canary.1

15 Sep 15:40
Compare
Choose a tag to compare
3.0.0-canary.1 Pre-release
Pre-release

Patches

3.0.0-canary.0

15 Sep 13:28
Compare
Choose a tag to compare
3.0.0-canary.0 Pre-release
Pre-release

Major Changes

  • Add TypeScript and ESM support.: #163

Credits

Huge thanks to @mrmckeb for helping!

2.1.3

08 Dec 13:54
Compare
Choose a tag to compare

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!

2.1.2

06 Jun 17:30
Compare
Choose a tag to compare

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!

2.1.1

30 Nov 18:30
@leo leo
Compare
Choose a tag to compare

Patches

  • Add full support for negative numbers: #104

Credits

Huge thanks to @thevtm for helping!

2.1.0

30 Nov 16:53
@leo leo
Compare
Choose a tag to compare

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!

2.0.0

16 May 12:25
@leo leo
Compare
Choose a tag to compare

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!

1.0.0

19 Mar 21:42
@leo leo
Compare
Choose a tag to compare

Major Changes

  • Removed component specification: 1fbbe97

Patches

0.7.3

08 Mar 21:59
@leo leo
Compare
Choose a tag to compare

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!

0.7.2

25 Oct 08:16
@leo leo
Compare
Choose a tag to compare

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