Skip to content

Releases: metaplex-foundation/umi

v0.3.0

19 Feb 23:37
8c32503
Compare
Choose a tag to compare

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Minor 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]

Minor Changes

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

@metaplex-foundation/[email protected]

Patch Changes

v0.2.3

17 Feb 16:20
37c2a83
Compare
Choose a tag to compare

@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

@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

v0.2.2

16 Feb 19:22
36156ac
Compare
Choose a tag to compare

@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

@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

v0.2.1

15 Feb 12:34
0354eb4
Compare
Choose a tag to compare

@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

v0.2.0

14 Feb 15:20
6a09e85
Compare
Choose a tag to compare

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Minor Changes

Patch Changes

@metaplex-foundation/[email protected]

Patch Changes

v0.1.3

11 Feb 16:38
a21c0ed
Compare
Choose a tag to compare

@metaplex-foundation/[email protected]

Patch Changes

  • cb833de Thanks @lorisleiva! - Use local IP instead of localhost for better interop with CI

v0.1.2

10 Feb 17:26
745d46c
Compare
Choose a tag to compare

@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

@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

v0.1.1

10 Feb 17:12
b568ccc
Compare
Choose a tag to compare

@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

@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