Skip to content

chore: 0.5.12#653

Merged
mkopcins merged 2 commits intorelease/0.5from
@mkopcins/0.5.12
Oct 17, 2025
Merged

chore: 0.5.12#653
mkopcins merged 2 commits intorelease/0.5from
@mkopcins/0.5.12

Conversation

@mkopcins
Copy link
Copy Markdown
Collaborator

Description

Release version 0.5.12 with fix to #651

mkopcins and others added 2 commits October 17, 2025 15:55
…ription (#652)

## Description

Fix for issue #651. The problem was the serialization of cpp string into
jsi::Value and then back to a string, causing invalid characters and
bytes. Now cpp returns array of bytes and the decoding is done on the JS
side.

### Introduces a breaking change?

- [ ] Yes
- [x] No

### Type of change

- [x] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [ ] Other (chores, tests, code style improvements etc.)

### Tested on

- [x] iOS
- [x] Android

### Testing instructions

<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->

### Screenshots

<!-- Add screenshots here, if applicable -->

### Related issues

<!-- Link related issues here using #issue-number -->

### Checklist

- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings

### Additional notes

<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->

---------

Co-authored-by: Mateusz Kopciński <mateusz.kopcinski@swmansnion.com>
@mkopcins mkopcins requested a review from jakmro October 17, 2025 13:57
@mkopcins mkopcins merged commit 7a8d125 into release/0.5 Oct 17, 2025
1 of 2 checks passed
@mkopcins mkopcins deleted the @mkopcins/0.5.12 branch October 17, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants