File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.4.0] - 2017-08-17
8
+ ### Changed
9
+ - Reworking API doc usage and generation
10
+
7
11
## [ 0.3.0] - 2017-07-27
8
12
### Fixed
9
13
- DF-1144 Made DELETE behavior consistent across local and all remote file services
@@ -31,7 +35,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
31
35
32
36
First official release working with the new [ dreamfactory] ( https://github.com/dreamfactorysoftware/dreamfactory ) project.
33
37
34
- [ Unreleased ] : https://github.com/dreamfactorysoftware/df-file/compare/0.3.0...HEAD
38
+ [ Unreleased ] : https://github.com/dreamfactorysoftware/df-file/compare/0.4.0...HEAD
39
+ [ 0.4.0 ] : https://github.com/dreamfactorysoftware/df-file/compare/0.3.0...0.4.0
35
40
[ 0.3.0 ] : https://github.com/dreamfactorysoftware/df-file/compare/0.2.1...0.3.0
36
41
[ 0.2.1 ] : https://github.com/dreamfactorysoftware/df-file/compare/0.2.0...0.2.1
37
42
[ 0.2.0 ] : https://github.com/dreamfactorysoftware/df-file/compare/0.1.0...0.2.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Documentation for the file service features can be found on the [DreamFactory wi
15
15
Edit your project’s composer.json to require the following package.
16
16
17
17
“require”:{
18
- "dreamfactory/df-file": "~0.2 .0"
18
+ "dreamfactory/df-file": "~0.4 .0"
19
19
}
20
20
21
21
## Feedback and Contributions
Original file line number Diff line number Diff line change 24
24
}
25
25
],
26
26
"require" : {
27
- "dreamfactory/df-core" : " ~0.11 .0" ,
27
+ "dreamfactory/df-core" : " ~0.12 .0" ,
28
28
"league/flysystem-sftp" : " ^1.0" ,
29
29
"league/flysystem-webdav" : " ^1.0"
30
30
},
38
38
},
39
39
"extra" : {
40
40
"branch-alias" : {
41
- "dev-develop" : " 0.3 .x-dev"
41
+ "dev-develop" : " 0.4 .x-dev"
42
42
}
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments