Skip to content

1.0.1

Compare
Choose a tag to compare
@tomijaga tomijaga released this 16 Jul 08:07
· 54 commits to main since this release
2657749

New Feature for renaming keys and variants during serialization

  • Added an optional record parameter to the toText and fromText functions with a field called renamekeys
    • renameKeys takes an array of Text tuples for mapping field keys in records and variant to their new names.
  • Solves the issue of using reserved Motoko keywords as record fields