Skip to content

Latest commit

 

History

History
221 lines (116 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

221 lines (116 loc) · 10.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.11.21 (2021-06-14)

0.11.20 (2021-05-11)

0.11.19 (2021-05-10)

0.11.18 (2021-02-25)

0.11.17 (2021-02-03)

0.11.16 (2021-01-20)

0.11.15 (2021-01-20)

0.11.14 (2021-01-20)

0.11.13 (2020-10-08)

0.11.12 (2020-10-08)

0.11.11 (2020-09-30)

0.11.10 (2020-09-24)

0.11.9 (2020-09-14)

0.11.8 (2020-09-03)

0.11.7 (2020-07-16)

Features

  • api: expose Sequence API bindings (4b31c9b)
  • lib: adapt binding code to latest safe-api (64bff4e)

0.11.6 (2020-06-26)

0.11.5 (2020-04-16)

0.11.4 (2020-03-31)

0.11.3 (2020-03-31)

0.11.2 (2020-03-31)

0.11.1 (2020-03-31)

0.11.0 (2020-03-30)

Features

  • safe-api Update safe-api to 0.11.0

0.10.0 (2020-03-23)

Features

  • lib: adapt fetch binding to support optional range arg, and adapt files_container_create binding to support creation of empty containers (01ca8e9)
  • lib: add files_container_remove_path binding (2f6d1cb)

0.9.0 (2020-03-03)

Features

  • api: upgrade safe-api to v0.9.0 (dc7aedc)

0.8.1 (2020-02-07)

Features

  • electron Update target electron versions to be 7/8 (725d5b4)

0.8.0 (2020-01-30)

0.7.0 (2020-01-21)

Features

  • files: minor changes to files api binding to upgrade safe-api (b955c7a)

0.6.0 (2019-12-03)

Features

  • authd: add bindings for authd install and uninstall APIs (49b704c)

0.5.1 (2019-11-12)

Bug Fixes

  • ci: Cleanup between various electron releases. (62dcc3a)

0.5.0 (2019-11-11)

Features

  • authd: add nodejs bindings for SafeAuthdClient start/stop/restart APIs (1dd4526)
  • authd: implement binding for authd status API (434e3c9)
  • authd: implementation of nodejs bindings for SafeAuthdClient API (4006c21)
  • authd: implementation of the subscribe JS binding to receive auth reqs notifications from authd (640f0a1)
  • electron: Build for electron 7 (acc8de8)

0.4.0 (2019-10-29)

⚠ BREAKING CHANGES

  • electron: Stop doing builds for electron 6 versions

Features

  • electron: Build for electron 7 (351f1e7)

0.3.2 (2019-10-22)

Features

  • package: Upgrade neon to 0.3.2

Bug Fixes

  • api: allow optional arguments to be passed as null (a1f6640)
  • Travis: Use project specific env var for full build. (fd81dad)

0.3.1 (2019-10-16)

Features

  • package: Upgrade safe-api to 0.5.0

0.3.0 (2019-10-16)

Features

  • Electron: Update to 6.0.11 (0ead232)
  • Electron: Update to building 6.0.12 (2d7c6c2)
  • inspect: implementation of binding for inspect API (8f8e1c0)
  • wallet: implementation of Keys and Wallet bindings (a542e8d)

Bug Fixes

  • postinstall script module (d754cbc)

0.2.4 (2019-09-23)

Bug Fixes

  • ci: remove native/target folder before creating electron package in CI (951cb43)

0.2.3 (2019-09-23)

Bug Fixes

  • windows rust host (590938c)
  • ci: Update release process to improve module publishing (884e335)
  • ci: Use travis-wait-enhanced in postinstall (7c5ad5c)

Features

  • fetch: implementation of first set of bindings, auth, connect, and fetch functions (ca40325)
  • files: add binding for files add APIs, plus support Buffer and ArrayBuffer for args receiving file bytes (70812bd)
  • files: implementation of FilesContainer and PublishedImmutableData API bindings (e802a56)
  • nrs: implementation of the NRS API bindings (1270380)
  • packaging: Enable packaging and downloading of prepackaged versions (9a1cd02)
  • packaging: Setup basic packaging (89c9010)
  • win: Windows build and packaging. (9536311)
  • Windows: Use temp fork of neon to fix windows builds (9748c40)
  • xorurl: implement JS binding for XorUrlEncoder (ab40d5f)

0.2.2 (2019-09-23)

Bug Fixes

  • ci: Update release process to improve module publishing (aa33365)
  • ci: Use travis-wait-enhanced in postinstall (b9de9f8)

0.2.1 (2019-09-23)

Bug Fixes

Features

  • files: add binding for files add APIs, plus support Buffer and ArrayBuffer for args receiving file bytes (70812bd)
  • files: implementation of FilesContainer and PublishedImmutableData API bindings (e802a56)
  • nrs: implementation of the NRS API bindings (1270380)
  • packaging: Enable packaging and downloading of prepackaged versions (9a1cd02)
  • packaging: Setup basic packaging (89c9010)
  • win: Windows build and packaging. (9536311)
  • Windows: Use temp fork of neon to fix windows builds (9748c40)
  • xorurl: implement JS binding for XorUrlEncoder (ab40d5f)

[0.2.0]

  • Initial pre-packaged release.

[0.0.1]

  • Initial implementation