Skip to content

Commit

Permalink
release: 0.2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jul 12, 2024
1 parent c192c16 commit 4292615
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 0.35
# 0.2.36

**Core Changes**

- Add `foxact/types`
- `createFixedArray` now supports GC-friendly array creation when `WeakRef` is available
- Created array will be garbage-collected if not used (e.g. all components that use the array are unmounted)

# 0.2.35

**Misc Changes**

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": "foxact",
"version": "0.2.35",
"version": "0.2.36",
"private": true,
"description": "React Hooks/Utils done right. For browser, SSR, and React Server Components.",
"homepage": "https://foxact.skk.moe",
Expand Down
26 changes: 10 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4292615

Please sign in to comment.