Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 773 Bytes

3.2.0

  • Update the dependencies
  • Add locales support
  • Add Regex functions
  • Update samples for flutter and dart
  • Handle zero C2C error message
  • Publish to Circle CI

3.1.0

  • Added null-safety support
  • Breaking changes:
  • Refactor Response object, now Response contains the data instead of data containing the response (use data() which can be null if there's an error, check isSuccessful() before)

3.0.4

  • Added autosuggest-with-coordinates.
  • Refactor bounding-box flow.

3.0.3

  • Check for network error in platform agnostic way.

3.0.2

  • Obtain platform info in an platform independent manner

3.0.1

  • update README, description and example

3.0.0

  • First production version

0.0.0-dev+1

  • Git link

0.0.0-dev

  • Initial version