Skip to content

Releases: kpn/combadge

0.1.0b8

21 Mar 12:28
Compare
Choose a tag to compare
  • c0f1e3b NEW: add the ErrorResponse.Error.response property

0.1.0b7

21 Mar 11:18
Compare
Choose a tag to compare
  • 1ff4f19 NEW: make an error response available through its derived exception instance

0.1.0b6

18 Mar 15:55
Compare
Choose a tag to compare
  • 04adffb BREAK: make the @validate_arguments optional
  • 8dec4d9 FIX: typo
  • 8a0fc10 OPT: protocol extensions should inherit from Protocol

0.1.0b5

16 Mar 14:46
Compare
Choose a tag to compare
  • d93329a BREAK: shorten the marker classes names and add by_alias and exclude_unset
  • de692d9 OPT: add the docstring

0.1.0b4

14 Mar 16:27
Compare
Choose a tag to compare
  • b917993 OPT: simplify preparing the JSON and form data
  • 0fa8196 FIX: copy JSON fields and form fields in HTTP request

0.1.0b3

14 Mar 15:19
Compare
Choose a tag to compare
  • cb3ee96 BREAK: pass enums by value

0.1.0b2

14 Mar 10:27
Compare
Choose a tag to compare
  • ea968bc NEW: add combadge.core.response.BaseError
  • f0cc7bb BREAK: merge rest into http
  • 6ced7f3 OPT: improve the docs

0.1.0b1

10 Mar 14:11
Compare
Choose a tag to compare
  • 5c315c0 BREAK: rename @decorator into @wrap_with

0.1.0a11

10 Mar 12:54
Compare
Choose a tag to compare
0.1.0a11 Pre-release
Pre-release
  • 64c1931 BREAK: call request_with() with a request instead

0.1.0a10

10 Mar 12:30
Compare
Choose a tag to compare
0.1.0a10 Pre-release
Pre-release
  • 8721270 NEW: call request_with() provided the method being called
  • 06eae35 FIX: work around untyped decorators (#6)