Releases: Zsmerritt/Flutter_AWS_Request
Releases · Zsmerritt/Flutter_AWS_Request
1.1.0
21 Jun 23:56
Compare
Sorry, something went wrong.
No results found
Increased minimum intl version for 3.32 compatiblity
Removed outdated lint rule
1.0.1
21 May 02:05
Compare
Sorry, something went wrong.
No results found
increased minimum intl version for 3.3 compatibility
1.0.0
31 May 22:20
Compare
Sorry, something went wrong.
No results found
Requires Dart 3.0 or later
Updated to http ^1.0.0
0.5.0
31 May 22:20
Compare
Sorry, something went wrong.
No results found
Updated intl to new version
Fixed test broken by update
Full Changelog : 0.4.0...0.5.0
0.4.0+2
10 Feb 07:40
Compare
Sorry, something went wrong.
No results found
[0.4.0+2] - 2023/02/09
Minor housekeeping to fix running tests & lint deprecations
Fixed typo in description
Updated example
Fixed test case for modern dart
0.4.0
25 Jan 07:49
Compare
Sorry, something went wrong.
No results found
[0.4.0] - 2022/01/24
Breaking Changes:
AwsRequestTypes have been lower cased to conform with dart conventions
Changes:
Added stricter analysis options
Refactored AwsRequest and MockAwsRequest
Removed argument target because it should just be a header
0.3.0
09 Jan 09:54
Compare
Sorry, something went wrong.
No results found
[0.3.0] - 2022/01/09
Migrated from universal_io to http
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
09 Jan 05:22
Compare
Sorry, something went wrong.
No results found
[0.2.1] - 2022/01/08
Fixed issue with rejected headers on web
0.2.0+1
17 Sep 07:51
Compare
Sorry, something went wrong.
No results found
[0.2.0+1] - 2021/09/17
Updated package description
0.2.0
17 Sep 07:33
Compare
Sorry, something went wrong.
No results found
[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