ms.js v0.7.2 Release Notes

Release Date: 2016-10-25 // over 7 years ago
  • ๐Ÿฑ 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