https://github.com/cran/geojsonlint
Raw File
Tip revision: 31867e17b65c5372420db73d6b23df2e83c97142 authored by Scott Chamberlain on 08 February 2019, 17:43:19 UTC
version 0.3.0
Tip revision: 31867e1
NEWS.md
geojsonlint 0.3.0
=================

## MINOR IMPROVEMENTS

* update JS library `geojsonhint` to `v2.1.0` (#11)
* replace `httr` with `crul` (#12)
* the parameter `verbose` replaced with `inform` throughout the package. take note if you have `verbose` parameter in use in any R code


geojsonlint 0.2.0
=================

## NEW FEATURES

* Now using a new version of the JS library `geojsonhint` (`v2.0.0-beta2`)
(#9) - see `geojsonhint` Changelog for changes to the JS library:
<https://github.com/mapbox/geojsonhint/blob/master/CHANGELOG.md>


geojsonlint 0.1.0
=================

## NEW FEATURES

* released to CRAN
back to top