-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
82 lines (58 loc) · 1.6 KB
/
ChangeLog
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
2011-11-22 version 0.11.1
* Tests pass on windows (joeatwork)
2011-11-03 version 0.11.0
* Handle java.io.File as argument (issue #8)
* Fix tests on OSX (issue #7)
2011-10-13 version 0.10.1
* ???
2011-10-13 version 0.10.0
* with-cwd, chdir (and *cwd*)
2011-09-26 version 0.9.0
* Clojure 1.3.0
2011-05-31 version 0.8.1
* Fixed doc strings (Huw Giddens)
* Tests clean after themselves (issue #6)
2011-05-31 version 0.8.0
* with-temp (by David Jagoe http://goo.gl/jVmbr)
* Depends on Clojure 1.2.1
2011-03-18 version 0.7.2
* Trying to make tests pass on Windows (issue #4)
2011-03-16 version 0.7.1
* extension (Steve Miner - http://goo.gl/st7MJ)
2011-02-03 version 0.7.0
* deltree
2011-02-03 version 0.6.2
* copy return path to destination
2011-02-03 version 0.6.1
* copy-tree return path of created directory
2011-01-27 version 0.6.0
* copy-tree behaves like "cp -R src dest"
* copy+
2011-01-20 version 0.5.2
* delete, mkdir, mdirs, touch and chmod now return the path to allow
chaining
2011-01-20 version 0.5.1
* Fixed a bug in walk (thanks S11001001)
* iterdir
2011-01-18 version 0.5.0
* home
2011-01-15 version 0.4.0
* copy-tree
2011-01-14 version 0.3.2
* Fixed glob bug even better
2011-01-14 version 0.3.1
* Fixed glob bug
2011-01-14 version 0.3.0
* chmod
* Using clojure.java.io
* touch bugfix
2011-01-13 version 0.2.1
* touch
2011-01-12 version 0.2.0
* copy
* glob
2011-01-11 version 0.1.2
* Fixed a bug in list
* Added test to walk
2011-01-10 version 0.1.1
* Added "walk"