Skip to content

Commit 153f64e

Browse files
committed
Update with 0.3.0 changes.
1 parent d4b3387 commit 153f64e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ All notable changes to Glide will be documented in this file.
44

55
## 0.3.0
66

7-
- Large refactor, many classes moved and renamed.
8-
- Changed `league/flysystem` dependency to version `1.x`.
9-
- Added new `FilesystemException` exception, and additional file system checks.
10-
- Added new source path prefix option to `Server`, with `setSourcePathPrefix()` and `getSourcePathPrefix()` methods.
11-
- Added new cache path prefix option to `Server`, with `setCachePathPrefix()` and `getCachePathPrefix()` methods.
12-
- Added new `source_path_prefix` and `cache_path_prefix` options to `Factories\Server`.
13-
- Changed manipulators to return an instance of `Intervention\Image\Image`.
14-
- Updated output manipulator to use source format when format is not set or is invalid.
15-
- Renamed server method `getSourceFilename()` to `getSourcePath()`.
16-
- Renamed server method `getCacheFilename()` to `getCachePath()`.
17-
- Removed `$baseUrl` parameter from the `Server` constructor.
7+
- Large refactor for improve code organization. Many classes moved and renamed.
8+
- Changed `league/flysystem` dependency to version `1.x`. Nice work [@frankdejonge](https://github.com/frankdejonge)!
9+
- Responses will now return `304 Not Modified` on subsequent requests. [#20](https://github.com/thephpleague/glide/issues/20])
10+
- Added new source path prefix option to `Server`, with `setSourcePathPrefix()` and `getSourcePathPrefix()` methods. [#26](https://github.com/thephpleague/glide/issues/26])
11+
- Added new cache path prefix option to `Server`, with `setCachePathPrefix()` and `getCachePathPrefix()` methods. [#26](https://github.com/thephpleague/glide/issues/26])
12+
- Added new `source_path_prefix` and `cache_path_prefix` options to `ServerFactory`. [#26](https://github.com/thephpleague/glide/issues/26])
13+
- Added new `FilesystemException\FilesystemException` exception, and additional file system checks.
14+
- Changed manipulators to return an instance of `Intervention\Image\Image`. This allows for more rigorous manipulations to occur. [#25](https://github.com/thephpleague/glide/issues/25])
15+
- Updated output manipulator to use source format when format is not set or invalid. Previously this was set to `jpg` by default. [#24](https://github.com/thephpleague/glide/issues/24])
16+
- Renamed server method `getSourceFilename()` to `getSourcePath()`, and `getCacheFilename()` to `getCachePath()`.
17+
- Removed `$baseUrl` parameter from the `Server` constructor. Use `setBaseUrl()` method instead.
1818

1919
## 0.2.0
2020

0 commit comments

Comments
 (0)