-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
ChangeLog
114 lines (67 loc) · 3.84 KB
/
ChangeLog
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
moment-strftime (0.5.0) stable; urgency=low
* Jamie Lubiner: Add support for lowercase meridian indicator (%P for am/pm)
(Closes: #31)
-- Benjamin Oakes <[email protected]> Wed, 29 Aug 2018 11:55:00 +0000
moment-strftime (0.4.1) stable; urgency=low
* Reduce maintenance overhead; no functional changes.
-- Benjamin Oakes <[email protected]> Fri, 24 Aug 2018 13:20:00 +0000
moment-strftime (0.4.0) stable; urgency=low
* Serhiy Yefremenko: Support for unpadded tokens like %-d (Closes: #30)
-- Benjamin Oakes <[email protected]> Fri, 10 Aug 2018 12:40:00 +0000
moment-strftime (0.3.2) stable; urgency=low
* Change minimum version of moment.js to mitigate DoS (Closes: #24, #29)
-- Benjamin Oakes <[email protected]> Fri, 27 Apr 2018 14:30:00 +0000
moment-strftime (0.3.1) stable; urgency=low
* Gilmore Davidson: More accurate replacement of strftime tokens
(Closes: #25, #28)
-- Benjamin Oakes <[email protected]> Fri, 27 Apr 2018 14:00:00 +0000
moment-strftime (0.3.0) stable; urgency=low
* Sambhav Kothari: Add support for locale-preferred date and time
representation (Closes: #26, #27)
-- Benjamin Oakes <[email protected]> Wed, 21 Mar 2018 14:00:00 +0000
moment-strftime (0.2.3) stable; urgency=low
* Ziv Perry: Add support for fractional seconds (Closes: #23)
-- Benjamin Oakes <[email protected]> Mon, 11 Sep 2017 15:30:00 +0000
moment-strftime (0.2.2) stable; urgency=low
* Julian Scheid: Relax moment dependency constraint (Closes: #22)
-- Benjamin Oakes <[email protected]> Tue, 14 Jun 2017 20:00:00 +0000
moment-strftime (0.2.1) stable; urgency=low
* Jed Fox: Fix webpack critical dependency warning (Closes: #20, #21)
-- Benjamin Oakes <[email protected]> Tue, 28 Feb 2017 10:20:00 -6000
moment-strftime (0.2.0) stable; urgency=low
* Start official support for Node 4, 5, 6, and 7.
* Add Docker container for development.
* Remove "build" directory and included minified JavaScript.
* Martin Hradil: Update moment dependency to allow any 2.x version. (Closes: #19)
* Paweł Sierszeń, David Rojo Gonzalez: Fix formatting of normal
non-parameterized text (Closes: #16, #17, #18)
-- Benjamin Oakes <[email protected]> Wed, 26 Oct 2016 10:00:00 -5000
moment-strftime (0.1.5) stable; urgency=low
* Martin Hradil: Regenerate build for bower. (Closes: #15)
-- Benjamin Oakes <[email protected]> Wed, 22 Sep 2015 02:42:00 +0000
moment-strftime (0.1.4) stable; urgency=low
* Martin Hradil: Add "%k" (hour of day, no leading zero, 24-hour clock),
"%l" (hour of day, no leading zero, 12-hour clock), "%u" (numeric day of week
with Sunday as 7), and "%W" (week number with leading zero) (Closes: #14)
* Martin Hradil: Specify that "%Z" gives "UTC" for a moment.utc time
(Closes: #14)
-- Benjamin Oakes <[email protected]> Wed, 9 Jul 2015 03:20:00 +0000
moment-strftime (0.1.3) stable; urgency=low
* Started official support for stable node.js, node.js v0.10.x, node.js
v0.12.x, and stable io.js
* Brandon Pittman: Add "%F" replacement, common shortcut for the date
command in Unix (Closes: #6)
* Pierre Rudloff: Add Bower package (Closes: #7)
* Pierre Rudloff: Update moment dependency (Closes: #11)
* Nicolas: Add "%e" replacement, day of the month without leading zero
(Closes: #12)
-- Benjamin Oakes <[email protected]> Wed, 9 Jul 2015 03:20:00 +0000
moment-strftime (0.1.2) stable; urgency=low
* Improve npm user experience.
-- Benjamin Oakes <[email protected]> Tue, 17 Jan 2012 23:39:26 -0500
moment-strftime (0.1.1) stable; urgency=low
* Update npm packaging.
-- Benjamin Oakes <[email protected]> Tue, 17 Jan 2012 22:57:15 -0500
moment-strftime (0.1.0) stable; urgency=low
* Initial release.
-- Benjamin Oakes <[email protected]> Tue, 17 Jan 2012 22:42:06 -0500