solana-example-helloworld
solana-example-helloworld copied to clipboard
Bump borsh from 0.3.1 to 0.7.0
Bumps borsh from 0.3.1 to 0.7.0.
Release notes
Sourced from borsh's releases.
v0.7.0
Highlights:
- Added support for serialization/deserialization of
maps- TextDecoder does not rely on
globalanymore- redundant files are not published to
npmCommits:
- build artifacts 3b9ceed
- pretty (#46) 8eeabaf
- Serialize and deserialize support for
Maptype. (#41) b80a6d4- Change TextDecoder resolution to not rely on
global(#40) 1eed6ae- build: do not add source and tests to npm package (#37) 261d9cd
- Merge pull request #35 from near/formating-fix 2bbd16e
- tests fixed 226b6b8
- test action tets (broken tests) 2f2f0eb
- prettier fixed 0ceaf1d
- pretty test 2 5aabc06
- formating test 7feefc5
- Formatting fix dca02da
- Add Prettier to keep code consistent. (#33) 9ed926b
https://github.com/near/borsh-js/compare/v0.6.0...v0.7.0
v0.6.0
Highlights:
- added ability to specify custom Reader/Writer
- deserialize now returns instance of
classTypeCommits: https://github.com/near/borsh-js/compare/v0.5.0...v0.6.0
v0.5.0
Highlights:
- Added support for fixed arrays
- Added ability to pass custom serialize/deserialize functions
Commits:
- add fixed array serialization/deserialization (#27) ebb340c
- call class serialize/deserialize methods (#20) 4d4bce3
- Merge pull request #18 from near/repo-update a69361d
- borsh repo updated in package.json 62c05ee
https://github.com/near/borsh-js/compare/v0.4.0...v0.5.0
v0.4.0
writeU16,readU16,writeI256,readU256,writeU512,readU512functions addeddeserializeUncheckedfunction added for deserialization without the lengths checkwriteU64acceptsnumberwriteI128acceptsnumber
... (truncated)
Commits
431f2b40.7.03b9ceedbuild artifacts8eeabafpretty (#46)b80a6d4Serialize and deserialize support forMaptype. (#41)1eed6aeChange TextDecoder resolution to not rely onglobal(#40)261d9cdbuild: do not add source and tests to npm package (#37)2bbd16eMerge pull request #35 from near/formating-fix226b6b8tests fixed2f2f0ebtest action tets (broken tests)0ceaf1dprettier fixed- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)