7.1.0: Long-awaited Bugfixes
We finally have publish access again, and have updated babel-watch
!
See the release diff for the exact changes.
Highlights:
- Fix an infinite loop bug when the pipe is closed (#85, #46, #32).
- If you're using babel-watch and have seen a
node
process stick at 100% cpu from time to time, this is now fixed if you update!
- If you're using babel-watch and have seen a
- Updated Chokidar from v1 to v3, which improves performance & atomic writes handling (#97, #101, #104, #105)
- Debounce app restart to prevent missing cache deletions (#99)
- Fix a crash on improper use of
Buffer.from()
(#100)
Thanks @kmagiera for getting publish access into the hands of the community so we can fix these bugs.