v2.2.0-alpha-0048
Pre-release
Pre-release
What's Changed
๐ New Features
- Added AOT Trimming Support by @NightOwl888 in #181
- Added JDK-style
IndexOf()andLastIndexOf()methods in newSpanUtilitiesclass by @NightOwl888 in #185 - Add
CountdownLatchtype, a port ofjava.util.concurrent.CountDownLatch(fixes #187) by @LindqvistMartin in #188
๐ Bug Fixes
- Fixed
IndexOf(),LastIndexOf(),Contains()andRemove()ofList<T>to support negative zero vs positive zero to match the JDK (fixes #146) by @NightOwl888 in #182 - Fixed overflow calculation bug in
StringBuilderExtensions.Delete()by @NightOwl888 in #186
๐ Improvements
- Simplified implementation of
DoubleComparerandSingleComparer(fixes #183) by @NightOwl888 in #184
New Contributors
- @LindqvistMartin made their first contribution in #188
Full Changelog: v2.2.0-alpha-0042...v2.2.0-alpha-0048