Skip to content

Commit

Permalink
Remove class aliases and version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Mar 16, 2018
1 parent b1d8c95 commit a282090
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 67 deletions.
34 changes: 0 additions & 34 deletions Aliases.php

This file was deleted.

28 changes: 0 additions & 28 deletions Geo.php

This file was deleted.

8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -94,6 +94,7 @@ for the [Maps](https://github.com/JeroenDeDauw/Maps) and

### 3.0.0 (dev)

* Removed `DATAVALUES_GEO_VERSION` constant
* The parsers no longer extend `StringValueParser`
* They no longer have public methods `setOptions` and `getOptions`
* With a few exceptions, they no longer have protected field `options`
Expand All @@ -105,8 +106,11 @@ for the [Maps](https://github.com/JeroenDeDauw/Maps) and
* `LatLongParser::getParsers`
* Removed public static method `LatLongParser::areCoordinates`
* Dropped dependence on the DataValues Common library
* Removed long deprecated class aliases `DataValues\GlobeCoordinateValue` and
`DataValues\LatLongValue`.
* Removed long deprecated class aliases
* `DataValues\GlobeCoordinateValue` (now in `DataValues\Geo\Values`)
* `DataValues\LatLongValue` (now in `DataValues\Geo\Values`)
* `DataValues\Geo\Formatters\GeoCoordinateFormatter` (now `LatLongFormatter`)
* `DataValues\Geo\Parsers\GeoCoordinateParser` (now `LatLongParser`)

### 2.1.1 (2017-08-09)

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Expand Up @@ -39,9 +39,6 @@
"ockcyp/covers-validator": "~0.5"
},
"autoload": {
"files" : [
"Geo.php"
],
"psr-4": {
"DataValues\\Geo\\": "src"
}
Expand Down

0 comments on commit a282090

Please sign in to comment.