Skip to content

Latest commit

 

History

History
151 lines (90 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

151 lines (90 loc) · 4.56 KB

v3.0.8 (2021-06-17)

🐛 Bug Fix

  • #147 Ensure adding additional trees does not affect include/exclude results. (@rwjblue)

Committers: 1

v3.0.7 (2021-06-10)

🚀 Enhancement

  • #146 Allow subclasses to add additional input nodes. (@rwjblue)

Committers: 1

v3.0.6 (2021-05-26)

🐛 Bug Fix

  • #141 Stop gathering instantiation stack manually. (@rwjblue)

🏠 Internal

Committers: 1

v3.0.5 (2021-05-03)

🐛 Bug Fix

  • #136 Ensure current working directory files do not affect broccoli-funnel operation (@ef4)

🏠 Internal

Committers: 2

v3.0.4 (2021-04-13)

🐛 Bug Fix

Committers: 1

  • Edward Faulkner (@ef4)

v3.0.3 (2020-05-09)

🐛 Bug Fix

🏠 Internal

  • #131 Add release automation. (@rwjblue)
  • #130 Fix test to actually check generated files with destDir (@mmun)

Committers: 4

master

3.0.1

  • Update all deps
  • Removing all the fs operation. Use input/output
  • Migrating to input/output facade

3.0.0

  • [Breaking] Upgrading to latest broccoli-plugin (Breaking only because of node version drops)
  • [Breaking] Modernize code: Class syntax, Async await etc.
  • [Breaking] Drop Node 8, as that is EOL end of the month
  • [Breaking] Drop Unsupported Node's (4, 6, 7) and add newly supported nodes (10, 12)

2.0.2

  • Fix usage of allowEmpty when also using include / exclude

2.0.1

  • Fixes issue with double dots in file names (#8) by using fs.existSync directly

2.0.0

  • Drops support for node@0.12

1.2.0

  • Improve excludes performance by using node-walk-sync for excludes when possible (#93)

1.1.0

  • Opt out of cache directory creation.

1.0.7

  • [PERF] when linking roots, only remove symlinks when absolutely needed.

1.0.6

  • bump heimdall

1.0.5

  • include only needed files

1.0.4

  • switch to heimdalljs-logger, allowing logs to show context within the broccoli graph

1.0.3

  • update fs-tree-diff, fixes "rename only file in directory bug", possible performance improvements.

1.0.2

  • update minimatch

1.0.1

  • fix annotations

1.0.0

  • improve performance by improving output stability
  • Do not use CoreObject
  • Derive from broccoli-plugin base class

0.2.3

  • Make new operator optional
  • Use new .rebuild API
  • Avoid mutating array arguments

0.2.2

No changelog beyond this point. Here be dragons.