Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 523 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 523 Bytes

Changelog

v0.3.0

  • added Unicode code point argument length checks for range arguments
  • improved in-application help text
  • refactored error names in parser.go main function
  • go fmt source formatting modifications
  • added Windows CI testing on Appveyor CI
  • added Linux CI testing on Semaphore CI

v0.2.0

  • refactored command line Unicode hexadecimal code argument parser to new source file parser.go
  • refactored string utility functions to new source file stringutils.go

v0.1.0

  • initial release