Releases: hexiro/autorequests
Releases · hexiro/autorequests
v2.1.0
24 Dec 20:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Rewrote the library to be simpler and provide more generation options. View readme for more details.
v1.1.1
16 Nov 21:50
Compare
Sorry, something went wrong.
No results found
improved file parsing
improved parsing utilities
improved test coverage
improved package structure
improved repo metadata and readme
v1.1.0
17 Oct 01:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
rewrite everything w/ OOP
better command line usage.
console script (autorequests)
added support for multipart
bug fixes + improvements