Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Nov 7, 2024
1 parent 3b754ab commit d027abb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v3.1.0](https://github.com/metalsmith/permalinks/compare/v3.0.1...v3.1.0)

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

#### [v3.0.1](https://github.com/metalsmith/permalinks/compare/v3.0.0...v3.0.1)

> 19 January 2024
- Fixes #139: don't slugify dirname, add nested file test, document default slug options in types [`#139`](https://github.com/metalsmith/permalinks/issues/139)
- fix: slug options to defaultLinkset.slug, correct date jsdoc [`4b60c50`](https://github.com/metalsmith/permalinks/commit/4b60c5054c26daf591013dd63ba77fc0b9ac170b)
- fix: accept simple quotes in permalinks as even Windows accepts it [`5af7d5d`](https://github.com/metalsmith/permalinks/commit/5af7d5d1552182aeeff145ce25a2afcc63fe207a)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "git",
"url": "https://github.com/metalsmith/permalinks.git"
},
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",
"source": "src/index.js",
"main": "lib/index.cjs",
Expand Down

0 comments on commit d027abb

Please sign in to comment.