Skip to content

Releases: ln-markets/api-js

v1.4.1

30 Oct 09:19
5e8a919
Compare
Choose a tag to compare

Environment

Modified

  • LNMARKETS_API_URL -> LNMARKETS_API_HOSTNAME.
  • LNMARKETS_NETWORK -> LNMARKETS_API_NETWORK.

Documentation

Added

  • Information for instantiation with configurable network and API version.

v1.4.0

29 Oct 15:21
8d23f35
Compare
Choose a tag to compare

REST API

Added

  • Test suites using chai and mocha.

Modified

  • Better error management.

v1.3.7

27 Oct 20:41
3588f37
Compare
Choose a tag to compare

Subscription API

Modified

  • Replaced ping by raw packet.

Documentation

Added

  • Example for subscription API unsubscribe method.

v1.3.6

27 Oct 19:16
4aa6656
Compare
Choose a tag to compare

REST API

Added

  • Hook for pre-request checks.

v1.3.5

27 Oct 18:44
4481c87
Compare
Choose a tag to compare

REST API

Modified

  • querystring was replaced by native module url since it is deprecated.

v1.3.4

27 Oct 17:24
4ce77af
Compare
Choose a tag to compare

Environment

Added

  • Variables to configure connectors: LNMARKETS_NETWORK, LNMARKETS_API_VERSION and LNMARKETS_API_URL.

v1.3.3

27 Oct 16:36
bf4d2e6
Compare
Choose a tag to compare

Environment

Modified

  • Eslint stricter configuration.
  • Organisation name lnmarkets -> ln-markets.

v1.3.1

25 Oct 07:06
272cf67
Compare
Choose a tag to compare

Documentation

Added

  • installation with pnpm.

Modified

  • REST API examples.

v.1.3.0

22 Oct 12:29
f5ed5c9
Compare
Choose a tag to compare

HTTP API

Modified

  • http -> rest API.

Websocket API

Modified

  • websocket -> subscription API.

Documentation

Modified

  • API names to fit new convention.

v1.2.1

16 Sep 13:57
Compare
Choose a tag to compare

HTTP API

Modified

  • Fixed error catching during fetch execution.

Removed

  • withdrawLNURL().

Documentation

  • Added links to official documentation for few endpoints.
  • Removed withdrawLNURL().
  • Fixed some typos here and there.