Skip to content

Latest commit

 

History

History
81 lines (39 loc) · 4.18 KB

File metadata and controls

81 lines (39 loc) · 4.18 KB

Changelog

1.5.1 (2026-04-22)

Bug Fixes

  • use --preload for Bun instead of --import (#22) (bd4a8dc)

1.5.0 (2026-04-20)

Features

1.4.0 (2026-04-05)

Features

  • extract shared DOM/testing core to @pokujs/dom + benchmark suite (#14) (cc60962)
  • optimize react testing runtime and add prettier (#6) (424194b)
  • refactor plugin internals and stabilize isolation:none (#8) (cd2d93d)

Bug Fixes

  • add missing @pokujs/dom dependency and update to ^1.0.1 (5b82a9a)
  • add repository metadata required for npm provenance (#4) (f20b16a)
  • clarify Deno compatibility guidance in README (#2) (ee28792)
  • update package repository URL (#12) (3da8523)

Performance Improvements

  • replace manual fireEvent loop with shared wrapFireEventMethods (#16) (1f86e4d)

1.3.0 (2026-04-05)

Features

  • extract shared DOM/testing core to @pokujs/dom + benchmark suite (#14) (cc60962)

Bug Fixes

  • add missing @pokujs/dom dependency and update to ^1.0.1 (5b82a9a)

1.2.1 (2026-04-03)

Bug Fixes

1.2.0 (2026-04-01)

Features

  • refactor plugin internals and stabilize isolation:none (#8) (cd2d93d)

1.1.0 (2026-03-31)

Features

  • optimize react testing runtime and add prettier (#6) (424194b)

1.0.1 (2026-03-31)

Bug Fixes

  • add repository metadata required for npm provenance (#4) (f20b16a)

1.0.0 (2026-03-31)

Bug Fixes

  • clarify Deno compatibility guidance in README (#2) (ee28792)