From 9fcd4eff0c39ceb69c61de00fb9b03227410b3b5 Mon Sep 17 00:00:00 2001 From: Win Date: Wed, 31 Jul 2019 03:53:23 +0000 Subject: [PATCH] Prepare 0.2.2 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6048f5f..0a29153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.2 + +- Add custom exception for unsupported features +- Use type parameter for feature geometry instead of dynamic +- Avoid failure when no json properties are found + ## 0.2.1 Fix latitude and longitude invertion diff --git a/pubspec.yaml b/pubspec.yaml index 277761d..d137cc6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: geojson description: Manipulate geojson data. Load and parse geojson from a string or a file. author: synw homepage: https://github.com/synw/geojson -version: 0.2.1 +version: 0.2.2 environment: sdk: '>=2.2.2 <3.0.0'