Skip to content

Commit 98fe738

Browse files
committed
Release 3.2.0
1 parent 2de5d7d commit 98fe738

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.2.0](https://github.com/metalsmith/permalinks/compare/v3.1.0...v3.2.0)
8+
9+
- Resolves #140: substitute placeholders that resolve to true to their key name [`#140`](https://github.com/metalsmith/permalinks/issues/140)
10+
- Set usable permalink property (current file path) on permalink:false [`5f2fca3`](https://github.com/metalsmith/permalinks/commit/5f2fca3b705db12f421d7aa32edf04e220519586)
11+
- Resolve file-specific permalinks in file.permalink, handle edge cases for root directoryIndex [`181c7e6`](https://github.com/metalsmith/permalinks/commit/181c7e68cc9fd24e2410e40b064be2cf03785931)
12+
- Fixes file.permalink for root directoryIndex files from '.' to '' [`973183f`](https://github.com/metalsmith/permalinks/commit/973183f38c4fcd9755420ee4164f002dad8d50f8)
13+
714
#### [v3.1.0](https://github.com/metalsmith/permalinks/compare/v3.0.1...v3.1.0)
815

16+
> 7 November 2024
17+
918
- Improves debugging by preventing `dateFormatter` function from returning an anonymous function. Fix #143. [`#143`](https://github.com/metalsmith/permalinks/issues/143)
1019
- Documents 'hidden' feature for custom date formatting function, adds date-fn test [`26203cc`](https://github.com/metalsmith/permalinks/commit/26203ccf5218ef32978be2df166a89b072fde23a)
1120
- refactor: simplify date formatting logic and enhance dateFormatter function [`dffe27b`](https://github.com/metalsmith/permalinks/commit/dffe27b521438add56e5be382a917f94db5326b0)

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.1.0",
22+
"version": "3.2.0",
2323
"license": "MIT",
2424
"source": "src/index.js",
2525
"main": "lib/index.cjs",

0 commit comments

Comments
 (0)