Skip to content

Releases: dtobe/aietes-js

[0.11.0] Allow list of objects as response

11 Mar 18:06
7b7503a
Compare
Choose a tag to compare

What's Changed

  • Now allowing list of objects as response type (was blocked by validation before)
  • Updated dependencies

Full Changelog: v0.10.0...v0.11.0

[0.10.0] Query mock for call parameters

11 May 14:17
c3f98d9
Compare
Choose a tag to compare

What's Changed

  • Issue #22: Added API to query parameters sent to a mock endpoint
  • Dependency updates

Full Changelog: v0.9.0...v0.10.0

[0.9.0] Delay config per request

08 Oct 17:37
e91643e
Compare
Choose a tag to compare
  • added new meta-block in mock response config for per-request delay
  • various dependency updates

Full Changelog: v0.8.0...v0.9.0

[0.8.0] Include type definitions

19 Mar 17:08
30838da
Compare
Choose a tag to compare
  • Issue #46: added type definitions file for easier usage
  • updated a few dependency versions

[0.7.0] Validation of config JSON

06 Nov 14:27
dc870cd
Compare
Choose a tag to compare
  • Issue #30: added validation of JSON response configuration
  • updated a few dependency versions

[0.6.0] Assert on call count

24 Jun 07:52
b8a490c
Compare
Choose a tag to compare
  • Issue #11: Count number of calls to each configured endpoint and allow querying
  • updated a few dependency versions

[0.5.0] Stand-Alone Servers

20 Apr 09:21
f41ae1a
Compare
Choose a tag to compare
  • Issue #9: starting stand-alone server from the command line
  • Issue #10: setup to build a Docker container running an Aietes stand-alone instance
  • parameters logged by Aietes
  • updated dependency versions