You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.3 KiB

  1. 0.7.1 / 2015-04-20
  2. ==================
  3. * prevent extraordinary long inputs (@evilpacket)
  4. * Fixed broken readme link
  5. 0.7.0 / 2014-11-24
  6. ==================
  7. * add time abbreviations, updated tests and readme for the new units
  8. * fix example in the readme.
  9. * add LICENSE file
  10. 0.6.2 / 2013-12-05
  11. ==================
  12. * Adding repository section to package.json to suppress warning from NPM.
  13. 0.6.1 / 2013-05-10
  14. ==================
  15. * fix singularization [visionmedia]
  16. 0.6.0 / 2013-03-15
  17. ==================
  18. * fix minutes
  19. 0.5.1 / 2013-02-24
  20. ==================
  21. * add component namespace
  22. 0.5.0 / 2012-11-09
  23. ==================
  24. * add short formatting as default and .long option
  25. * add .license property to component.json
  26. * add version to component.json
  27. 0.4.0 / 2012-10-22
  28. ==================
  29. * add rounding to fix crazy decimals
  30. 0.3.0 / 2012-09-07
  31. ==================
  32. * fix `ms(<String>)` [visionmedia]
  33. 0.2.0 / 2012-09-03
  34. ==================
  35. * add component.json [visionmedia]
  36. * add days support [visionmedia]
  37. * add hours support [visionmedia]
  38. * add minutes support [visionmedia]
  39. * add seconds support [visionmedia]
  40. * add ms string support [visionmedia]
  41. * refactor tests to facilitate ms(number) [visionmedia]
  42. 0.1.0 / 2012-03-07
  43. ==================
  44. * Initial release