|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -The format is based on [Keep a Changelog](http://keepachangelog.com/) |
| 5 | +The format is based on [Keep a Changelog](http://keepachangelog.com/) |
6 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/). |
7 | 7 |
|
8 | | -## [Unreleased] |
| 8 | +## [3.0.0] - 2020-12-04 |
| 9 | +### Added |
| 10 | +- Support for PHP 8 |
9 | 11 |
|
10 | | -### Fixed |
| 12 | +### Removed |
| 13 | +- Support for PHP 7.0 and 7.1 |
11 | 14 |
|
| 15 | +### Fixed |
12 | 16 | - Use `phpstan` as a dev dependency to detect bugs |
13 | 17 |
|
14 | 18 | ## [2.0.0] - 2018-08-04 |
15 | | - |
16 | 19 | ### Added |
17 | | - |
18 | 20 | - PSR-17 support |
19 | 21 |
|
20 | 22 | ### Changed |
21 | | - |
22 | 23 | - The argument to pass the `Geocoder\Provider\Provider` in the constructor is mandatory. Removed the FreeGeoIp default provider because it requires credentials. |
23 | 24 |
|
24 | 25 | ## [1.0.0] - 2018-01-27 |
25 | | - |
26 | 26 | ### Added |
27 | | - |
28 | 27 | - Improved testing and added code coverage reporting |
29 | 28 | - Added tests for PHP 7.2 |
30 | 29 |
|
31 | 30 | ### Changed |
32 | | - |
33 | 31 | - Upgraded to the final version of PSR-15 `psr/http-server-middleware` |
34 | 32 |
|
35 | 33 | ### Fixed |
36 | | - |
37 | 34 | - Updated license year |
38 | 35 |
|
39 | 36 | ## [0.5.0] - 2017-11-13 |
40 | | - |
41 | 37 | ### Changed |
42 | | - |
43 | 38 | - Replaced `http-interop/http-middleware` with `http-interop/http-server-middleware`. |
44 | 39 |
|
45 | 40 | ### Removed |
46 | | - |
47 | 41 | - Removed support for PHP 5.x. |
48 | 42 |
|
49 | 43 | ## [0.4.0] - 2017-09-21 |
50 | | - |
51 | 44 | ### Changed |
52 | | - |
53 | 45 | - Append `.dist` suffix to phpcs.xml and phpunit.xml files |
54 | 46 | - Changed the configuration of phpcs and php_cs |
55 | 47 | - Upgraded phpunit to the latest version and improved its config file |
56 | 48 | - Updated to `http-interop/http-middleware#0.5` |
57 | 49 |
|
58 | 50 | ## [0.3.0] - 2016-12-26 |
59 | | - |
60 | 51 | ### Changed |
61 | | - |
62 | 52 | - Updated tests |
63 | 53 | - Updated to `http-interop/http-middleware#0.4` |
64 | 54 | - Updated `friendsofphp/php-cs-fixer#2.0` |
65 | 55 |
|
66 | 56 | ## [0.2.0] - 2016-11-27 |
67 | | - |
68 | 57 | ### Changed |
69 | | - |
70 | 58 | - Updated to `http-interop/http-middleware#0.3` |
71 | 59 |
|
72 | 60 | ## 0.1.0 - 2016-10-10 |
73 | | - |
74 | 61 | First version |
75 | 62 |
|
76 | | -[Unreleased]: https://github.com/middlewares/geolocation/compare/v2.0.0...HEAD |
| 63 | +[3.0.0]: https://github.com/middlewares/geolocation/compare/v2.0.0...v3.0.0 |
77 | 64 | [2.0.0]: https://github.com/middlewares/geolocation/compare/v1.0.0...v2.0.0 |
78 | 65 | [1.0.0]: https://github.com/middlewares/geolocation/compare/v0.5.0...v1.0.0 |
79 | 66 | [0.5.0]: https://github.com/middlewares/geolocation/compare/v0.4.0...v0.5.0 |
|
0 commit comments