Skip to content

Releases: ne1410s/Comanche

v1.2.0

04 Jun 21:17
Compare
Choose a tag to compare

Change Summary

Features

  • Added support for JSON input for sequences e.g. ... -n [1, 5, 9]
  • Added support for additional sequence types including HashSet<> and Collection<>
  • Consolidated public entities into the root "Comanche" namespace
  • Unit tests entirely restructured into E2E areas
  • Updated --version command

Bugs

  • Fixed: Default palette colour cannot be specified
  • Fixed: Method route followed by numeric gives unexpected message
  • Fixed: Json encoding rules relaxed to print apostrophes, plus symbols, etc

v1.1.0

22 May 12:52
Compare
Choose a tag to compare

Usability improvements, including exposing the palette config
Extensibility - larger projects are better supported with new inheritance mechanism (as opposed to class nesting)

v1.0.3

16 May 21:33
Compare
Choose a tag to compare

Support for module-level DI

v1.0.2

15 May 17:35
Compare
Choose a tag to compare

Allow dependency patching

v1.0.1

15 May 11:19
Compare
Choose a tag to compare

Support for IConfig (json and env vars) plus better enum serialising