Releases: vinsonchuong/hot-esm
Releases · vinsonchuong/hot-esm
v1.6.0
1.6.0 (2023-03-17)
Bug Fixes
- deps: Bump http-cache-semantics from 4.1.0 to 4.1.1 (73173fb)
- deps: Bump json5 from 1.0.1 to 1.0.2 (6104d6a)
- deps: bump minimatch from 3.0.4 to 3.1.2 (0698048)
- deps: bump sort-on from 5.0.0 to 5.1.0 (283569c)
- deps: bump sort-on from 5.1.0 to 5.2.0 (7d22c43)
Features
- hot-esm: add support for Yarn 2 (51b0e8e)
- hot-esm: add support for Yarn 2 (a8d0b65)
v1.5.0
1.5.0 (2022-09-13)
Bug Fixes
- deps: bump npm from 8.3.2 to 8.12.0 (cc0a44d)
- deps: bump semver-regex from 3.1.3 to 3.1.4 (9373731)
Features
- hot-esm: Use polling for Windows 9P file systems (a8b6527), closes #33
v1.5.0-alpha.1
Features
- hmr: First pass at import.meta.hot.accept() (6b88059)
v1.4.1
1.4.1 (2022-03-27)
Bug Fixes
- deps: bump debug from 4.3.3 to 4.3.4 (ddc21e1)
- deps: bump minimist from 1.2.5 to 1.2.6 (ebb9ca5)
v1.4.0
1.4.0 (2022-02-13)
Features
- hot-esm: Add debug logging via DEBUG=hot-esm (7bb01eb)
v1.3.0
1.3.0 (2022-01-28)
Features
- hot-esm: Only watch imported files (ede9fe2), closes #24
v1.2.2
1.2.2 (2021-10-22)
Bug Fixes
- hot: Update usage of loader hook to latest interface changed in v16.12.0 (456dc02), closes #23
v1.2.1
1.2.1 (2021-10-13)
Bug Fixes
- hot: Properly resolve paths to symlinked files (534999c), closes #22
v1.2.0
1.2.0 (2021-10-12)
Features
- hot: Add ability to unignore specific node_module packages (af19011), closes #22
v1.1.0
1.1.0 (2021-09-22)
Bug Fixes
- hot: Fix shorthand CLI for npm version 7 (0f060bd)
Features
- hot: Use chokidar instead of @parcel/watcher [#20] (bd69324)