Skip to content

Releases: Kinto/kinto-node-test-server

v2.0.0

Choose a tag to compare

@dstaley dstaley released this 15 Apr 03:09

kinto-node-test-server has gone cross-platform! You can now use the library to test Kinto clients in both Node and the browser.

Breaking Changes

  • The library is now written in TypeScript and published as an ES6 module. If you're using the library in a CommonJS environment (that is, importing with require), you'll need to update your imports. Please see the README for more details.

New Features

  • kinto-node-test-server now runs in the browser! Bundle with a bundler that's aware of the browser field in package.json and you'll get a client that uses the same API as the Node client. Also included is a proxy server, which you can launch with the KintoProxyServer.

v1.0.5

Choose a tag to compare

@dstaley dstaley released this 18 Nov 21:52
  • Add TypeScript definition file. Now when you use kinto-node-test-server in a TypeScript project, you'll get type checking!

v1.0.4

Choose a tag to compare

@leplatrem leplatrem released this 08 Oct 16:32
71d5e78
  • Fix support for killing server on windows

v1.0.0

Choose a tag to compare

@n1k0 n1k0 released this 10 Mar 23:19
f119c17
  • Handle multiple Kinto server versions.