Skip to content

Releases: metalsmith/remove

@metalsmith/remove 1.4.0

12 Jun 22:15
v1.4.0
1a698b3
Compare
Choose a tag to compare
  • Adds JsDoc example usage 8927ab3
  • Includes source maps in lib for better debugging 49639e7
  • Adds engines.node specifier to package.json, drops support for Node <= 14.14.0 (Node 12 EOL 2023-04-30) 7d71cb0

@metalsmith/remove 1.3.0

03 Dec 00:20
v1.3.0
107082c
Compare
Choose a tag to compare
  • Replaces debug with metalsmith.debug a17e4ba
  • Logs an error when file delete fails c46614a
  • Enhanced types and rename default export to 'remove' 8950b05
  • Updates readme debug section d47da9a

@metalsmith/remove 1.2.1

06 Aug 23:12
v1.2.1
2407689
Compare
Choose a tag to compare
  • Fixes #26: incorrect export lib/index.mjs #26

@metalsmith/remove 1.2.0

05 Aug 22:20
v1.2.0
e5faa89
Compare
Choose a tag to compare
  • Adds dual bundled ESM/CJS, removes setImmediate 9111793
  • Added Typescript types 47a6232

@metalsmith/remove 1.1.2

21 Feb 04:02
v1.1.2
4cb09be
Compare
Choose a tag to compare
  • remove micromatch, use metalsmith.match #23
  • Resolves #22: remove micromatch, use metalsmith.match #22

@metalsmith/remove 1.1.1

06 Jan 15:43
v1.1.1
f994b6c
Compare
Choose a tag to compare
  • Fixes micromatch behavior: dot:true + chore: run format 5e8a158
  • Fixes typo's in package.json/ README.md 6850479
  • Fix for proper windows path handling cf35a7a

@metalsmith/remove 1.1.0

17 Dec 13:56
v1.1.0
b84fd8d
Compare
Choose a tag to compare
  • Update multimatch to resolve deprecated dependency #16
  • Fixes #21 - Add debug logs #21
  • Resolves #20 - swap multimatch for micromatch #20
  • Fixes #19 - correct JSDoc types + named plugin #19
  • Resolves #17 - rename plugin 'ignore' -> 'remove' #17
  • Resolves #18 - Aligned to org core plugin setup #18
  • Test for files ending with ~ (tilda) #3
  • Packages: updated and added travis, eslint, and prettier 7326e00
  • Tests: Use const c103fca
  • Update Readme.md c97ccc0
  • Tests: added missing config 69c5ecc