Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: parcel-bundler/watcher

v2.5.6

23 Jan 06:56
@bpasero bpasero
8926bb8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog: v2.5.5...v2.5.6

Contributors

bpasero and rzhao271
Assets 2
Loading

v2.5.4

11 Jan 19:10
@bpasero bpasero
b790d37
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.5.4

Loading
ghiscoding reacted with hooray emoji
1 person reacted

v2.5.1

26 Jan 02:55
@devongovett devongovett

Choose a tag to compare

  • Handle large changes from FS Events better in getEventsSince - #196
  • Fix use after free in kqueue backend
  • fix: catch std:regex error - #195
Loading
sadeghbarati reacted with heart emoji
1 person reacted

v2.5.0

04 Nov 05:37
@devongovett devongovett

Choose a tag to compare

Added

  • Support 32-bit arm musl platform
  • Support npm --build-from-source flag to optionally build from source instead of using prebuilt packages. Can be used in conjunction with --no-optional to prevent installing platform-specific dependencies.

Fixed

  • Fix use after free errors (#177)
  • Fix deadlock between Watcher and Debounce threads (#189)
  • Avoid open() calls on stat() failures on macOS to prevent security dialogs (#186)
Loading
bpasero, toge, and piyushchauhan2011 reacted with hooray emoji
3 people reacted

v2.4.0

15 Jan 22:22
@devongovett devongovett

Choose a tag to compare

Adds support for CommonJS (along with existing support for ESM) in @parcel/watcher-wasm.

Loading
huynhdev24 reacted with thumbs up emoji
1 person reacted

v2.3.0

24 Aug 04:13
@devongovett devongovett

Choose a tag to compare

Features

  • Add a kqueue backend to support FreeBSD, or as an alternative to FSEvents on macOS
  • Add a WASM backend, for use in environments where native modules cannot run (e.g. on the web in environments like Stackblitz, or unsupported processor architectures/operating systems). Use the @parcel/watcher-wasm package instead of @parcel/watcher in these cases. Note that this is much less efficient than using native OS-specific APIs, so keep using the native packages where possible.
  • Migrate to napi thread safe functions, which allows using @parcel/watcher from multiple Node.js worker threads
  • Add a 32-bit windows build, useful if users accidentally installed a 32-bit version of Node
Loading

v2.2.0

02 Jul 03:46
@devongovett devongovett

Choose a tag to compare

This release migrates to a new method of distribution. Rather than including binaries for all operating systems and architectures inside the @parcel/watcher package, there are now individual packages per platform (e.g. @parcel/watcher-darwin-x64). Each of these is an optional dependency of the main watcher package. This way, npm and other package managers will install only the binary for the platform you are running on. This reduces bandwidth and disk space.

This also enabled us to add pre-compiled binaries for more platforms, meaning you don't need to have a C++ compiler to install the watcher. This should help with some minimal Docker environments especially. The architectures with prebuilds available now include:

  • darwin-x64
  • darwin-arm64
  • win32-x64
  • win32-arm64
  • linux-x64-glibc
  • linux-x64-musl
  • linux-arm64-glibc
  • linux-arm64-musl
  • linux-arm-glibc (32-bit arm v7)
  • android-arm64
Loading
samchungy and jjrice2233 reacted with thumbs up emoji aelbore, DrJume, huygn, and samchungy reacted with rocket emoji
5 people reacted

v2.1.0

05 Jan 05:33
@devongovett devongovett

Choose a tag to compare

  • Support simple glob patterns for ignore rules – #106
  • fix: Prevent directory locking on Windows – #121
Loading
hoangpq, lzm0x219, aelbore, taratatach, and gh640 reacted with thumbs up emoji
5 people reacted

v2.0.7

04 Nov 05:03
@devongovett devongovett

Choose a tag to compare

Loading

v2.0.6

02 Nov 02:45
@devongovett devongovett

Choose a tag to compare

  • Update debounce to emit the first update immediately, and always emit at least one event every 500ms – #113
  • Improve support for mounted file systems on macOS – #108
  • Fix segmentation fault on Linux by storing inotify subscription paths – #103
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /