What's Changed
๐ฅ Language Breaking Changes
โญ 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
Full Changelog: v1.0.0-M8...v1.0.0-M9