- Add support for Ruby v3 (thanks to @krimsonkla)
- Eliminate Ruby warnings about Binding#source_location (thanks to @guss77)
- Eliminate Ruby warnings about undefined instance variables
- Don’t warn about a VERSION constant presumably loaded by a .gemspec
- Add support for Ruby v1.9.x
- Remove deprecated API
- Add support for relative class references with a new API
- Add support for JRuby (Ruby v2.x-compatible versions)
- Correct/improve autoload behavior
- Instead of returning the source directory path from Module#autoload?, return one or more matching source file path(s)
- Use Ruby load path (
$:
) to handle relative source file paths - Explain Module#autoload? and Module#constants in the readme and in inline documentation
- Add support for Ruby v2.0
(First release)