Releases: metalsmith/layouts
Releases · metalsmith/layouts
@metalsmith/layouts 2.7.0
- Fix docs for pattern option
#188
- Swaps out debug for metalsmith.debug & enhances debug log output
f8cd111
- Renames default export to layouts for better intellisense
10eaa0c
@metalsmith/layouts 2.6.0
- feat: dual bundling ESM/CJS
771212c
- feat: added Typescript support
507bb47
Breaking change for uncommon use case:
If you previously imported/required the get-transformer.js
module directly from @metalsmith/layouts/lib/get-transformer.js
, you should now require it like so: require('@metalsmith/layouts').getTransformer
or import it like so import layouts from '@metalsmith/layouts'; layouts.getTransformer...
@metalsmith/layouts 2.5.1
- Resolves #183: pass the transformed list of files to metalsmith.match…
#184
- Merge pull request #184 from doteco/master
#183
- Resolves #183: pass the transformed list of files to metalsmith.match so that renamed files can be matched
#183
@metalsmith/layouts 2.5.0
- Resolves #181, use metalsmith.match instead of multimatch
#181
- Remove semicolons, run formatting. Remove devDependencies
605559a
- feat: add JSdocs, named plugin function
30411dd
- Dependencies: updates debug to 4.3.4
1a33ff2
- Drop Node < 12 support
4cd7c4d
@metalsmith/layouts 2.4.0
- Update dependencies and health files and fix linter problems
#177
- Return when done
#173
- Improve readme
#172
- Resolves #180: Align dotfiles, repo with core plugin setup
#180
- deps: update dependencies and fix prefer-object-spread
b10b175
2.1.0
- add a documentation link to the error messages
- add debug for better debugging
2.0.0
- moved to jstransformers (and dropped consolidate)
- breaking: dropped node 0.12 and node 4 support
- breaking: removed options:
engine
: inferred automatically from the layout extension by jstransformer
partials
: use metalsmith-register-partials instead
partialExtension
: no longer necessary
rename
: use metalsmith-rename instead
exposeConsolidate
: no longer necessary
1.8.1
- fix "too many opened files" error
1.8.0
- add partialExtension option, to fix partials matching on the wrong extension