Skip to content

Releases: siokas/denomander

v0.9.3

10 May 15:52
c4c5dd1
Compare
Choose a tag to compare

Version Mismatch

v0.9.2

09 May 11:08
c4c5dd1
Compare
Choose a tag to compare

Add new printing methods giving more options for text and background colors

v0.9.1

30 Nov 17:46
37d6d17
Compare
Choose a tag to compare
  • Deno to version 0.116.0

v0.9.0

16 Aug 20:11
adc18ea
Compare
Choose a tag to compare
  • Add "classic" help message
  • Add defaultCommand()
  • Bump Deno to 0.140.0 (or v1.13.0)

v0.8.6

29 Jul 11:21
a7dd5c0
Compare
Choose a tag to compare

Clean up the code

  • Moved types and interfaces (typescript things) in a separate folder
  • Moved, renamed and cleaned all utils in a separate folder
  • All classes are exported as default
  • Removed all unused imports
  • Removed all unused files
  • Bump Deno up in Github workflows

v0.8.5

29 Jul 08:31
4664e51
Compare
Choose a tag to compare
  • Add option to pass args with spread operator and catch the rest of the args from the user
  • bump deno to v 1.12.2 (0.103.0)

v0.8.2

15 Apr 09:06
b7dacb5
Compare
Choose a tag to compare

Bump Deno to v1.9.0 (0.93)

v0.8.1

12 Feb 10:26
c94b363
Compare
Choose a tag to compare

Updated

  • Default option
  • Option choices
  • Custom option object
  • Bump up Deno to 0.86

v0.8.0

19 Jan 12:22
4d93720
Compare
Choose a tag to compare

Improved - Updated

  • Improved error experience
  • Option to throw errors if needed
  • Update Deno to 0.83.0

Todo for next release

  • Custom Option Processing

v0.7.02

11 Jan 09:40
f0ce9c1
Compare
Choose a tag to compare
Merge pull request #33 from siokas/test

minor