Skip to content

Releases: jossef/requests

4.1.0

22 Mar 22:02
6e4a610
Compare
Choose a tag to compare

Removed Flutter dependency and migrated to null-safety.

What's Changed

  • Issue #38 Fixed. Now array type queryParams are supported. by @baskar007 in #43
  • Update shared_preferences requirement to 0.5.11, which supports Windows by @LeHoangLong in #46
  • Dependancies updates and various fixes by @tlkops in #53
  • Migrate to null-safety by @ianmaciel in #56 🚀
  • Migrate shared_preferences to stash_hive, dependencies upgrade and various fixes and improvements by @sehnryr in #58 🚀

New Contributors

Full Changelog: 3.3.0...4.1.0

4.0.0-nullsafety.0

22 Mar 21:58
1f669f9
Compare
Choose a tag to compare
4.0.0-nullsafety.0 Pre-release
Pre-release

What's Changed

  • Issue #38 Fixed. Now array type queryParams are supported. by @baskar007 in #43
  • Update shared_preferences requirement to 0.5.11, which supports Windows by @LeHoangLong in #46
  • Dependancies updates and various fixes by @tlkops in #53
  • Migrate to null-safety by @ianmaciel in #56 🚀

New Contributors

Full Changelog: 3.3.0...4.0.0-nullsafety.0

3.3.0

30 May 07:03
Compare
Choose a tag to compare
docs(): bumping version to 3.3.0 and release notes

3.2.0

23 May 18:06
Compare
Choose a tag to compare
  • feat: dynamic type json
  • fix: incorrect parse of cookie value if has '=' in value
  • fix: query parameters normalization to Map<String, String>
  • fix: null checking warning on first run

3.1.0

11 Mar 22:35
Compare
Choose a tag to compare
  • feature: added optional parameter port (also supporting inline url representation e.g. "http://foo.bar:1337")
  • feature: added queryParameters support in get requests
  • feature: created Github QA workflow to prevent pushes that breaks analyze or tests
  • enhancement: changed http method strings into enum to avoid errors
  • enhancement: improved type of arguments to prevent unexpected errors
  • enhancement: added more validations on tests
  • enhancement: executed flutter format to improve pub score
  • fix: cookie matching incorrect variable + case insensitive

3.0.5

24 Feb 06:18
Compare
Choose a tag to compare
docs: promoting version to 3.0.5

3.0.4

18 Feb 23:12
7e3a875
Compare
Choose a tag to compare

added body support in delete and patch http methods

3.0.3

09 Nov 16:51
Compare
Choose a tag to compare
fix: broken unit-test, typo in readme

3.0.1

20 Oct 00:20
Compare
Choose a tag to compare
updated readme, added `bytes()`

2.0.1

05 May 20:43
Compare
Choose a tag to compare

added support for "application/x-www-form-urlencoded" (thanks to @genesiscz)
updated shared_preferences version