Skip to content

Release v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 23:59
· 46 commits to master since this release
094bad5

0.5.2 (2021-08-07)

Bug Fixes

  • Bookings: Remove incorrect cast (d025c92)

Refactors

  • Add a JSON typedef instead of Map<String, dynamic> (35489e8)
  • Add a QueryParams typedef for Map<String, String> (ec5c158)
  • replace dynamic with Object? (b8bd294)
  • Exception: use constants helper for network exception names (71ffd20)

Chore Tasks

  • Exclusions: exclude mock files (900ef0b)

Tests

  • Extensions: add unit tests for context media query extensions (0cf4f37)
  • Extensions: add unit tests for int extension (0503264)
  • Extensions: add unit tests for string extension (46af619)