Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 26 Jan 01:37
· 4 commits to main since this release

Remove JsonExtractor from the requests package #38

Previously, the request package included a JsonExtractor class that was used to extract JSON data from a response. This class has been removed from the package. If you were using this class, you will need to update your code to use the JsonExtractor from the ponylang/json library instead instead.

JsonExtractor is available in all versions of ponylang/json starting with 0.2.0.

Update HTTP dependency

We've updated our HTTP dependency. At least 0.6.2 is required to work with all Pony compiler built from source after January 25, 2025.

[0.2.0] - 2025-01-26

Changed

  • Remove JsonExtractor from the requests package (PR #38)
  • Update HTTP dependency (PR #39)