All Versions
7
Latest Version
Avg Release Cycle
12 days
Latest Release
-

Changelog History

  • v0.7.0 Changes

    • ๐Ÿ‘‰ Make ShellScript constructor accessible, so that consumers can create their own instances, such as creating a wrapper class. PR #99
    • โšก๏ธ Many dependency updates.
  • v0.6.0 Changes

    • 0๏ธโƒฃ Specify a process callback for a single command or a default one to use for all commands. This can be used to access the underlying process to monitor it or customise behaviour such as implementing a timeout. PR #66.
    • Access command output using the InputStreams rather than waiting for it to complete fully and accessing as a String. PR #67.
    • โšก๏ธ Many dependency updates.
  • v0.5.0 Changes

    ๐Ÿ›  Fixed JDK version for consumers.

  • v0.4.0 Changes

    :rotating_light: IMPORTANT: Only usable by certain JDK versions, please use v0.5.0 or later.

    ๐Ÿ›  Fixed the broken POM file from v0.3.0.

  • v0.3.0 Changes

    ๐Ÿš€ :rotating_light: IMPORTANT: Broken release, please use v0.5.0 or later.

    • Maven Central publishing.
    • โšก๏ธ Updated dependencies to latest.
  • v0.2.0 Changes

    September 12, 2019
    • ๐Ÿ‘ Allow users to add extra Git commands to GitCommands via extension functions.
  • v0.1.0 Changes

    August 31, 2019

    ๐ŸŽ‰ Initial release of turtle