Releases: FRosner/repl-helper
Releases · FRosner/repl-helper
REPL Helper 2.0.0
REPL Helper 1.1.0
- 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
- replace $ in class name (which gets generated from scalac when compiling solitary objects)
REPL Helper 1.0.1
- Java 7 as minimum requirement (instead of 8)
REPL Helper 1.0.0
- 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