Releases: FriendsOfSymfony/FOSHttpCache
Releases · FriendsOfSymfony/FOSHttpCache
1.0.0
- 8a84260 remove leftover debug code from test (David Buchmann)
- 267eb41 Fix docs build (David de Boer)
- 8d81ce3 Merge branch 'calumbrodie-patch-1' (David de Boer)
- f1749c7 Move custom header to include (David de Boer)
- 914337c Merge branch 'patch-1' of github.com:calumbrodie/FOSHttpCache into calumbrodie-patch-1 (David de Boer)
- 4836698 Add example of passing header to Cache Invalidator (Calum Brodie)
- 7dea240 Merge pull request #119 from usemarkup/master (David de Boer)
- 879db5e Add headers as optional argument to CacheInvalidator (Calum Brodie)
- 80f145c Merge pull request #118 from FriendsOfSymfony/purge-headers (David Buchmann)
- 271ce63 Add custom Guzzle client section to docs (David de Boer)
- e9f97d7 Add optional headers to purge call (fix #117) (David de Boer)
1.0.0-RC1
- 060ca17 Merge pull request #115 from FriendsOfSymfony/nginx-cache-dir (David Buchmann)
- c5046ba Merge pull request #116 from FriendsOfSymfony/test-naming (David Buchmann)
- c578871 Make test naming more consistent with bundle (David de Boer)
- fbca68f Make Nginx cache dir optional (David de Boer)
- 4d6ec3b Merge pull request #114 from FriendsOfSymfony/fix-112 (David Buchmann)
- 9019dad Throw exception if cache hit/miss header is missing (fix #112) (David de Boer)
- 6841917 Merge pull request #111 from FriendsOfSymfony/src-test-coverage (David Buchmann)
- f01f4ea Add tests for src/Test (David de Boer)
- fb6fbe9 Merge pull request #105 from FriendsOfSymfony/test-exception (David de Boer)
- c816751 testing guzzle exceptions (David Buchmann)
- 51e240e fix garbled namespaces (David Buchmann)
- 95ae1b0 applied codestyle fixer to remove unused imports and align phpdoc (David Buchmann)
- e692086 Merge pull request #103 from FriendsOfSymfony/extract-test-functionality (David Buchmann)
- 2e0ada8 Run Nginx through ProcessBuilder (David de Boer)
- 3dee8cd Move reusable test classes to src (David de Boer)
- 41d8913 Extract Varnish process (David de Boer)
- 754e9bd Extract test assertions (David de Boer)
- 69edb20 Merge pull request #108 from FriendsOfSymfony/nginx-debian (David de Boer)
- ae2d1ee Make install-nginx.sh Debian-compatible (David de Boer)
- b76047f Fix broken sentence (David de Boer)
- b3e7a07 Fix #106 (David de Boer)
- 48961bd Merge pull request #104 from FriendsOfSymfony/more-tests (David de Boer)
- 49ac663 add some more tests (David Buchmann)
1.0.0-beta1
- c63e30e Merge pull request #102 from FriendsOfSymfony/fix-hhvm-404 (David Buchmann)
- 22030d4 Simplify HHVM Apache vhost (David de Boer)
- 47a5355 Fix 404s on HHVM (David de Boer)
- b9fe429 Merge pull request #96 from FriendsOfSymfony/debug-info-on-error (David de Boer)
- 657b8c6 Add documentation references (David de Boer)
- 31ad2cc Merge pull request #100 from FriendsOfSymfony/base-url-port (David Buchmann)
- 39bcecf Note that base URL should include port, too (David de Boer)
- b4eee37 provide request information in exception mesage (David Buchmann)
1.0.0-alpha4
Merge pull request #98 from FriendsOfSymfony/fix-varnish-4.0.1 Fix purge syntax for Varnish 4.0.1
1.0.0-alpha3
Merge pull request #86 from FriendsOfSymfony/lookup-origin-url do not use x-original-url for backing up the url.
1.0.0-alpha2
Merge pull request #51 from FriendsOfSymfony/naming Improve naming (fix #50)
1.0.0-alpha1
Merge pull request #32 from ddeboer/docs Improve docs