Skip to content

Releases: Cysharp/MasterMemory

Ver.2.4.4

27 May 03:58
Compare
Choose a tag to compare
  • CodeGenerator supports net6.0

Ver.2.4.3

03 Mar 03:25
Compare
Choose a tag to compare
  • Add builder.AppendDynamic to Unity

Ver.2.4.1

16 Feb 09:02
Compare
Choose a tag to compare

Slightly improve the performance of parallel construction

Ver.2.4.0

16 Feb 08:35
Compare
Choose a tag to compare

Details, to read new #Optimization section.

What's Changed

  • Add Parallel option to improve database construct performance, Add DISABLE symbols to generated code for reduce code size by @neuecc in #76

Full Changelog: 2.3.5...2.4.0

Ver.2.3.5

19 May 09:09
Compare
Choose a tag to compare

Improvement

dotnet tools support .NET 5 runtime

Fixes

fix: when using union, validation may not be executed #68, thanks @kyubuns

Breaking Changes

No provides standalone cli tool, use dotnet tool instead.

Ver.2.3.4

09 Dec 09:11
5169bc1
Compare
Choose a tag to compare

Fixes

  • Specify StringComparer.Ordinal to sort namespaces. #65

Ver.2.3.3

10 Sep 01:16
d4231e8
Compare
Choose a tag to compare

Fixes

  • Add an overload to accept IFormatterResolver #62

Ver.2.3.2

11 Aug 22:21
Compare
Choose a tag to compare

Improvement

  • The order of the generated codes should always be fixed #61

2.3.1

15 Jun 10:21
Compare
Choose a tag to compare

Improvements

  • #59 If the generated content is unchanged, skip the write.

Fixes

  • #58, #57 Fix for FindManyRangeCore returns invalid range (Thanks @tfindlow)

2.3.0

15 Jun 09:51
2147a83
Compare
Choose a tag to compare
2.3.0 Pre-release
Pre-release
Merge pull request #58 from tfindlow/tfindlow/issue57

Fix for FindManyRangeCore returns invalid range Issue 57