Skip to content

Releases: SoftStoneDevelop/StackMemoryCollections

v0.3.2.1

14 Sep 20:33
Compare
Choose a tag to compare

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

21 May 12:48
Compare
Choose a tag to compare

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

09 Sep 04:23
Compare
Choose a tag to compare
  • 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

07 Sep 05:33
Compare
Choose a tag to compare
  • 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

05 Sep 05:35
Compare
Choose a tag to compare
  • 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

03 Sep 23:33
Compare
Choose a tag to compare

fix: wrong tail

Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.2.0.1

v0.2.0.0 Queue primitive

03 Sep 23:08
Compare
Choose a tag to compare
  • 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

02 Sep 00:26
Compare
Choose a tag to compare
  • 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

31 Aug 19:04
Compare
Choose a tag to compare
  • 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

31 Aug 01:26
Compare
Choose a tag to compare
v0.1.2.0-beta Pre-release
Pre-release
  • Added generation mode: treat classes as references(IntPtr)

Binaries are available on NuGet:
https://www.nuget.org/packages/StackMemoryCollections/0.1.2-beta