@metalsmith/layouts
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -7,4 +7,12 @@ ### Changelog | ||
#### [v2.5.1](https://github.com/metalsmith/layouts/compare/v2.5.0...v2.5.1) | ||
- Resolves #183: pass the transformed list of files to metalsmith.match… [`#184`](https://github.com/metalsmith/layouts/pull/184) | ||
- Merge pull request #184 from doteco/master [`#183`](https://github.com/metalsmith/layouts/issues/183) | ||
- Resolves #183: pass the transformed list of files to metalsmith.match so that renamed files can be matched [`#183`](https://github.com/metalsmith/layouts/issues/183) | ||
#### [v2.5.0](https://github.com/metalsmith/layouts/compare/v2.4.0...v2.5.0) | ||
> 2 May 2022 | ||
- Resolves #181, use metalsmith.match instead of multimatch [`#181`](https://github.com/metalsmith/layouts/issues/181) | ||
@@ -11,0 +19,0 @@ - Remove semicolons, run formatting. Remove devDependencies [`605559a`](https://github.com/metalsmith/layouts/commit/605559a025ac6253fbc2d81a3cb10ff647d053fb) |
@@ -131,3 +131,3 @@ const debug = require('debug')('@metalsmith/layouts') | ||
// Filter files by the pattern | ||
const matchedFiles = metalsmith.match(settings.pattern) | ||
const matchedFiles = metalsmith.match(settings.pattern, Object.keys(files)) | ||
@@ -134,0 +134,0 @@ // Filter files by validity |
{ | ||
"name": "@metalsmith/layouts", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "A metalsmith plugin for layouts", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/metalsmith/layouts#readme", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22586