Skip to content

Commit 26ad903

Browse files
committed
2.0.1
1 parent ccde8ee commit 26ad903

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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+
1016
## [2.0.0]
1117

1218
### Added
1319

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
1824

1925
### Changed
2026

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)
2228

2329
### Removed
2430

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
2733

2834
## [1.2.0]
2935

30-
* Added `postal` function
36+
- Added `postal` function
3137

3238
## [1.1.0]
3339

34-
* Added `apstate` function
40+
- Added `apstate` function
3541

3642
## [1.0.0]
3743

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "journalize",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A collection of functions useful for making prose more reader friendly. Inspired by Django's `django.contrib.humanize`.",
55
"source": "src/index.js",
66
"module": "dist/journalize.es.js",

0 commit comments

Comments
 (0)