Releases: arafaysaleem/ez_tickets_app
Releases · arafaysaleem/ez_tickets_app
Release v0.6.1
0.6.1 (2022-01-13)
Bug Fixes
Documentation Changes
CI/CD
- Goldens: allow passing of script on empty commit (c441e83)
- Test-PR: increase min coverage, customize options for goldens (26dacfc)
Refactors
- migrate deprecated glow methods (f299115)
- Upgrade riverpod to stable! (ef50b82)
- Tests: fix analyzer (1a6651c)
Chore Tasks
Release v0.6.0
Release v0.5.2
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
Release v0.5.1
Release v0.5.0
Release v0.4.0
0.4.0 (2021-06-16)
Features
- Helper: change overscroll glow color to primary (2b68a3d)
- Screens: implement a user bookings screen (456cc6a)
- Skeletons: Add a user bookings skeleton loader (74982f5)
- Widget: add dialog for extra booking details (80bbc34)
- Widget: add seats data to booking details dialog (373f5a6)
Refactors
- Model: adjust user bookings for new API response (668b7fa)
- Providers: make shows/theaters futures autoDispose (28cbeec)
- Widget: use a custom widget for error response handling (ec16a83)
- Widget: use the provider for selected show time list (95f22ce)
CI/CD
- Actions: fix label for interceptors in auto label config (8cab844)
Documentation Changes
Release v0.3.0
Release v0.2.0
Release v0.1.4
Release v0.1.3
0.1.3 (2021-06-08)
Build System/Dependency Upgrades
CI/CD
- Actions: add an ignore path to github workflows dir (cad9b7c)
- Actions: Add apk signing to release workflow (d29ffef)
- Actions: Add missing runs-on tag in google drive action (214ad8c)
- Actions: Adjust labeler config for gradle changes (69004ad)
- Actions: Allow release action to run on workflow changes (5682197)
- Actions: Allow Test PR to run on all changes to pass status checks (cac21d1)
- Actions: Convert test build from release to debug (4696d1f)
- Actions: fix artifact downloading, add logging (3923e45)
- Actions: fix artifact logging (a04af17)
- Actions: Fix download directory paths for artifacts (878282f)
- Actions: fix echo to append multilines in key.properties (350ddd5)
- Actions: Fix path for keystore upload artifact (ae1e026)
- Actions: fix path of keystore file (d6a41fc)
- Actions: Remove push triggers and rename to PR test (eaa6ed1)
- Actions: Remove unnecessary code gen in analyze step (49bd025)
- Actions: Share data between jobs (c407a67)
- Actions: split build apks and change output apks directory (7500797)