Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 793 Bytes

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 793 Bytes

Changelog

2.0.0 - 2021-03-23

  • Stable null safety release
  • BREAKING CHANGE: parseWKT now returns Map<String, dynamic> instead of Map<dynamic, dynamic>

1.0.7 - 2020-03-20

  • Merge fix

1.0.6 - 2020-03-20

  • Rename example file for dart pub to find it

1.0.5 - 2020-03-20

  • Rename example file for dart pub to find it
  • Longer description for dart pub

1.0.4 - 2020-03-20

  • Fix in cleanWKT

1.0.3 - 2020-03-04

  • Add missing params to ProjWKT

1.0.2 - 2020-03-04

  • Rename WKT to ProjWKT
  • Rename parse() to parseWKT()

1.0.1 - 2020-03-03

  • Class WKT with static parse() method
  • Getters for WKT object parameters

1.0.0 - 2020-03-02

  • Initial version
  • It produces the same result as proj4js/wkt-parser for all the tests defined in proj4js/wkt-parser