Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c05ffbe

Browse files
committed
Added change log
1 parent 587eb4a commit c05ffbe

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

src/Common/CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5-
## 4.0.0
5+
## 4.0.0 - Beta 2
6+
7+
### Added
8+
9+
- PHP7 type hints.
10+
- `AbstractArrayDumper` and `AbstractDumper`
11+
- `LogicException` and `OutOfBounds`
12+
- `GeocodeQuery::__toString` and `ReverseQuery::__toString`
13+
14+
### Changed
15+
16+
- All Dumpers are now final.
17+
- All Exceptions are now final.
18+
- `AddressCollection` is now final.
19+
- `ProviderAggregator` is now final.
20+
- `StatefulGeocoder` is now final.
21+
- `TimedGeocoder` is now final.
22+
- `ProviderAggregator::getName()` will return "provider_aggregator"
23+
- `TimedGeocoder::getName()` will return "timed_geocoder"
24+
25+
26+
## 4.0.0 - Beta1
627

728
First release of this library.

src/Common/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^6.1",
19-
"symfony/stopwatch": "~2.5"
19+
"symfony/stopwatch": "~2.5",
20+
"nyholm/nsa": "^1.1"
2021
},
2122
"suggest": {
2223
"symfony/stopwatch": "If you want to use the TimedGeocoder"

src/Provider/Chain/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5-
## 4.0.0
5+
## 4.0.0 - Beta 1
66

77
First release of this library.

src/Provider/Chain/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"phpunit/phpunit": "^6.1",
2121
"php-http/message": "^1.0",
2222
"php-http/curl-client": "^1.7",
23-
"nyholm/psr7": "^0.2.2"
23+
"nyholm/psr7": "^0.2.2",
24+
"nyholm/nsa": "^1.1"
2425
},
2526
"provide": {
2627
"geocoder-php/provider-implementation": "1.0"

0 commit comments

Comments
 (0)