Skip to content

Commit 08f8b26

Browse files
committed
Merge branch 'release/0.1' into release/1.x
2 parents 28d5161 + 690114b commit 08f8b26

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: ci
77
on:
88
push:
99
branches:
10-
- main
10+
- '**'
1111
pull_request:
1212
branches:
1313
- main

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Stable version release
2222
- Requires `intl` dependency to support languages other than English
2323

2424

25+
## 0.1.14
26+
27+
- Added support for non-sense formats; at the moment only `yyyyMMdd'T'hhmmss` with no separator, including time variants
28+
2529
## 0.1.13
2630

2731
- Added test cases to ensure RFC 822, 2822, 1036, 1123, and 3339 are supported

0 commit comments

Comments
 (0)