You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,33 +7,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.0.1]
11
+
12
+
### Fixed
13
+
14
+
- Fixed bug in `aptime` where it would return `0` for times at 12 p.m. when there were also minutes (thanks @jmuyskens)
15
+
10
16
## [2.0.0]
11
17
12
18
### Added
13
19
14
-
* Added `aptime` function
15
-
* Added `capfirst` function
16
-
* Added `pluralize` function
17
-
* Added `yesno` function
20
+
- Added `aptime` function
21
+
- Added `capfirst` function
22
+
- Added `pluralize` function
23
+
- Added `yesno` function
18
24
19
25
### Changed
20
26
21
-
* Removed `date-fns` dependency, which means date/time based functions (`apdate`, `apmonth`, `aptime`) **no longer can parse ISO date strings** (or anything else someone may have thrown at it that `date-fns/parse` could have handled)
27
+
- Removed `date-fns` dependency, which means date/time based functions (`apdate`, `apmonth`, `aptime`) **no longer can parse ISO date strings** (or anything else someone may have thrown at it that `date-fns/parse` could have handled)
22
28
23
29
### Removed
24
30
25
-
* Removed `lodash` dependency
26
-
* Removed `apstate` and `postal` functions, they were slightly too specific and out of scope and probably should exist as their own libraries
31
+
- Removed `lodash` dependency
32
+
- Removed `apstate` and `postal` functions, they were slightly too specific and out of scope and probably should exist as their own libraries
27
33
28
34
## [1.2.0]
29
35
30
-
* Added `postal` function
36
+
- Added `postal` function
31
37
32
38
## [1.1.0]
33
39
34
-
* Added `apstate` function
40
+
- Added `apstate` function
35
41
36
42
## [1.0.0]
37
43
38
-
* The beginning of time :tada:
39
-
* Added `apnumber`, `intcomma`, `intword` and `ordinal` functions
44
+
- The beginning of time :tada:
45
+
- Added `apnumber`, `intcomma`, `intword` and `ordinal` functions
0 commit comments