Skip to content

Releases: termermc/nim-stack-strings

v1.1.4

28 Sep 07:00
Compare
Choose a tag to compare
  • Added toStackString, unsafeToStackString, tryToStackString and toStackStringTruncate
  • Made addTruncate's return value implicitly discardable with {.discardable.}

v1.1.3

27 Sep 03:05
d080142
Compare
Choose a tag to compare
  • Support for Nim 1.6.14

v1.1.2

26 Sep 03:56
f6ae2b6
Compare
Choose a tag to compare
  • Fixed toOpenArray including the nil-terminator byte

v1.1.1

26 Sep 00:31
5d50afb
Compare
Choose a tag to compare
  • Fixed tests
  • Fixed dollar operator

v1.1.0

19 Aug 19:03
Compare
Choose a tag to compare
  • Made StackString nil-terminated
  • Added [] that supports HSlice
  • Added toCstring and toHeapCstring
  • Renamed findChar and findSubstr to find
  • Renamed containsChar and containsSubstr to contains
  • Added cstring to the IndexableChars type
  • Added mitems and mpairs for StackString

v1.0.0

15 Aug 07:35
Compare
Choose a tag to compare

Initial release