- Stable null safety release
- BREAKING CHANGE:
parseWKT
now returnsMap<String, dynamic>
instead ofMap<dynamic, dynamic>
- Merge fix
- Rename example file for dart pub to find it
- Rename example file for dart pub to find it
- Longer description for dart pub
- Fix in cleanWKT
- Add missing params to ProjWKT
- Rename WKT to ProjWKT
- Rename parse() to parseWKT()
- Class WKT with static parse() method
- Getters for WKT object parameters
- Initial version
- It produces the same result as proj4js/wkt-parser for all the tests defined in proj4js/wkt-parser