Skip to content

Releases: hexiro/autorequests

v2.1.0

24 Dec 20:27
Compare
Choose a tag to compare

v2.1.0

  • improved parsing of powershell's escape characters
  • improve parsing of json (using non-strict mode)
  • setup package to be 100% python 3.11 compatible
  • configure ci with python 3.11 in mind

Full Changelog: v2.0.0...v2.1.0

v2.0.0

27 Sep 23:04
Compare
Choose a tag to compare

Rewrote the library to be simpler and provide more generation options. View readme for more details.

v1.1.1

16 Nov 21:50
Compare
Choose a tag to compare
  • improved file parsing
  • improved parsing utilities
  • improved test coverage
  • improved package structure
  • improved repo metadata and readme

v1.1.0

17 Oct 01:54
623a153
Compare
Choose a tag to compare
  • big rewrites / refactoring
  • start using poetry package management tool
  • start using rich for beautiful cli output
  • license switch from MPL 2 to MIT
  • start unit testing w/ pytest (unfinished)
  • general quality improvements

v1.0.2

21 Jun 01:37
Compare
Choose a tag to compare
  • Add support for Powershell option in browser
  • fix some issues with python 3.6-7 compatibility (thanks, @Gowixx)
  • various bug fixes
  • various improvements

v1.0.1

05 Jun 19:53
Compare
Choose a tag to compare
  • add new File utility class to make parsing and handling of files easier
  • make regexp more robust
  • bug fixes with multipart/form-data
  • simplify some complicated code
  • use of cached_property-s to not repeat code

v1.0.0

28 May 18:58
Compare
Choose a tag to compare
  • rewrite everything w/ OOP
  • better command line usage.
  • console script (autorequests)
  • added support for multipart
  • bug fixes + improvements