Skip to content

Release 0.8.0

Choose a tag to compare

@emanuel-braz emanuel-braz released this 26 May 02:35
· 135 commits to master since this release
09b6cfe

Summary (Feature / Bugfix description)

Break

  • Using Map as default data transfer object, instead string

Fix

  • Enable/disable native requets in navigation events

Added

  • Parses event data from native platform
  • Add optional timeout parameter, but still can use timeout in the old way as well

This PR fixes/implements (types of changes)

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore, changes that do not affect the software behavior (docs, build process, configs, structures)

Requirements (if applicable)

  • Have you lint your code locally prior to submission?
  • All new and existing tests passed?
  • Did you update the changelog file?
  • Did you update pubspec.yaml?
  • Have you written new tests for your core changes, as applicable?