[PR #18] [MERGED] Fix: BigInt (de)serialization #20

Closed
opened 2026-05-23 08:36:45 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-core/pull/18
Author: @appy-one
Created: 9/12/2022
Status: Merged
Merged: 9/12/2022
Merged by: @appy-one

Base: masterHead: fix/bigint-serialization


📝 Commits (2)

  • 42a88dd Fixes (de)serialization of bigints to/from binary
  • 08d9ebb chore: build

📊 Changes

6 files changed (+87 additions, -49 deletions)

View changed files

📝 dist/cjs/utils.js (+12 -10)
📝 dist/cjs/utils.js.map (+1 -1)
📝 dist/esm/utils.js (+12 -10)
📝 dist/esm/utils.js.map (+1 -1)
📝 spec/utils.spec.js (+49 -16)
📝 src/utils.ts (+12 -11)

📄 Description

Closes #17


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-core/pull/18 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 9/12/2022 **Status:** ✅ Merged **Merged:** 9/12/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/bigint-serialization` --- ### 📝 Commits (2) - [`42a88dd`](https://github.com/appy-one/acebase-core/commit/42a88ddabc06bf297f9a1a2ca4f5d661fdc2775d) Fixes (de)serialization of bigints to/from binary - [`08d9ebb`](https://github.com/appy-one/acebase-core/commit/08d9ebb455f38667c1e295177f74e7b1d3a957d9) chore: build ### 📊 Changes **6 files changed** (+87 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `dist/cjs/utils.js` (+12 -10) 📝 `dist/cjs/utils.js.map` (+1 -1) 📝 `dist/esm/utils.js` (+12 -10) 📝 `dist/esm/utils.js.map` (+1 -1) 📝 `spec/utils.spec.js` (+49 -16) 📝 `src/utils.ts` (+12 -11) </details> ### 📄 Description Closes #17 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:36:45 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-core#20
No description provided.