This commit is contained in:
Conduitry 2018-03-20 09:55:20 -04:00
parent 84584b9e54
commit 4b08f45d73
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# v0.14.0
- Allow per-file and per-directory filtering of which files to consider
- Allow `read` and `enc` settings to be determined per file
- Remove `file.paths`
# v0.13.5
- Support custom `resolver` option to `Defiler` to resolve paths passed to `defiler.get` and `defiler.add` from the transform

View File

@ -1,6 +1,6 @@
{
"name": "defiler",
"version": "0.13.5",
"version": "0.14.0",
"description": "A small, strange building block",
"keywords": ["build", "framework", "async", "watch"],
"main": "./dist/index.cjs.js",