Skip to content

Latest commit

 

History

History
78 lines (37 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

78 lines (37 loc) · 3.88 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.5 (2022-11-30)

Bug Fixes

  • Do not interrupt the install task if the package.json doesn't have any local dependencies (0b611d8)
  • Do not restore the package.json before the installation task finishes (98fa890)

0.2.4 (2022-09-23)

Bug Fixes

  • package.json getting postended with "null" (bfd4b21)

0.2.3 (2021-11-30)

Bug Fixes

  • Random ENOENT errors in copy_file_or_directory on Windows (e8674fa)
  • Use POSIX path separator also in get_target_path (8ef6120)
  • watch-local-dependencies: Wait with add/change events until the entire file gets written (906c6c6)
  • Windows backslash-issue in get_ignore_rules() (efb7571)

0.2.2 (2021-10-25)

Bug Fixes

  • Windows backslash-issue in get_ignore_rules() (efb7571)

0.2.1 (2021-10-21)

Bug Fixes

  • Issues with ignored files in watch mode on MacOS (d55998d)

0.2.0 (2021-09-24)

Features

  • BREAKING CHANGE: Remove ignored_files from the config (1e6dadb)
  • Use .npmignore or .gitignore as ignore pattern (d3f87ed)

Bug Fixes

  • Windows backslash-issue in get_target_path() (8cad12a)

0.1.2 (2021-08-26)

Bug Fixes

  • Windows backslash-issue in get_target_path() (8cad12a)

0.1.1 (2021-05-20)

Features

  • Add .DS_Store to ignored_files by default (583720d)

Bug Fixes

  • get_file_stats() - use fse.lstats instead of fs.lstats (cb23c10)

0.1.0 (2021-05-14)

Initial commit