Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.02 KB

1.1.0 2024-10-14

  • Dependencies: updated http package (KrohnMi)
  • Upgrade max dart sdk to <4.0.0
  • Replace pedantic with lints package

1.0.0 2021-05-30

  • Breaking: upgrade min dart sdk to >=2.12 (null-safety)

0.3.0 2021-03-18

  • Dependencies: updated http package (MohsinN)

0.2.3 2020-10-04

  • Fix: Added "distance" support for Matrix API (SaltySpaghetti)
  • Dependencies: updated http package

0.2.1 2020-07-12

  • Fix: instruction in maneuver object (navigation API)
  • Fix: updated weight datatype from int to double (navigation API)

0.2.0 2020-07-12

  • Added forwardGeocoding API
  • Added reverseGeocoding API
  • Added intersection API
  • Added analysis_options.yml and pedantic (1.9.2)
  • Updated README.md and example/ folder

0.1.2 2020-07-01

  • Updated example folder

0.1.1 2020-07-01

  • Added example folder

0.1.0 2020-07-01

  • Initial release