Skip to content

Releases: xorima/pointerhelpers

v1.3.0

10 Jun 02:11
Compare
Choose a tag to compare

What's Changed

  • feat: adds in supports for numerical types (int*, float*, complex*)
  • feat: adds in support for uint

Full Changelog: v1.2.0...v1.3.0

v1.2.0

30 Jan 11:06
3d87720
Compare
Choose a tag to compare

What's Changed

  • feat(bool): add in support for bools by @xorima in #2

Full Changelog: v1.1.0...v1.2.0

v.1.1.0

30 Jan 10:43
0727e0f
Compare
Choose a tag to compare

What's Changed

  • feat(int64): add support for managing int64 by @xorima in #1

New Contributors

  • @xorima made their first contribution in #1

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Jan 04:44
Compare
Choose a tag to compare

String Helpers

This release creates the string helpers and the initial layout for the project.
These helpers are taken from the AWS implementation