History.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. == 0.3.2 2011-07-27
  2. * 1 minor fix:
  3. * Load file without extension if found exactly as required
  4. == 0.3.1 2010-02-29
  5. * 1 minor fix:
  6. * Enumerable strings are deprecated in Ruby 1.8.8
  7. == 0.3.0 2010-02-14
  8. * 1 minor fix:
  9. * Compatibility with Rails 3
  10. == 0.2.9 2009-09-13
  11. * 1 minor fix:
  12. * Use to_s on Pathname to support Ruby 1.9
  13. == 0.2.8 2009-08-18
  14. * 1 minor fix:
  15. * Previous fix for LoadErrors failed for cucumber.
  16. == 0.2.7 2009-08-17
  17. * 1 minor fix:
  18. * Fix Polyglot catching LoadErrors not raised in Polyglot.find and re-raising the
  19. wrong message.
  20. == 0.2.6 2009-06-21
  21. * 1 significant fix:
  22. * Require using absolute pathname now works correctly on Ruby 1.8
  23. == 0.2.5 2009-03-04
  24. * 1 significant fix:
  25. * Polyglot's require may be called with a Pathname, or other object allowed by Kernel#require that doesn't support [] (Kernel#require uses to_str apparently)
  26. == 0.2.4 2008-05-29
  27. * 1 significant fix:
  28. * Previous LoadError change is checked in this time (oops!)
  29. == 0.2.3 2008-05-29
  30. * 2 minor enhancements:
  31. * Raise MissingSourceFile exception instead of LoadError if ActiveSupport is loaded
  32. * Re-raise original exception new one on require load fail
  33. == 0.2.2 2008-05-12
  34. * 2 minor enhancements:
  35. * Doesn't search $: when asked to load an absolute path
  36. * Adds a helpful exception message on LoadError
  37. == 0.2.1 2008-03-05
  38. * 1 minor defect:
  39. * code to raise LoadError itself raised an exception
  40. == 0.2.0 2008-02-13
  41. * 1 major enhancement:
  42. * Doesn't reload on every require
  43. == 0.1.0 2007-10-22
  44. * 1 major enhancement:
  45. * Initial release