Skip to content

Releases: c-blake/cligen

Trival NO_COLOR=no double negative

18 Sep 13:29
c41e6e8
Compare
Choose a tag to compare

NO_COLOR with default argcvt/natural boolean false values is as if it were unset in the first place.

Bug fixes & cligen/procpool.forkJoin

09 Sep 14:00
79f1566
Compare
Choose a tag to compare

Bug fixes in HSlice parsing (both in argcvt and msclice) and in textUt.distDamerau.

Add a simple Unix-only cligen/procpool.forkJoin helper.

As usual, RELEASE_NOTES.md has more details and git log full details.

Add mslice.parseHSlice, cligen/sysUt.cfor, $MSlice(nil, 0) fix

07 Aug 18:34
b75a4a0
Compare
Choose a tag to compare

Besides those three headliner items (also detailed in RELEASE_NOTES.md and with full details in the git log), also make some libs work with Nim-1.2 era client code again.

Actually, this release is a mistake. It should be 1.9.0..Hold on a few minutes.

07 Aug 18:30
fd3ba2b
Compare
Choose a tag to compare

I don't even know why I decided to bump the minor, but the RELEASE_NOTES.md has been that way for a while...

Portability release for OSX

24 Jul 15:08
d875561
Compare
Choose a tag to compare

c-blake/bu#5 revealed that I haven't been testing much on OSX this past 18 months or so. Try to make some things more portable at least "compile for me" - namely memrchr and cligen/puSig.

Drop need for `cgDoOptions` define

22 Jul 09:56
8354613
Compare
Choose a tag to compare

This was probably overzealous optimization of compile durations. See RELEASE_NOTES.md and git log for more details.

Add limited `Option[T]` handling hidden behind a define

17 Jul 13:58
f19284f
Compare
Choose a tag to compare

Also a few documentation tweaks and some updates to the python/pq demo program for cg.py.

As usual, RELEASE_NOTES.md has more details and git commit log full details.

Add find-replace syntax for cligen/argcvt.argParse(string)

22 Jun 12:36
b45a7d0
Compare
Choose a tag to compare

Also some slight enhancement to printedLen & printedChars for unprintable ASCII and some minor ""-safety fix ups.

RELEASE-NOTES.md has more details & git log max details.

Minor bug fix release

27 May 17:36
a8b9513
Compare
Choose a tag to compare

Address problem in rare cases where open() succeeds, but read() immediately fails.

Minor API updates

02 May 16:15
678f141
Compare
Choose a tag to compare

Release notes have more details and git log full details, but mostly just cligen/mslice.join/find, a new strUt.nearUnity4, and an fcvt bug fix.