All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.5 (2022-11-30)
- 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)
- package.json getting postended with "null" (bfd4b21)
0.2.3 (2021-11-30)
- 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)
- Windows backslash-issue in
get_ignore_rules()
(efb7571)
0.2.1 (2021-10-21)
- Issues with ignored files in watch mode on MacOS (d55998d)
0.2.0 (2021-09-24)
- BREAKING CHANGE: Remove
ignored_files
from the config (1e6dadb) - Use
.npmignore
or.gitignore
as ignore pattern (d3f87ed)
- Windows backslash-issue in
get_target_path()
(8cad12a)
0.1.2 (2021-08-26)
- Windows backslash-issue in
get_target_path()
(8cad12a)
0.1.1 (2021-05-20)
- Add
.DS_Store
toignored_files
by default (583720d)
get_file_stats()
- usefse.lstats
instead offs.lstats
(cb23c10)
Initial commit