Skip to content

Commit aba58c2

Browse files
committed
Release 3.0.0
1 parent 4cf3c1d commit aba58c2

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,24 @@ 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.0.0](https://github.com/metalsmith/layouts/compare/v2.7.0...v3.0.0)
8+
9+
- test: swap nyc for c8 for test coverage, migrate tests to ESM, update dotfiles [`9855386`](https://github.com/metalsmith/layouts/commit/98553863fe6ec767cc6563a97e4ab54d0f7e31da)
10+
- BREAKING: solves #179, loosen dependency on jstransformers: Adds required transform option to support custom transformers, no longer supports multiple transformers per instantiation [`c1f7c4c`](https://github.com/metalsmith/layouts/commit/c1f7c4cc05fd8860af32a7411659d8ba8014c7a8)
11+
- BREAKING: defaults pattern to '**/*.{${inputFormats.join(',')}', reworks file filtering. Allows omitting .ext from layout property [`ec1c288`](https://github.com/metalsmith/layouts/commit/ec1c2880a08b112d0292acf4d4f20c4f874419c3)
12+
- Updates README.md for layouts 3.x [`89af28b`](https://github.com/metalsmith/layouts/commit/89af28b097dea633099cd6c27ee429880940e3ac)
13+
- BREAKING: remove suppressNoFilesError in favor of debug.warn message [`29c3b96`](https://github.com/metalsmith/layouts/commit/29c3b961c30d1b891fb7a16b5eb5c428d0b64273)
14+
- feat: adds extname option, as aligned with metalsmith/in-place [`8d998ad`](https://github.com/metalsmith/layouts/commit/8d998ad76e14523d9dc9da3a63966b87ed441f51)
15+
- Fix TS & JSDoc descriptions, add defaults & example [`0a77660`](https://github.com/metalsmith/layouts/commit/0a77660724275127bfd4b15facc1fdcf809616b3)
16+
- Drops Node < v14.18.0 support, use node: namespaced imports [`4cf3c1d`](https://github.com/metalsmith/layouts/commit/4cf3c1d8e984c25957398e72b8d4c71a11c12021)
17+
- Fix: only log rename when actual rename occurs [`5a25943`](https://github.com/metalsmith/layouts/commit/5a2594378b789010171cf507fbe2e9f1786101a1)
18+
- BREAKING: default export no longer exposes getTransformer [`d7c523a`](https://github.com/metalsmith/layouts/commit/d7c523ab93ec6bd120882a0ad46d1c6af436cb9d)
19+
- Drops support for Node < 14.14.0 [`6d4dbd8`](https://github.com/metalsmith/layouts/commit/6d4dbd8f0ba2b137b976d808bbcb4f35e5a5d635)
20+
721
#### [v2.7.0](https://github.com/metalsmith/layouts/compare/v2.6.0...v2.7.0)
822

23+
> 3 April 2023
24+
925
- Fix docs for pattern option [`#188`](https://github.com/metalsmith/layouts/pull/188)
1026
- Swaps out debug for metalsmith.debug & enhances debug log output [`f8cd111`](https://github.com/metalsmith/layouts/commit/f8cd111a26f0f2ead9f26b15ad7d0a745ed3e2b6)
1127
- Renames default export to layouts for better intellisense [`10eaa0c`](https://github.com/metalsmith/layouts/commit/10eaa0c5ba6f2172d7cb44cc20c974de8dce0a1f)

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/layouts",
3-
"version": "2.7.0",
3+
"version": "3.0.0",
44
"description": "A metalsmith plugin for layouts",
55
"homepage": "https://github.com/metalsmith/layouts#readme",
66
"bugs": {

0 commit comments

Comments
 (0)