Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Kleine committed Nov 12, 2019
1 parent 34b9dd0 commit d8b7d63
Showing 1 changed file with 40 additions and 53 deletions.
93 changes: 40 additions & 53 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,80 +1,67 @@
5.0.0 (2016-07-31)
------------------
# Changelog

### BC breaks
## 5.0.0 (2016-07-31)

* raised minimum required PHP version to 7.0.0
* introduced scalar type hints and strict type checking
* removed `stubbles\image\driver\DummyImageDriver::reset()`, not required
### BC breaks

* raised minimum required PHP version to 7.0.0
* introduced scalar type hints and strict type checking
* removed `stubbles\image\driver\DummyImageDriver::reset()`, not required

4.0.0 (2014-09-01)
------------------
## 4.0.0 (2014-09-01)

### BC breaks

* removed `stubbles\image\response`, is now in stubbles/webapp-image
* removed `stubbles\img\Image::loadFromResource()`
* removed `stubbles\img\ImageType`, `stubbles\img\Image` now works directly with drivers
* removed all methods deprecated with 3.0.0 (see below)
* removed `stubbles\image\response`, is now in stubbles/webapp-image
* removed `stubbles\img\Image::loadFromResource()`
* removed `stubbles\img\ImageType`, `stubbles\img\Image` now works directly with drivers
* removed all methods deprecated with 3.0.0 (see below)

### Other changes

* removed dependency to stubbles/core 5.x and stubbles/webapp-core 5.x
* removed dependency to stubbles/core 5.x and stubbles/webapp-core 5.x


3.0.0 (2014-08-03)
------------------
## 3.0.0 (2014-08-03)

### BC breaks

* removed namespace prefix `net`, base namespace is now `stubbles\img` only
* api changes
* renamed methods in `stubbles\image\driver\ImageDriver`:
* `getExtension()` is now `fileExtension()`
* `getContentType()` is now `mimeType()`
* renamed methods in `stubbles\image\driver\DummyImageDriver`:
* `getLastStoredFileName()` is now `lastStoredFileName()`
* `getLastStoredHandle()` is now `lastStoredHandle()`
* `getLastDisplayedHandle()` is now `lastDisplayedHandle()`
* deprecated `stubbles\img\Image::getName()`, use `stubbles\img\Image::fileName()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getType()`, use `stubbles\img\Image::type()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getHandle()`, use `stubbles\img\Image::handle()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getExtension()`, use `stubbles\img\Image::fileExtension()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getContentType()`, use `stubbles\img\Image::mimeType()` instead, will be removed with 4.0.0
* removed namespace prefix `net`, base namespace is now `stubbles\img` only
* api changes
* renamed methods in `stubbles\image\driver\ImageDriver`:
* `getExtension()` is now `fileExtension()`
* `getContentType()` is now `mimeType()`
* renamed methods in `stubbles\image\driver\DummyImageDriver`:
* `getLastStoredFileName()` is now `lastStoredFileName()`
* `getLastStoredHandle()` is now `lastStoredHandle()`
* `getLastDisplayedHandle()` is now `lastDisplayedHandle()`
* deprecated `stubbles\img\Image::getName()`, use `stubbles\img\Image::fileName()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getType()`, use `stubbles\img\Image::type()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getHandle()`, use `stubbles\img\Image::handle()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getExtension()`, use `stubbles\img\Image::fileExtension()` instead, will be removed with 4.0.0
* deprecated `stubbles\img\Image::getContentType()`, use `stubbles\img\Image::mimeType()` instead, will be removed with 4.0.0

### Other changes

* upgraded to stubbles/core 4.x & stubbles/webapp-core 4.x
* added `stubbles\img\Image::loadFromResource()`
* added `stubbles\img\response\ImageFormatter`


2.0.4 (2014-01-23)
------------------

* ensured that ext-gd is present


2.0.3 (2013-11-04)
------------------
* upgraded to stubbles/core 4.x & stubbles/webapp-core 4.x
* added `stubbles\img\Image::loadFromResource()`
* added `stubbles\img\response\ImageFormatter`

* ensured that response body is empty when image present so nothing gets send after image was sent
## 2.0.4 (2014-01-23)

* ensured that ext-gd is present

2.0.2 (2013-11-04)
------------------
## 2.0.3 (2013-11-04)

* ensured that `net\stubbles\img\response\ImageResponse::clear()` also removes image
* ensured that response body is empty when image present so nothing gets send after image was sent

## 2.0.2 (2013-11-04)

2.0.1 (2013-09-11)
------------------
* ensured that `net\stubbles\img\response\ImageResponse::clear()` also removes image

* Composer cleanup
## 2.0.1 (2013-09-11)

* Composer cleanup

2.0.0 (2013-09-11)
------------------
## 2.0.0 (2013-09-11)

* Initial release.
* Initial release.

0 comments on commit d8b7d63

Please sign in to comment.