Skip to content

Releases: Zsmerritt/Flutter_AWS_Request

1.0.1

21 May 02:05
Compare
Choose a tag to compare
  • increased minimum intl version for 3.3 compatibility

1.0.0

31 May 22:20
Compare
Choose a tag to compare
  • Requires Dart 3.0 or later
  • Updated to http ^1.0.0

0.5.0

31 May 22:20
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

[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
Choose a tag to compare

[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
Choose a tag to compare

[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
Choose a tag to compare

[0.2.1] - 2022/01/08

  • Fixed issue with rejected headers on web

0.2.0+1

17 Sep 07:51
Compare
Choose a tag to compare

[0.2.0+1] - 2021/09/17

  • Updated package description

0.2.0

17 Sep 07:33
Compare
Choose a tag to compare

[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

0.1.9

12 Sep 09:38
Compare
Choose a tag to compare

[0.1.9] - 2021/09/12

  • Added stack trace to AwsRequestException
  • Added optional timeout parameter with a default value of Duration(seconds: 10)