Blame view

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