Skip to content

Commit d027abb

Browse files
committed
Release 3.1.0
1 parent 3b754ab commit d027abb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v3.1.0](https://github.com/metalsmith/permalinks/compare/v3.0.1...v3.1.0)
8+
9+
- Improves debugging by preventing `dateFormatter` function from returning an anonymous function. Fix #143. [`#143`](https://github.com/metalsmith/permalinks/issues/143)
10+
- Documents 'hidden' feature for custom date formatting function, adds date-fn test [`26203cc`](https://github.com/metalsmith/permalinks/commit/26203ccf5218ef32978be2df166a89b072fde23a)
11+
- refactor: simplify date formatting logic and enhance dateFormatter function [`dffe27b`](https://github.com/metalsmith/permalinks/commit/dffe27b521438add56e5be382a917f94db5326b0)
12+
- Improve debug & error message clarity [`3b754ab`](https://github.com/metalsmith/permalinks/commit/3b754ab9e04065227f14f2dc6e6618d2d2c96314)
13+
- Drops support for Node < 14.18.0 to enable node:-prefixed imports [`c01345f`](https://github.com/metalsmith/permalinks/commit/c01345f1f2e5c269daa6b97c40baefc69577c547)
14+
- refactor: update test case to match the scenario [`2484713`](https://github.com/metalsmith/permalinks/commit/248471342fec48b1a74a0a5a61182b1e4be1cad1)
15+
- Adds README info about placeholder substitution for booleans/ arrays [`76a1349`](https://github.com/metalsmith/permalinks/commit/76a1349cbe5ed026665dfc17f5c6a76d09e941e2)
16+
717
#### [v3.0.1](https://github.com/metalsmith/permalinks/compare/v3.0.0...v3.0.1)
818

19+
> 19 January 2024
20+
921
- Fixes #139: don't slugify dirname, add nested file test, document default slug options in types [`#139`](https://github.com/metalsmith/permalinks/issues/139)
1022
- fix: slug options to defaultLinkset.slug, correct date jsdoc [`4b60c50`](https://github.com/metalsmith/permalinks/commit/4b60c5054c26daf591013dd63ba77fc0b9ac170b)
1123
- fix: accept simple quotes in permalinks as even Windows accepts it [`5af7d5d`](https://github.com/metalsmith/permalinks/commit/5af7d5d1552182aeeff145ce25a2afcc63fe207a)

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "https://github.com/metalsmith/permalinks.git"
2121
},
22-
"version": "3.0.1",
22+
"version": "3.1.0",
2323
"license": "MIT",
2424
"source": "src/index.js",
2525
"main": "lib/index.cjs",

0 commit comments

Comments
 (0)