kopper v0.0.3 Release Notes

Release Date: 2016-12-31 // over 7 years ago
  • โœจ Enhance:

    • โšก๏ธ (see #6) Update printHelp to write directly to a PrintStream instance

    ๐Ÿ› Bug:

    • ๐Ÿ“œ (fix #5) TypedArgumentParser now allows setting name and applicationDescription via optional constructor parameters

Previous changes from v0.0.2

    • ๐Ÿ“œ Modify Parser to support method chanining (f5e0320)
      • changes #name and #applicationDescription pubic properties to setter methods.
    • ๐Ÿ“œ Return ArgumentCollection from parse (d542dca)
      • moves Parser#isSet and Parser#get to new ArgumentCollection
      • ArgumentCollection is a true collection

    โ€ฆ and other non-feature commits.