1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
## Next
## 3.2.0
- fix irb being needed
## 3.1.0
- Pathname#path and Pathname#binwrite
## 3.0.4
- fix: readlink on non-existent target not raising ENOENT
## 3.0.3
- fix: mkdir_p '/' inserts nil-name entries into the file system
## 3.0.2
- fix: atime/mtime of copied entities in cp_r based on preserve option
## 3.0.1
- fix dir children to not include . and ..
## 3.0.0
- ruby 3.4 ready with frozen strings
## 2.8.0
- support sort: false for Dir.glob
## 2.7.1
- fix fix File::EXCL flag usage
## 2.7.0
- add param flags for File.open
- fix File::EXCL flag
## 2.6.0
- fix rename not changing content
- add experimental flock
## 2.5.0
- Ensure separation of positional/kwargs for Kernel.open
## 2.4.0
- Add fakefs/irb to be able to use irb after activating fakefs
## 2.3.0
- Fix find globbing bug
## 2.2.0
- Fix Dir.open with yield issue
## 2.1.0
- Add fakefs/pry to be able to use pry after activating fakefs
## 2.0.0
- Drop `.exists?` in favor of `.exist?`
## 1.9.0
- Support ruby 3.2
- Drop support for EOL Rubies (2.4/2.5/2.6)
## 1.8.0
- Support ::File#readpartial
## 1.7.0
- Add .activate supports io_mocks
## 1.6.0
- Add File#binmode?
## 1.5.0
- Add File#binwrite
## 1.4.0
- Pathnam#glob + glob flags support
## 1.3.2
- Fix passed in escaped characters to not get doube-escaped
## 1.3.1
- Fix `Dir.glob` fails to return correct matches when a path contains plus sign(s)
## 1.2.3
- fix File.mv deleting when src and dest are the same
## 1.2.2
- Tempfile.create works without creating tempdir first
## 1.2.1
- fix deletion of file objects not working
## 1.2.0
- more ruby 2.7 fixes / warnings removed
## 1.1.0
- remote taint/untaint methods from Pathname
- support ruby 2.7
## 1.0.0
- No changes, this is a cosmetic release to signal stableness
|