Releases: broccolijs/broccoli-persistent-filter
Releases · broccolijs/broccoli-persistent-filter
v3.1.3
🐛 Bug Fix
- #218 Initialize processor in
build
, prevent reusing same strategy (@brendenpalmer)
📝 Documentation
- #209 [docs] removes prototype examples and uses classes instead (@gabrielcsapo)
🏠 Internal
Committers: 3
- Brenden Palmer (@brendenpalmer)
- Gabriel Csapo (@gabrielcsapo)
- Robert Jackson (@rwjblue)
v3.1.2
🐛 Bug Fix
- #207 getDestFilePath: handle non-existent (deleted/moved) files (@jamescdavis)
Committers: 1
- James C. Davis (@jamescdavis)
v3.1.1
🐛 Bug Fix
- #205 Handle case where there's a cached dependencies object, but no dependencies. (@chriseppstein)
- #204 Remove deprecated
mkdirp
dependency (@jrjohnson)
🏠 Internal
- #198 Downgrade to @types/node v10 so that it matches this project's stated… (@chriseppstein)
Committers: 2
- Chris Eppstein (@chriseppstein)
- Jonathan Johnson (@jrjohnson)