All Versions
7
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
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 aString
. 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.
- ๐ Allow users to add extra Git commands to
-
v0.1.0 Changes
August 31, 2019๐ Initial release of turtle