v0.11.3
Pre-release
Pre-release
Uralstech
released this
29 Nov 12:25
·
20 commits
to ezrSquared-re
since this release
DO NOT USE THIS FOR WRITING YOUR CODE!
Use any non-RE prerelease. While ezr² RE has a lot more features and many bugfixes, there are many missing features, most importantly the include
expression and many built-in non-generic methods like list.insert
!
Please use this release for testing purposes only. It is very unstable.
For platforms without a binary, you can compile the code with the .NET SDK. Only builds for Windows x64 and x86 have been tested.
What's Changed
Breaking Changes
CsealAttribute
has been removed.NewNothingConstant()
andNewBooleanConstant(bool)
have been made static.
Additions
- Added new
get_raw
andget_context
built-in functions.
Other Changes
- Object instances will now be able to access private static members.
- Mutable types now return references to themselves after mutation operations have been performed on them.
- Field and property wrappers now return the set value instead of "nothing".
- All
SharpAutoWrapper
wrappedCount
properties are now named "length" in the wrapper. Context
now inherits fromIEnumerable<KeyValuePair<string, Reference>>
.
Full Changelog: v0.11.2...v0.11.3