-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
49 lines (31 loc) · 1.01 KB
/
CHANGES
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
= pathname3 Changelog
== Version 1.2.5
* Fixed a bug in Pathname#mkpath (closes https://github.com/stouset/pathname3/issues/1)
== Version 1.2.4
* Usage examples in the README
* Rakefile for docs/testing
* Fixes bugs where return values were not Pathnames
* Adds Pathname#glob
== Version 1.2.3
* Fixes gem building on GitHub
== Version 1.2.2
* Fixes a bug where split didn't return Pathnames
* Fixes a bug where empty components of a path were joined
* Fixes bugs where methods were called on the wrong class
* Documentation improvements
== Version 1.2.1
* Fix a bug where Pathname#open was accidentally redefined due to misnamed
method
== Version 1.2.0
* == compares paths semantically
* Better compatibility with Pathname
* Full documentation
== Version 1.1.0
* More compliant with original Pathname.
* Specs testing compliance from Rubinius
== Version 1.0.1
* Included the MIT license. Whoops.
== Version 1.0.0
* First release
* Mostly-compatible support with pathname
* String-based pathname implementation