Versioning 0.2.4, splitting out changelog
This commit is contained in:
parent
3a7f7d4375
commit
9616dbb9e9
46
CHANGELOG.md
Normal file
46
CHANGELOG.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
## Changelog
|
||||||
|
|
||||||
|
### 0.2.3
|
||||||
|
|
||||||
|
* Fixes many bugs
|
||||||
|
* Supports arbitrary properties on layers with the `properties` key in MML
|
||||||
|
* Adds `min-path-length`
|
||||||
|
* Updates `reference.json`
|
||||||
|
|
||||||
|
### 0.2.2
|
||||||
|
|
||||||
|
* Update `carto` to use `millstone` if available.
|
||||||
|
|
||||||
|
### 0.2.1
|
||||||
|
|
||||||
|
* Accept valid Map properties directly from input mml object.
|
||||||
|
|
||||||
|
### 0.2.0
|
||||||
|
|
||||||
|
* Removed all external handling - see http://github.com/mapbox/millstone for localizing/caching MML objects with external references.
|
||||||
|
* All errors are now handled as Error objects.
|
||||||
|
|
||||||
|
### 0.1.14
|
||||||
|
|
||||||
|
* Optional-file datasources - allows string argument to OGR
|
||||||
|
|
||||||
|
### 0.1.9
|
||||||
|
|
||||||
|
* Variables in filters.
|
||||||
|
|
||||||
|
### 0.1.6 & 0.1.8
|
||||||
|
|
||||||
|
* Fixed bug caused by jshint testing
|
||||||
|
|
||||||
|
### 0.1.5
|
||||||
|
|
||||||
|
* Using npm devDependencies in place of ndistro
|
||||||
|
* Updated package.json format
|
||||||
|
* Fixes tests
|
||||||
|
|
||||||
|
### 0.1.4
|
||||||
|
|
||||||
|
* Fix bug in which SRS autodetection broke error handling
|
||||||
|
* Update carto
|
||||||
|
|
||||||
|
|
39
README.md
39
README.md
@ -248,45 +248,6 @@ Only for running tests:
|
|||||||
* [expresso](https://github.com/visionmedia/expresso)
|
* [expresso](https://github.com/visionmedia/expresso)
|
||||||
* [sax-js](https://github.com/isaacs/sax-js/)
|
* [sax-js](https://github.com/isaacs/sax-js/)
|
||||||
|
|
||||||
## Changelog
|
|
||||||
|
|
||||||
### 0.2.2
|
|
||||||
|
|
||||||
* Update `carto` to use `millstone` if available.
|
|
||||||
|
|
||||||
### 0.2.1
|
|
||||||
|
|
||||||
* Accept valid Map properties directly from input mml object.
|
|
||||||
|
|
||||||
### 0.2.0
|
|
||||||
|
|
||||||
* Removed all external handling - see http://github.com/mapbox/millstone for localizing/caching MML objects with external references.
|
|
||||||
* All errors are now handled as Error objects.
|
|
||||||
|
|
||||||
### 0.1.14
|
|
||||||
|
|
||||||
* Optional-file datasources - allows string argument to OGR
|
|
||||||
|
|
||||||
### 0.1.9
|
|
||||||
|
|
||||||
* Variables in filters.
|
|
||||||
|
|
||||||
### 0.1.6 & 0.1.8
|
|
||||||
|
|
||||||
* Fixed bug caused by jshint testing
|
|
||||||
|
|
||||||
### 0.1.5
|
|
||||||
|
|
||||||
* Using npm devDependencies in place of ndistro
|
|
||||||
* Updated package.json format
|
|
||||||
* Fixes tests
|
|
||||||
|
|
||||||
### 0.1.4
|
|
||||||
|
|
||||||
* Fix bug in which SRS autodetection broke error handling
|
|
||||||
* Update carto
|
|
||||||
|
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
* Tom MacWright (tmcw)
|
* Tom MacWright (tmcw)
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"Konstantin Käfer",
|
"Konstantin Käfer",
|
||||||
"Alexis Sellier <self@cloudhead.net>"
|
"Alexis Sellier <self@cloudhead.net>"
|
||||||
],
|
],
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"licenses": [{
|
"licenses": [{
|
||||||
"type": "Apache"
|
"type": "Apache"
|
||||||
}],
|
}],
|
||||||
|
Loading…
Reference in New Issue
Block a user