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)
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)
- safe-api Update safe-api to 0.11.0
0.10.0 (2020-03-23)
- 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)
- api: upgrade safe-api to v0.9.0 (dc7aedc)
0.8.1 (2020-02-07)
- electron Update target electron versions to be 7/8 (725d5b4)
0.8.0 (2020-01-30)
0.7.0 (2020-01-21)
- files: minor changes to files api binding to upgrade safe-api (b955c7a)
0.6.0 (2019-12-03)
- authd: add bindings for authd install and uninstall APIs (49b704c)
0.5.1 (2019-11-12)
- ci: Cleanup between various electron releases. (62dcc3a)
0.5.0 (2019-11-11)
- 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)
- electron: Stop doing builds for electron 6 versions
- electron: Build for electron 7 (351f1e7)
0.3.2 (2019-10-22)
- package: Upgrade neon to 0.3.2
- 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)
- package: Upgrade safe-api to 0.5.0
- 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)
- postinstall script module (d754cbc)
- ci: remove native/target folder before creating electron package in CI (951cb43)
- windows rust host (590938c)
- ci: Update release process to improve module publishing (884e335)
- ci: Use travis-wait-enhanced in postinstall (7c5ad5c)
- 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)
- ci: Update release process to improve module publishing (aa33365)
- ci: Use travis-wait-enhanced in postinstall (b9de9f8)
0.2.1 (2019-09-23)
- windows rust host (590938c)
- 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)
- Initial pre-packaged release.
- Initial implementation