Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
metalsmith-2.6.0.tgz | 2023-05-29 | 27.9 kB | |
Metalsmith 2.6.0 source code.tar.gz | 2023-05-29 | 6.5 MB | |
Metalsmith 2.6.0 source code.zip | 2023-05-29 | 6.5 MB | |
README.md | 2023-05-29 | 2.3 kB | |
Totals: 4 Items | 13.0 MB | 0 |
Added
- [#356] Added Typescript support
58d22a3
- Added --debug and --dry-run options to metalsmith (build) command
2d84fbe
- Added --env option to metalsmith (build) command
9661ddc
- Added Metalsmith CLI support for loading a .(c)js config. Reads from metalsmith.js as second default after metalsmith.json
45a4afe
- Added support for running (C/M)JS config files from CLI
424e6ec
- Dependencies:
chokidar
9d40674
lodash.clonedeepwith
e12537f
Removed
- #231 Dropped support for Node < 14.14.0
80d8508
- Dependencies:
rimraf
: replaced with native Node.js methodsae05945
cross-spawn
:baee1de
Updated
- Modernized Metalsmith CLI, prepared transition to imports instead of require
24fcffb
4929bc2
- Dependencies:
commander
: 6.2.1 -> 10.0.124fcffb
0810728
Fixed
- Fixes a duplicate empty input check in metalsmith.match
60e173a
- Gray-matter excerpts are removed from contents instead of being duplicated to the
excerpt
property2bfe800
- Gray-matter excerpts are trimmed
acb363e
Full Changelog: https://github.com/metalsmith/metalsmith/compare/v2.5.1...v2.6.0