You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ All notable changes to Glide will be documented in this file.
4
4
5
5
## 0.3.0
6
6
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.
0 commit comments