Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 3.16 KB

History.md

File metadata and controls

68 lines (45 loc) · 3.16 KB

Version history for the Autoloaded project

v2.4.0 and v1.7.0, Sat 9/19/2021

v2.3.0 and v1.6.0, Sun 4/05/2020

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

  • Add support for Ruby load paths ($:) that contain one or more Pathname objects (thanks to @ekampp)

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

v1.0.0, Wed 10/29/2014

  • Add support for Ruby v2.0

v0.0.3, Fri 10/24/2014

(First release)