Skip to content

Releases: Sreyas-Sreelal/pawn-scraper

0.2.2

09 Sep 12:46
Compare
Choose a tag to compare

Update to the latest Rust SDK, which resolves issues with Pawn Plus compatibility and problems related to packed strings. more info here

0.2.1

02 Sep 12:28
Compare
Choose a tag to compare

Changes

  • Use latest rust sdk
  • Refactored some old codes

Read the docs

0.2.0

13 Jan 06:15
Compare
Choose a tag to compare

Changes

  • Added CreateHeader,DeleteHeader natives
  • Changed function signatures of HttpGet and HttpGetThreaded (optional parameter header is added)
  • Added new constant INVALID_HEADER

0.1.1

06 Dec 04:00
Compare
Choose a tag to compare

Changes

  • Removed pawn destructors,users have to use Delete functions manually.
  • Fixed crash due to encoding issues.

0.1.0

24 Nov 13:33
Compare
Choose a tag to compare

Changes

  • Added HttpGetThreaded
  • Changed reqwest to minihttp
  • Smaller binary

Still might need more tests but the basic functionalities are working as expected.Big thanks to @ZOTTCE who patiently listened to my questions and doubts and for giving me guidance in certain parts.

0.0.1-alpha

11 Nov 13:02
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release

First release.For testing purpose and is non-production ready.