Releases: hexiro/autorequests
Releases · hexiro/autorequests
v2.1.0
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
Rewrote the library to be simpler and provide more generation options. View readme for more details.
v1.1.1
- improved file parsing
- improved parsing utilities
- improved test coverage
- improved package structure
- improved repo metadata and readme
v1.1.0
- 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
- 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
- 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
- rewrite everything w/ OOP
- better command line usage.
- console script (autorequests)
- added support for multipart
- bug fixes + improvements