Skip to content

Releases: 0xNeshi/topystring

v2.0.1

06 Jan 11:32

Choose a tag to compare

What's Changed

  • Add PriorityQueue support by @0xNeshi in #21
  • Calling ToPyString on any non-collections now returns the same result as if ToString was called by @0xNeshi in #23
  • Refactor by @0xNeshi in #24

Full Changelog: v1.3.0...v2.0.1

Add support for .NET Standard 2.0

06 Dec 16:08
92d45e8

Choose a tag to compare

  • Add support for .NET Standard 2.0
  • Move null stringification to ObjectToPyString
  • Create tests for all .NET Core versions in the rage 2.1 -> 3.1

Add support for multidimensional arrays

21 Jun 20:25

Choose a tag to compare

v1.2.0

Add support for multidimensional arrays