Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jan 5, 2025
1 parent 2de5d7d commit 98fe738
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.2.0](https://github.com/metalsmith/permalinks/compare/v3.1.0...v3.2.0)

- Resolves #140: substitute placeholders that resolve to true to their key name [`#140`](https://github.com/metalsmith/permalinks/issues/140)
- Set usable permalink property (current file path) on permalink:false [`5f2fca3`](https://github.com/metalsmith/permalinks/commit/5f2fca3b705db12f421d7aa32edf04e220519586)
- Resolve file-specific permalinks in file.permalink, handle edge cases for root directoryIndex [`181c7e6`](https://github.com/metalsmith/permalinks/commit/181c7e68cc9fd24e2410e40b064be2cf03785931)
- Fixes file.permalink for root directoryIndex files from '.' to '' [`973183f`](https://github.com/metalsmith/permalinks/commit/973183f38c4fcd9755420ee4164f002dad8d50f8)

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

> 7 November 2024
- 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)
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.1.0",
"version": "3.2.0",
"license": "MIT",
"source": "src/index.js",
"main": "lib/index.cjs",
Expand Down

0 comments on commit 98fe738

Please sign in to comment.