Releases: SoftStoneDevelop/StackMemoryCollections
v0.3.2.1
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.3.2.1
Performance:
++ Do not regenerate code if the file containing the class with the attribute has not been changed. Previously, the code was regenerated whenever any change was made to any project file.
++ #53
v0.3.2.0 IIncrementalGenerator
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.3.2.0
Improved generator performance with IIncrementalGenerator.
v0.3.1.0 List of composite items
- Added list support where items is composite types.
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.3.1.0
v0.3.0.0 List of primitives
- Added list support where items is primitive types.
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.3.0.0
v0.2.1.1 Composite Queue
- Added generator for queue where items is composite
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.2.1.1
v0.2.0.1
fix: wrong tail
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.2.0.1
v0.2.0.0 Queue primitive
- Added supported Queue collection, for primitive types
- Performance optimization
- Bug fixes
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.2.0.0
v0.1.4.2 Stack Future
- Added TopFuture() and PushFuture() methods for Stack
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.1.4.2
v0.1.3.1
-
Done testing the stack
-
Wrapper IsNull Property for class wrapper
-
Wrapper CreateInstance method
-
Wrapper GetPtrProperties
-
Wrapper GetValueInPtr Properties
-
Helper SetValueFrom(value) for composite value
-
fix IntPtr mus be valid structure
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.1.3.1
v0.1.2.0-beta
- Added generation mode: treat classes as references(IntPtr)
Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.1.2-beta