Skip to content

Commit

Permalink
chore(string-store): release @sapphire/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent 548200f commit 61eebdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/string-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

# [@sapphire/string-store@2.0.0](https://github.com/sapphiredev/utilities/compare/@sapphire/[email protected]...@sapphire/[email protected]) - (2025-01-31)

## 🏠 Refactor

- Add `DuplexBuffer` interface ([548200f](https://github.com/sapphiredev/utilities/commit/548200f1af067ae2f017c27a3c5d056ec6dd7ff8)) ([#865](https://github.com/sapphiredev/utilities/pull/865) by @kyranet)
- **SchemaStore:** Introduce `serializeRaw` ([5141559](https://github.com/sapphiredev/utilities/commit/51415597fa4b8ed0e17ba71743e73f3963a6803b)) ([#862](https://github.com/sapphiredev/utilities/pull/862) by @kyranet)
- 💥 **BREAKING CHANGE:** `serialize` no longer returns an `UnalignedUint16Array`, if you desire the old behaviour, use `serializeRaw`

## 🚀 Features

- **Schema:** Add serialization helpers ([8a922c4](https://github.com/sapphiredev/utilities/commit/8a922c421576707dcd1e74379544f20a8c43d785)) ([#864](https://github.com/sapphiredev/utilities/pull/864) by @kyranet)
- 💥 **BREAKING CHANGE:** `serialize` has been renamed to `serializeInto`

# [@sapphire/string-store@1.2.0](https://github.com/sapphiredev/utilities/compare/@sapphire/[email protected]...@sapphire/[email protected]) - (2024-12-18)

## 🏠 Refactor
Expand Down
2 changes: 1 addition & 1 deletion packages/string-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphire/string-store",
"version": "1.2.0",
"version": "2.0.0",
"description": "High-capacity raw data storage in UTF-16 strings",
"author": "@sapphire",
"license": "MIT",
Expand Down

0 comments on commit 61eebdf

Please sign in to comment.