Skip to content

Releases: zimicjs/zimic

v0.7.0

09 Jun 22:47
5d4bb26
Compare
Choose a tag to compare

v0.7.0 is here! 🎉

Features

Credits

Huge thanks to @diego-aquino for helping!

Full Changelog: v0.6.3...v0.7.0

v0.7.0-canary.1

09 Jun 22:21
Compare
Choose a tag to compare
v0.7.0-canary.1 Pre-release
Pre-release

Fixes

Full Changelog: v0.7.0-canary.0...v0.7.0-canary.1

v0.7.0-canary.0

09 Jun 22:14
Compare
Choose a tag to compare
v0.7.0-canary.0 Pre-release
Pre-release

Features

Full Changelog: v0.6.3...v0.7.0-canary.0

v0.6.3

09 Jun 19:07
8f5e080
Compare
Choose a tag to compare

v0.6.3 is here! 🎉

Fixes

  • Improvements to empty schemas: changed HttpHeaders and HttpSearchParams to be strict when no headers or searchParams are declared in a request or response schema. Now, trying to use any properties will show a type error instead of only returning never. This provides more type safety to the headers and search params methods: get(), getAll(), set(), append(), has(), and delete().
  • Partial restriction types: improved the restriction types to be partial related to the request schema, following more closely the behavior that restrictions are not exact by default.
  • Computed responses with multiple status codes: fixed the type validation when working with computed response handlers that might return different status codes. such as depending on conditionals.

Credits

Huge thanks to @diego-aquino for helping!

Full Changelog: v0.6.2...v0.6.3

v0.6.3-canary.3

09 Jun 18:32
Compare
Choose a tag to compare
v0.6.3-canary.3 Pre-release
Pre-release

Performance

Documentation

Full Changelog: v0.6.3-canary.2...v0.6.3-canary.3

v0.6.3-canary.2

09 Jun 14:52
Compare
Choose a tag to compare
v0.6.3-canary.2 Pre-release
Pre-release

Build

Full Changelog: v0.6.3-canary.1...v0.6.3-canary.2

v0.6.3-canary.1

08 Jun 21:38
Compare
Choose a tag to compare
v0.6.3-canary.1 Pre-release
Pre-release

Chore

Full Changelog: v0.6.3-canary.0...v0.6.3-canary.1

v0.6.3-canary.0

08 Jun 16:05
Compare
Choose a tag to compare
v0.6.3-canary.0 Pre-release
Pre-release

Fixes

Full Changelog: v0.6.2...v0.6.3-canary.0

v0.6.2

03 Jun 22:37
cc207df
Compare
Choose a tag to compare

v0.6.2 is here! 🎉

Fixes

  • File support improvements: improved the serialization algorithm in remote interceptors to better support to binary files. Previously, binary content could be transferred incorrectly between remote interceptors and interceptor servers. Now, responses with non-text data, such as PDF files and videos, should no longer be affected.

Chore

  • Dependency updates: some dependencies used internally by Zimic were updated!

Credits

Huge thanks to @diego-aquino for helping!

Full Changelog: v0.6.1...v0.6.2

v0.6.2-canary.0

03 Jun 22:19
Compare
Choose a tag to compare
v0.6.2-canary.0 Pre-release
Pre-release

Fixes

Chore

Full Changelog: v0.6.1...v0.6.2-canary.0