Skip to content

v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfa1 dfa1 released this 03 Nov 07:04
· 262 commits to master since this release

[v0.1.3] - 2020-11-03

Added

Changed

  • bumped jline to 3.17.1
  • sleep: removed 2 args overload
    now it is possible to specify duration with both ISO8601 format and with our custom format (just dropping PT prefix)
    sleep PT1s, sleep 1s and sleep 1S are equivalent.

Fixed

  • http: improving error handling
  • always destroy underlying native process on InterruptedException