-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Changelog | ||
|
||
## [v0.3.1](https://github.com/pdsinterop/php-solid-crud/tree/v0.3.1) (2021-12-08) | ||
|
||
[Full Changelog](https://github.com/pdsinterop/php-solid-crud/compare/v0.3.0...v0.3.1) | ||
|
||
## [v0.3.0](https://github.com/pdsinterop/php-solid-crud/tree/v0.3.0) (2021-09-09) | ||
|
||
[Full Changelog](https://github.com/pdsinterop/php-solid-crud/compare/v0.2.0...v0.3.0) | ||
|
||
### Closes | ||
|
||
- Escape spaces and other characters in paths [\#8](https://github.com/pdsinterop/php-solid-crud/issues/8) | ||
- Feature: use the 'slug' header as the filename if there are no issues with it. [\#7](https://github.com/pdsinterop/php-solid-crud/issues/7) | ||
- Multiline PATCH request fails with 201 [\#6](https://github.com/pdsinterop/php-solid-crud/issues/6) | ||
|
||
### Pull request(s) without label | ||
|
||
- match anything that is not a } instead of using the regexp flags [\#10](https://github.com/pdsinterop/php-solid-crud/pull/10) (@ylebre) | ||
- Fix for multiline patch requests, fixes \#6 [\#9](https://github.com/pdsinterop/php-solid-crud/pull/9) (@ylebre) | ||
- add basepath translations [\#5](https://github.com/pdsinterop/php-solid-crud/pull/5) (@ylebre) | ||
- WIP: Dpop webid [\#4](https://github.com/pdsinterop/php-solid-crud/pull/4) (@ylebre) | ||
- add file extension that matches the given content-type if we know it [\#3](https://github.com/pdsinterop/php-solid-crud/pull/3) (@ylebre) | ||
- Patches to get it working with Solid-nextcloud [\#2](https://github.com/pdsinterop/php-solid-crud/pull/2) (@ylebre) | ||
|
||
## [v0.2.0](https://github.com/pdsinterop/php-solid-crud/tree/v0.2.0) (2020-11-09) | ||
|
||
[Full Changelog](https://github.com/pdsinterop/php-solid-crud/compare/v0.1.0...v0.2.0) | ||
|
||
### Pull request(s) without label | ||
|
||
- WIP: rework REST, add directories and turtle responses [\#1](https://github.com/pdsinterop/php-solid-crud/pull/1) (@ylebre) | ||
|
||
## [v0.1.0](https://github.com/pdsinterop/php-solid-crud/tree/v0.1.0) (2020-10-15) | ||
|
||
[Full Changelog](https://github.com/pdsinterop/php-solid-crud/compare/v0.0.0...v0.1.0) | ||
|
||
## [v0.0.0](https://github.com/pdsinterop/php-solid-crud/tree/v0.0.0) (2020-10-02) | ||
|
||
[Full Changelog](https://github.com/pdsinterop/php-solid-crud/compare/47466e6e54e6a537afcde8785df0c1bd1f357a4b...v0.0.0) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |