Skip to content

Releases: japa/api-client

Fix import of optional dependency

12 Jan 12:54
Compare
Choose a tag to compare

3.0.3 (2025-01-12)

Bug Fixes

  • use reference directive to import optional dependency (2ee58e3)

Full Changelog: v3.0.2...v3.0.3

Fix - Add missing superagent dependency

12 Jan 12:48
Compare
Choose a tag to compare

3.0.2 (2025-01-12)

Bug Fixes

Full Changelog: v3.0.1...v3.0.2

Fix peer dependency range for japa/assert

12 Jan 12:30
Compare
Choose a tag to compare

Do not throw error for status code >= 500

12 Jan 04:33
Compare
Choose a tag to compare

3.0.0 (2025-01-12)

BREAKING CHANGES

  • The ensureAssert method is no longer a public method.
  • HTTP responses with status code >=500 no longer throws an exception. Earlier they used to. If you want to print the exception response, you can use the response.dumpError method.

Code Refactoring

  • make ensureAssert private and rely on openapi-assertions package (c8e85c1)

Features

  • ✨ add response status assertions shortcuts (#6) (0cac856)
  • 500+ error handling (#9) (014fbca)

What's Changed

New Contributors

Full Changelog: v2.0.4...v3.0.0

Update dependencies

20 Nov 07:46
e9c2ec7
Compare
Choose a tag to compare
  • chore: update dependencies 49605a4

v2.0.3...v2.0.4

Full Changelog: v2.0.3...v2.0.4

Update dependencies

02 Apr 07:21
Compare
Choose a tag to compare
  • chore: update dependencies 15bd2db

Full Changelog: v2.0.2...v2.0.3

Update dependencies

16 Dec 09:20
Compare
Choose a tag to compare
  • chore: update dependencies 4f98204

Full Changelog: v2.0.1...v2.0.2

Use tsup for bundling

06 Nov 09:35
Compare
Choose a tag to compare
  • chore: use tsup for bundling 78ab5bf
  • chore: update dependencies d030749

Full Changelog: v2.0.0...v2.0.1

Major release under latest tag

07 Oct 06:09
Compare
Choose a tag to compare
  • chore: publish under latest tag 8823b6a
  • chore: update dependencies db7ec73

v2.0.0-1...v2.0.0

What's Changed

New Contributors

Update dependencies

25 Sep 11:41
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • chore: fix name of package in sync labels script df292cc
  • ci: rename test.yml to checks.yml 214570f
  • chore: update dependencies 9a425df
  • chore: update dependencies d41040c
  • chore: do not publish source files 0fb2a24

Full Changelog: v2.0.0-0...v2.0.0-1