Skip to content

v1.0.0-M9

Pre-release
Pre-release
Compare
Choose a tag to compare
@turbolent turbolent released this 04 Mar 18:08
· 1457 commits to master since this release

What's Changed

πŸ’₯ Language Breaking Changes

  • Prevent container mutation while iterating by @SupunS in #3126

⭐ Features

  • Add support for FunctionType.Purity in CCF codec by @fxamacker in #3107
  • Add support for Attachment and AttachmentType in CCF codec by @fxamacker in #3131
  • Add more support for entitlements (ReferenceType.Authorization) to CCF codec by @fxamacker in #3139

πŸ›  Improvements

  • Improve update tool: Fix config, improve documentation by @turbolent in #3130
  • Require added entitlements to be equal to migrated entitlements rather than supertypes by @dsainati1 in #3134
  • Fix migrating values with empty intersection type by @turbolent in #3138
  • Pass location-range to value-interface methods by @SupunS in #3140

🐞 Bug Fixes

  • Fix EntitlementSetAuthorization.Equal() by making it ignore order of elements by @fxamacker in #3137
  • Migrate static types of arrays and dictionaries by @SupunS in #3141

πŸ§ͺ Testing

  • Add test for nested container value migration by @SupunS in #3142

Full Changelog: v1.0.0-M8...v1.0.0-M9