Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.75 KB

HISTORY.md

File metadata and controls

53 lines (30 loc) · 1.75 KB

Release History

4.0.4 (2023-04-02)

Improvements

  • BodyOfTheLastResponse is now subscriptable, sliceable, and indexable! Combine that with its short alias Body, and you can very easily get at that content like Body["access_token"] or Body["projects"][3]["start_datetime"][:4]. Concise!

Development Niceties

  • We're now using cruft! This should help us keep all these plugin repos in sync. (thanks @bandophahita!)
  • Screenpy Requests has been ruff'd up a bit. (thanks @bandophahita!)
  • Added tests for copyright updates! (thanks @bandophahita!)

4.0.3 (2023-02-03)

Improvements

  • An update that was left uncommitted late last night - the asides which log the full headers and request payloads are now logged with AIRY gravitas, which corresponds to DEBUG in the default adapter. Should leave less-noisy logs!

4.0.2 (2023-02-02)

Improvements

  • All Send*Request Actions can now be referred to as their HTTP Action, e.g. SendGETRequest can now just be Get.
  • All Questions can now be referred without -OfTheLastResponse, e.g. BodyOfTheLastResponse can now just be Body.
  • All parts of ScreenPy Requests can now be imported from the root (i.e. from screenpy_requests import MakeAPIRequests, SendGETRequest, ...)

4.0.1 (2022-02-22)

In honor of 2sday, how about 2 deploys?

Bugfixes

  • Fix some issues with dependencies (hopefully), so installing via screenpy[requests] works.

4.0.0 (2022-02-22)

2day is 2sday, by the way. Also I pushed this up at 22:22!

Timeline