kopper v0.0.3 Release Notes

Release Date: 2016-12-31 // about 8 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.