Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 12:34
· 190 commits to main since this release
0354eb4

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

  • #6 d28f4dc Thanks @lorisleiva! - Add support for variable string serializers

    There are now three ways to serialize/deserialize a string:

    // With prefix.
    umi.serializer.string().serialize('A');
    // -> 0x0100000041
    
    // Fixed.
    umi.serializer.fixedString(8).serialize('A');
    // -> 0x4100000000000000
    
    // Variable.
    umi.serializer.variableString().serialize('A');
    // -> 0x41

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

  • #6 d28f4dc Thanks @lorisleiva! - Add support for variable string serializers

    There are now three ways to serialize/deserialize a string:

    // With prefix.
    umi.serializer.string().serialize('A');
    // -> 0x0100000041
    
    // Fixed.
    umi.serializer.fixedString(8).serialize('A');
    // -> 0x4100000000000000
    
    // Variable.
    umi.serializer.variableString().serialize('A');
    // -> 0x41
  • Updated dependencies [d28f4dc]:

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes