Skip to content

Commit 7372b54

Browse files
committed
Adds changes for upcoming release to CHANGELOG file.
1 parent b29d1ed commit 7372b54

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,55 @@ and [Semantic Versioning](http://semver.org/) conventions.
1313
### Security
1414
-->
1515

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+
1637
## [v0.2.0] - 2015-07-21 - Improvements and UnitTests
1738

1839
### Added
40+
1941
- Adds automated checks (a.k.a. unit-tests) for the Adapter, Client and Settings classes.
2042
- Adds various utility files for Travis builds, Coveralls and Composer
2143

2244
### Changed
45+
2346
- Makes the PHPUnit configuration more strict
2447
- Renames the Client class to "Api"
2548

2649
## [v0.1.0] - 2015-07-18 - Read functionality
2750

2851
### Added
52+
2953
- Read functionality and Github API authentication have been implemented.
3054

3155
## v0.0.0 - 2015-05-11 - Project Setup
3256

3357
### Added
58+
3459
- Set up project basics like .gitignore file, PHPUnit Configuration file,
3560
Contributing guidelines, Composer file stating dependencies, MIT License, README
3661
file and this CHANGELOG file.
3762

3863
[unreleased]: https://github.com/potherca/flysystem-github/compare/v0.2.0...HEAD
64+
[v0.3.0]: https://github.com/potherca/flysystem-github/compare/v0.2.0...v0.3.0
3965
[v0.2.0]: https://github.com/potherca/flysystem-github/compare/v0.1.0...v0.2.0
4066
[v0.1.0]: https://github.com/potherca/flysystem-github/compare/v0.0.0...v0.1.0
4167
[keep-a-changelog]: http://keepachangelog.com/

0 commit comments

Comments
 (0)