Skip to content

Commit

Permalink
Add generated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Jan 11, 2022
1 parent 9d5e7a1 commit 5f46de5
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
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)*

0 comments on commit 5f46de5

Please sign in to comment.