Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

52 lines (42 loc) · 2.05 KB

[2.0.1] - 2021-03-15

Fixed

  • Types explicitly specified on event callbacks

2.0.0 - 2021-03-07

Changed

  • Migrated to null-safety version of Dart

1.0.6 - 2020-01-30

Fixed

  • Removed duplicate library declaration

1.0.5 - 2020-01-30

Changed

  • Using this package outside of the web throws exceptions

1.0.4 - 2020-01-29

Changed

  • Renamed wrapper file
  • Add AuthI interface
    • Moved init and signIn into [AuthI auth]
  • Add SignInErrorI to js wrapper

1.0.3 - 2020-01-29

Fixed

  • Additional stubs for native support

1.0.2 - 2020-01-29

Fixed

  • Native support

1.0.1 - 2020-01-29

Added

  • Missing docstrings
  • Export wrapper in main library
  • Pedantic static analysis

Fixed

  • Resolve lint issues

1.0.0 - 2020-01-29

  • Initial release