solana_kit_codecs_strings 0.4.0
solana_kit_codecs_strings: ^0.4.0 copied to clipboard
String codecs for the Solana Kit Dart SDK.
Changelog #
All notable changes to this project will be documented in this file.
This changelog is managed by monochange.
0.4.0 - 2026-05-30 #
📝 Changed #
Restructure release groups
Move program-specific and domain-specific packages out of the main release group into standalone release schedules with independent versioning. Core SDK packages remain synchronized in the main group.
Owner: Ifiok Jr. · Introduced in: fccec7f · Last updated in: 93b3cd3
🐛 Fixed #
Add per-package coverage badges
Add codecov flags and per-package coverage badges to all package READMEs.
Owner: Ifiok Jr. · Introduced in: bed1b1f · Last updated in: 93b3cd3
Add UTF-8 null-char decoding controls
Add strict and explicit UTF-8 null-character decoding…
Add strict and explicit UTF-8 null-character decoding controls to solana_kit_codecs_strings, while preserving the default @solana/kit compatibility behavior that strips decoded null characters.
Owner: Ifiok Jr. · Introduced in: ad3e6ad · Last updated in: 0ee3d60