File: History.md

package info (click to toggle)
node-debug 2.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 51
  • sloc: makefile: 31; sh: 3
file content (53 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (2)
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

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