Skip to content

Releases: FRosner/repl-helper

REPL Helper 2.0.0

26 Jan 08:29
Compare
Choose a tag to compare
  • fix object methods being printed twice due to Scala compilation

REPL Helper 1.1.0

19 Jan 19:27
Compare
Choose a tag to compare
  • Added constructor to find all methods with help that are visible to the current classloader
  • Added constructor to find all methods visible in a given URL
  • Extended class constructor to accept multiple classes through varargs

REPL Helper 1.0.2

04 Jan 10:01
Compare
Choose a tag to compare
  • replace $ in class name (which gets generated from scalac when compiling solitary objects)

REPL Helper 1.0.1

13 Oct 17:22
Compare
Choose a tag to compare
  • Java 7 as minimum requirement (instead of 8)

REPL Helper 1.0.0

04 Oct 21:32
Compare
Choose a tag to compare
  • use @Help annotation to document your methods
  • print help overview for all annotated methods of a chosen class
  • print long help for all annotated methods with a given name