Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

84 lines (46 loc) · 1.29 KB

Changelog

v1.1.5

  • Removed gulp-util references

v1.1.4

  • Updated dependencies

v1.1.3

  • Added fileSystem.directoryExists additionally checks for symbolic links
  • Added fileSystem.fileExists additionally checks for symbolic links

v1.1.2

  • Added new version check

v1.1.1

  • Added commandLineParser.getStringArrayArgument elements trim quotes
  • Added string can be quoted with `
  • Changed improved quote trimming

v1.1.0

  • Changed commandLineParser.getStringArrayArgument separator to comma

v1.0.2

  • Added generic parameter to commandLineParser.getStringArgument
  • Added commandLineParser.getStringArrayArgument

v1.0.1

  • Fixed bug in table display

v1.0.0

  • Release

v0.8.3

  • CLIBase derived classed can have initialise methods
  • CLIBase derived classed can display additional version info

v0.8.2

  • Added FileSystem.directoryGetFiles and FileSytem.directoryGetFolders

v0.8.1

  • Fixed bug logging bool false
  • Fixed Reassigning parameter lint rules

v0.8.0

  • Finalise API
  • Unit Tests and Fixes

v0.7.3

  • Housekeeping and CI Integration

v0.7.2

  • Housekeeping and CI Integration

v0.7.1

  • Rationalised logging/display interfaces

v0.6.2

  • Bugfix

v0.6.1

  • Additions for binary files

v0.6.0

  • Refactored into framework and cli-core libraries