Skip to content

0.13.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 23:32
· 9 commits to master since this release
ef79879
  • motoko (moc)

    • typing: suggest conversions between primitive types from imported libraries
      and, with --ai-errors, all available package libraries (#4747).
  • motoko-base

    • Add modules OrderedMap and OrderedSet to replace RBTree with improved functionality, performance
      and ergonomics avoiding the need for preupgrade hooks (thanks to Serokell) (#662).