Skip to content

Latest commit

 

History

History
147 lines (86 loc) · 4 KB

CHANGELOG.md

File metadata and controls

147 lines (86 loc) · 4 KB

v3.1.3 (2022-08-22)

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 3

v3.1.2 (2020-10-22)

🐛 Bug Fix

  • #207 getDestFilePath: handle non-existent (deleted/moved) files (@jamescdavis)

Committers: 1

v3.1.1 (2020-08-28)

🐛 Bug Fix

🏠 Internal

  • #198 Downgrade to @types/node v10 so that it matches this project's stated… (@chriseppstein)

Committers: 2

3.1.0

  • Separate typescript source files into their own directory to fix a typescript issue

3.0.1

  • add tests to verify the file property on errors is correct
  • mark some options as optional

3.0.0

  • dependency tracking now uses fs-merger
  • port to typescript and associated cleanup
  • drop Node 8 & 6

2.3.1

  • Normalize all paths used in dependency tracking

2.3.0

  • add optional enhanced dependency tracking

2.2.3

  • skip applyPatches phase, if no patches exist

2.2.2

2.2.0

  • no longer write to own symlinks created
  • add heimdall node specifically for handling files

2.1.1

  • [BUGFIX] FORCE_PERSISTENCE_IN_CI should not override persist option (#149)

2.1.0

  • disable cache in CI

2.0.0

  • drop old node support
  • modernize codebase
  • upgrade dpes

1.4.3

  • use node's own crypto library

1.2.11

  • instrument walkSync times

1.2.10

  • Add some info level logging (build summaries)

1.2.9

  • improve logging, add some information at INFO level and not only DEBUG

1.2.8

  • reduce package size with explicit files in package.json

1.2.7

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

1.2.6

  • update walk-sync, now correctly sorts directories
  • update fs-tree, fixes the "rename only file in directory bug", possible performance improvements
  • travis now tests against all versions of node that ember-cli supports

1.2.5

  • remove leftover debugger
  • add jshint to tests

1.2.4

  • [logging] remove selfTime from counters

1.2.3

  • improve debug logging, less verbose by default, but more verbose with opt-in DEBUG_VERBOSE=true

1.2.2

  • revert FSTreeDiff update

1.2.1

  • upgrade FSTreeDiff

1.2.0

  • #50 Add ability to return an object (must be JSON.stringifyable) from processString.
  • #50 Add postProcess hook that is called after processString (both when cached and not cached).

1.0.0

  • Forked from broccoli-filter