Skip to content

Releases: gui-cs/NStack

Release v1.1.1

22 Jan 13:52
@tig tig
ce985f3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release v1.0.7

05 Dec 15:09
@tig tig
92b5d7f
Compare
Choose a tag to compare

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

04 Nov 04:16
@tig tig
Compare
Choose a tag to compare

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

19 Sep 00:05
@tig tig
af0ee1c
Compare
Choose a tag to compare

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

17 Sep 18:13
@tig tig
3b3f408
Compare
Choose a tag to compare

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

26 May 22:17
@tig tig
7a23b84
Compare
Choose a tag to compare

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