@@ -6,6 +6,47 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66and this project adheres to
77[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 0.6.2] ( https://github.com/poolifier/poolifier-web-worker/compare/v0.6.1...v0.6.2 ) (2026-02-23)
10+
11+ ### 🐞 Bug Fixes
12+
13+ - add missing loadExponent: 0 validation test
14+ ([ f8500ee] ( https://github.com/poolifier/poolifier-web-worker/commit/f8500eece48bd35c1b46b536c93be699a2e1d7f3 ) )
15+ - ** deps:** update dependency poolifier-web-worker to ^0.6.1
16+ ([ #130 ] ( https://github.com/poolifier/poolifier-web-worker/issues/130 ) )
17+ ([ ca51b78] ( https://github.com/poolifier/poolifier-web-worker/commit/ca51b78dd950028e35993a9a69126c10f69b952e ) )
18+ - remove incorrectly added test code during commit port
19+ ([ 5b84f16] ( https://github.com/poolifier/poolifier-web-worker/commit/5b84f16607b3ddb5d93cbf1b2549b4bad19271bb ) )
20+ - ** test:** ignore flaky workerNodeKeys affinity test on Deno v1.x macOS
21+ ([ 68b8451] ( https://github.com/poolifier/poolifier-web-worker/commit/68b8451680e32c1d7ff0297f0ad1c390790c81ac ) )
22+ - ** test:** restore anonymous function tests in isAsyncFunction()
23+ ([ 08ae153] ( https://github.com/poolifier/poolifier-web-worker/commit/08ae153c34ad2f7a0b21e6fc1b49a75b07353f87 ) )
24+ - ** test:** use FakeTime for sleep() test to avoid flakiness
25+ ([ 30d9f25] ( https://github.com/poolifier/poolifier-web-worker/commit/30d9f25d9c8e75af577ac6f48405e94d2f736423 ) )
26+ - ** test:** use try/finally instead of 'using' for Deno v1.x compatibility
27+ ([ c0bd174] ( https://github.com/poolifier/poolifier-web-worker/commit/c0bd1743ec4a09efa02a7ab26cc713d6e059f81b ) )
28+
29+ ### 🧪 Tests
30+
31+ - fix async kill handler test to properly await and verify completion
32+ ([ b13a9c8] ( https://github.com/poolifier/poolifier-web-worker/commit/b13a9c818d92f46e853ec484a4bbeb322da64915 ) )
33+ - harmonize comments with upstream poolifier style
34+ ([ 7cf03cc] ( https://github.com/poolifier/poolifier-web-worker/commit/7cf03cce4f9fd78dc20d353f2bfb0561e0274346 ) )
35+ - port 22 abstract-worker tests from poolifier/poolifier
36+ ([ fbbe842] ( https://github.com/poolifier/poolifier-web-worker/commit/fbbe8427987939a8db057334aa73577ee4ea46ca ) )
37+
38+ ### 📚 Documentation
39+
40+ - add Git hooks installation instructions
41+ ([ b97f368] ( https://github.com/poolifier/poolifier-web-worker/commit/b97f36875888f228a071af6c85c5df84d84ce294 ) )
42+ - consolidate multiple task functions features in README
43+ ([ 370f1c2] ( https://github.com/poolifier/poolifier-web-worker/commit/370f1c217d329247a2c369d2290b9d5e296baf58 ) )
44+
45+ ### 🤖 Automation
46+
47+ - add pre-commit hooks for formatting and linting
48+ ([ 846b88d] ( https://github.com/poolifier/poolifier-web-worker/commit/846b88d42440c5418ce5d9f22b3a7fbf0a682000 ) )
49+
950## [ 0.6.1] ( https://github.com/poolifier/poolifier-web-worker/compare/v0.6.0...v0.6.1 ) (2026-02-20)
1051
1152### 🚀 Features
0 commit comments