Skip to content

Releases: zimicjs/zimic

v0.5.0-canary.5

25 May 22:30
Compare
Choose a tag to compare
v0.5.0-canary.5 Pre-release
Pre-release

Documentation

Full Changelog: v0.5.0-canary.4...v0.5.0-canary.5

v0.5.0-canary.4

25 May 19:32
Compare
Choose a tag to compare
v0.5.0-canary.4 Pre-release
Pre-release

Documentation

Full Changelog: diego-aquino/zimic@v0.5.0-canary.3...v0.5.0-canary.4

v0.5.0-canary.3

25 May 18:24
Compare
Choose a tag to compare
v0.5.0-canary.3 Pre-release
Pre-release

v0.5.0-canary.2

25 May 00:59
Compare
Choose a tag to compare

v0.5.0-canary.1

25 May 00:43
Compare
Choose a tag to compare
v0.5.0-canary.1 Pre-release
Pre-release

v0.5.0-canary.0

25 May 00:31
Compare
Choose a tag to compare
v0.5.0-canary.0 Pre-release
Pre-release

Features

Full Changelog: diego-aquino/zimic@v0.4.0...v0.5.0-canary.0

v0.4.0

25 May 00:18
b6daa2f
Compare
Choose a tag to compare

v0.4.0 is here! πŸŽ‰

Features

import { http } from 'zimic/interceptor';

const authInterceptor = createHttpInterceptor<AuthServiceSchema>({
  type: 'local',
  baseURL: 'http://localhost:3000',
});

const notificationInterceptor = createHttpInterceptor<NotificationServiceSchema>({
  type: 'remote',
  baseURL: 'http://localhost:4000/notifications',
});

Fixes

  • Strict CLI: providing unknown commands or options will show an error message, instead of silently failing.

Refactoring

Documentation

Check out the Migration guide: v0.4 to learn more about upgrading to v0.4!

Credits

Huge thanks to @diego-aquino for helping!

Full Changelog: v0.3.0...v0.4.0

v0.4.0-canary.11

24 May 00:46
Compare
Choose a tag to compare
v0.4.0-canary.11 Pre-release
Pre-release

Documentation

Full Changelog: diego-aquino/zimic@v0.4.0-canary.10...v0.4.0-canary.11

v0.4.0-canary.10

24 May 00:27
Compare
Choose a tag to compare

v0.4.0-canary.9

23 May 22:36
Compare
Choose a tag to compare