Version history for the Autoloaded project
v2.4.0 and v1.7.0, Sat 9/19/2021
- Add support for Ruby v3 (thanks to @krimsonkla)
v2.3.0 and v1.6.0, Sun 4/05/2020
- Eliminate Ruby warnings about Binding#source_location (thanks to @guss77)
v2.2.1 and v1.5.1, Wed 10/18/2017
- Eliminate Ruby warnings about undefined instance variables
v2.2.0 and v1.5.0, Wed 2/22/2017
v2.1.1 and v1.4.1, Sat 1/24/2015
- Don’t warn about a VERSION constant presumably loaded by a .gemspec
v2.0.0, Sat 12/27/2014
- Add support for Ruby v1.9.x
- Remove deprecated API
v1.3.0, Fri 12/26/2014
- Add support for relative class references with a new API
v1.2.0, Fri 11/28/2014
- Add support for JRuby (Ruby v2.x-compatible versions)
v1.1.0, Tue 11/04/2014
- 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
v1.0.0, Wed 10/29/2014
- Add support for Ruby v2.0
v0.0.3, Fri 10/24/2014
(First release)