You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26
Original file line number
Diff line number
Diff line change
@@ -13,29 +13,55 @@ and [Semantic Versioning](http://semver.org/) conventions.
13
13
### Security
14
14
-->
15
15
16
+
## [Unreleased][unreleased]
17
+
18
+
### Added
19
+
20
+
- Adds various @throws annotations
21
+
- Adds timestamps for files and folders
22
+
23
+
### Changed
24
+
25
+
- Changes the default for file visibility to visible
26
+
- Changes guessing MIME type for files to always use the file's content instead of extension to guarantee results are the same across different filesystem adapters
27
+
- Changes method name of ApiInterface::getRecursiveMetadata() to ApiInterface::getTreeMetadata()
28
+
29
+
### Fixed
30
+
31
+
- Fixes bug that caused invalid repository names to be accepted (issue #4)
32
+
- Fixes bug that caused incorrect Metadata for directories to be returned (issue #6)
33
+
- Fixes bug that didn't validate paths ended in a trailing slash (issue #8)
34
+
- Fixes bug in permission comparison
35
+
- Fixes various links in the README file
36
+
16
37
## [v0.2.0] - 2015-07-21 - Improvements and UnitTests
17
38
18
39
### Added
40
+
19
41
- Adds automated checks (a.k.a. unit-tests) for the Adapter, Client and Settings classes.
20
42
- Adds various utility files for Travis builds, Coveralls and Composer
21
43
22
44
### Changed
45
+
23
46
- Makes the PHPUnit configuration more strict
24
47
- Renames the Client class to "Api"
25
48
26
49
## [v0.1.0] - 2015-07-18 - Read functionality
27
50
28
51
### Added
52
+
29
53
- Read functionality and Github API authentication have been implemented.
30
54
31
55
## v0.0.0 - 2015-05-11 - Project Setup
32
56
33
57
### Added
58
+
34
59
- Set up project basics like .gitignore file, PHPUnit Configuration file,
35
60
Contributing guidelines, Composer file stating dependencies, MIT License, README
0 commit comments