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