Skip to content

Releases: tui-cs/NStack

Release v1.1.1

Choose a tag to compare

@tig tig released this 22 Jan 13:52
ce985f3

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

Release v1.0.7

Choose a tag to compare

@tig tig released this 05 Dec 15:09
92b5d7f

What's Changed

  • Fixes #87. Unicode latest version is the 15.0.0. by @BDisp in #88
  • Fixes #86. "gethexaformat" messes up column widths. by @BDisp in #89
  • Prepping for Release v1.0.6 by @tig in #90

Full Changelog: v1.0.6...v1.0.7

Release v1.0.5

Choose a tag to compare

@tig tig released this 04 Nov 04:16

What's Changed

  • Fix typo by @tig in #82
  • Fixes #83. Ustring ConsoleWidth must return the exactly character size or zero and not the Rune.ColumnWidth if it's negative. by @BDisp in #84

Full Changelog: v1.0.3...v1.0.5

Release v1.0.3

Choose a tag to compare

@tig tig released this 19 Sep 00:05
af0ee1c

What's Changed

  • Fixes #79. Needed to add unit test for equal and not equal operators. by @BDisp in #80

Full Changelog: v1.0.2...v1.0.3

Release v1.0.1

Choose a tag to compare

@tig tig released this 17 Sep 18:13
3b3f408

Version 1.0.1 - Modernized API doc generation and now using gitflow

  • Fixes #59. Automatically generate API docs via github action
  • Fixes #61. ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method.

Release v0.17.1

Choose a tag to compare

@tig tig released this 26 May 22:17
7a23b84

Same as v0.17.1 but generated from migueldeicaza/NStack instead of tig/NStack.