Skip to content

Releases: SoftStoneDevelop/StackMemoryCollections

v10.0.0.0

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 01 May 23:36

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

  • Target to NET 9-10

Full Changelog: v0.3.2.1...v10.0.0.0

v0.3.2.1

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 14 Sep 20:33

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

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 21 May 12:48

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

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 09 Sep 04:23
  • 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

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 07 Sep 05:33
  • 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

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 05 Sep 05:35
  • 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

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 03 Sep 23:33

fix: wrong tail

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

v0.2.0.0 Queue primitive

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 03 Sep 23:08
  • 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

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 02 Sep 00:26
  • 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

Choose a tag to compare

@SoftStoneDevelop SoftStoneDevelop released this 31 Aug 19:04
  • 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