Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Release 5.3.0

Latest
Compare
Choose a tag to compare
@AtjonTV AtjonTV released this 23 Apr 10:11
· 58 commits to master since this release
8743b9d

Added

  • times extension for String
  • TablePrinter and table DSL to print Text Tables to any PrintStream
  • prompt<T> global function as Text Prompt with type parsing
  • copyFrom extension for anything that inherits from Any
  • Added JodaTime as a Dependency (Adds ~600 KB to FAT jar)

Changed

  • isNumeric extension on String uses start and end in regex ^\d+$