Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to aipooljs are summarized here.

## [Unreleased]

## [0.5.9] - 2026-06-29

- Family version alignment at 0.5.9 — no runtime or API change.

## [0.5.8] - 2026-06-14

- Documentation-only slimming pass across README, stability notes, review backlog, and LLM context. Family version alignment at 0.5.8 — no runtime or API change. A stricter overflow-handler mode that prevents aliasing by default remains a documented follow-up.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Tiny strict object pool for hot acquire/release paths: sprites, bullets, particles, DOM nodes, and worker slots.

> **Status: 0.5.8 - stable 1.0-track surface.** The root entry is the public API.
> **Status: 0.5.9 - stable 1.0-track surface.** The root entry is the public API.

## Install

Expand Down
2 changes: 1 addition & 1 deletion README_ZHTW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

小型嚴格 object pool,適合高頻 acquire/release 路徑:sprites、bullets、particles、DOM nodes、worker slots。

> **狀態:0.5.8 - 穩定 1.0 軌道 API。** root entry 是公開 API。
> **狀態:0.5.9 - 穩定 1.0 軌道 API。** root entry 是公開 API。

## 安裝

Expand Down
6 changes: 5 additions & 1 deletion llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The short index lives at `llms.txt` (see https://llmstxt.org/).

Tiny strict object pool for hot acquire/release paths: sprites, bullets, particles, DOM nodes, and worker slots.

> **Status: 0.5.8 - stable 1.0-track surface.** The root entry is the public API.
> **Status: 0.5.9 - stable 1.0-track surface.** The root entry is the public API.

## Install

Expand Down Expand Up @@ -101,6 +101,10 @@ All notable changes to aipooljs are summarized here.

## [Unreleased]

## [0.5.9] - 2026-06-29

- Family version alignment at 0.5.9 — no runtime or API change.

## [0.5.8] - 2026-06-14

- Documentation-only slimming pass across README, stability notes, review backlog, and LLM context. Family version alignment at 0.5.8 — no runtime or API change. A stricter overflow-handler mode that prevents aliasing by default remains a documented follow-up.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aipooljs",
"version": "0.5.8",
"version": "0.5.9",
"description": "Tiny, strict object pool for high-frequency acquire/release patterns — PixiJS sprite pools, bullet pools, particle pools, DOM node recyclers, worker job slots. Fixed-size, fail-fast on overflow, double-release detection.",
"keywords": [
"object-pool",
Expand Down