Releases: Zsmerritt/Flutter_AWS_Request
Releases · Zsmerritt/Flutter_AWS_Request
1.0.1
1.0.0
0.5.0
- Updated
intl
to new version - Fixed test broken by update
Full Changelog: 0.4.0...0.5.0
0.4.0+2
0.4.0
0.3.0
[0.3.0] - 2022/01/09
- Migrated from
universal_io
tohttp
- Refactored project into discrete testable modules
- Added unit tests for each piece
- Added MockAwsRequest to mock requests for easier testing
- Added AUTHORS file
- Added static version of primary method
- Updated documentation to illustrate new static call method
- Added coverage
- Fixed bug with allowing non String values in queryString
Full Changelog: 0.2.1...0.3.0
0.2.1
0.2.0+1
0.2.0
[0.2.0] - 2021/09/16
- Removed unneeded flutter dependency to allow native and js compatibility
- Refactored some code for better readability
- Added AwsRequestType enum to replace String request type
- Removed deprecated
cause
from AwsRequestException - Updated license to MIT