Skip to content

Releases: ruby/pathname

v0.5.0

14 Apr 07:35
5c31e17

Choose a tag to compare

What's Changed

  • Alias value or join to take in old Ruby by @hsbt in #51
  • Remove built-in Pathname by @nobu in #56
  • Define most of Pathname in Ruby by @eregon in #53
  • Define most of Pathname in Ruby (redo) by @eregon in #57
  • Sync pathname_builtin.rb from ruby/ruby by @hsbt in #61
  • Run pathname specs from ruby/spec in CI and fix them by @eregon in #60
  • Support passing a #to_str object to Pathname.new for compatibility by @eregon in #67
  • Adopt file layout of ruby/ruby by @hsbt in #68
  • Clean up by @nobu in #73
  • Reenable truffleruby in CI and omit the 2 failing tests by @eregon in #74
  • Define private method same_paths? for Ractor-safety by @nobu in #76
  • [DOC] Pathname#freeze by @nobu in #77
  • Raise the previous message by @nobu in #78
  • [DOC] Doc for Pathname#+ by @BurdetteLamar in #81
  • [DOC] Doc for ::getwd by @BurdetteLamar in #82
  • Remove omit's for File.path since it is fixed in the last TruffleRuby release by @eregon in #89
  • Skip loading gem implementation on Ruby 4.0+ by @hsbt in #99

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Nov 07:20
03bef85

Choose a tag to compare

What's Changed

  • require fileutils in both methods using it by @toy in #35
  • Remove check for File.birthtime by @peterzhu2118 in #36
  • use delete_prefix instead of sub in find method by @toy in #34

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Nov 08:02
f3d2367

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Dec 07:19
7e796cc

Choose a tag to compare

What's Changed

  • s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #15
  • Don't use bundle exec with GitHub Actions by @hsbt in #16
  • Officially drop support for ruby 2.6 or older by @deivid-rodriguez in #13
  • Support all rm_r options in Pathname#rmtree by @olleolleolle in #8
  • Make Pathname#each_entry return enumerator if called without block by @jeremyevans in #10
  • Update actions by @hsbt in #18
  • Added dependabot.yml for actions by @hsbt in #19
  • Implement Pathname#lutime by @knu in #20
  • Expand tabs by @hsbt in #21
  • Fix autoload of FileUtils by @nobu in #22
  • [Misc #19155] [DOC] Addion of absolute paths by @nobu in #24

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Nov 10:27
e6b3b3e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Nov 10:27
5509b63

Choose a tag to compare