Releases: zen-fs/core
Releases · zen-fs/core
1.6.16
1.6.15
1.6.14
1.6.13
1.6.12
Async
's async
methods will no longer try to sync to the cache before it is initialized. (zen-fs/dom#23)
1.6.11
Async
now patches itself so async operations (even on child classes) will also update the sync cache (#132)- Added
Async
tests to prevent a regression
- Added
- Simplified
AsyncMixin
interface - Made c8 an optional dependency instead of a development dependency
- Changed target from ES2020 to ES2019
- Removed bigint literals (#160)