- Using "files" field in
package.json
to whitelist what's intended for packaing rather than blacklisting with .npmignore
- Native libraries were not being ignored when packaging
- safe_app: v0.6.0
- system_uri: v0.4.0
- Tests for API modules
- Informative error codes and messages for cases not handled by native safe_app library
- Adapt code to upgrade safe_app lib to v0.6.0
- Download safe_app lib for both live & mock routing when installing in development mode
- Additional tests for verifying the size of keys generated from raw bytes
- New binding
getOwnContainerName()
function to retrieve the app's own container name - New binding
readGrantedPermissions()
function to read the list of granted containers permissions from an auth URI without the need to connect beforehand
- The size of the secret encryption keys in the corresponding FFI array was corrected
- safe_app: v0.6.0
- system_uri: v0.4.0
- Minor corrections to documentation snippet code and README
- Upgrade istanbul library to support async/await and remove errors when getting testing coverage
- Support for webFetch-ing partial content by providing the range of bytes to retrieve
- New tests were added as well as some enhancements to increase test coverage
- safe_app: v0.5.0
- system_uri: v0.4.0
- Recommend Node ^8.0.0 for building from source
- Upgrade CI scripts to test Node 8.0.0
- Pass the system URI's execution path as an array of arguments to support white spaces in it
- Adapt to changes in
system_uri
library API which now returns results as a pointer to FfiResult struct - Upgrade system_uri library to v0.4.0
- safe_app: v0.5.0
- system_uri: v0.4.0
- Increase test coverage to 90%+ plus minor reorganisation of tests
- Remove '/' characters added by some OS to auth URI before decoding it
- Fix issue in webFetch with URL's ending with '/' to correctly treat it as ending with a folder path
- safe_app: v0.5.0
- system_uri: v0.3.0
- Fix webFetch to load URLs from root and sub directory
- Fix webFetch to load URLs from root and sub directory
- Upgrade safe_app version to
57f3afb
- Adapt to change in safe_app which adds app's ID in unreg auth requests
- Add function to retrieve account information
- Adapt to API changes from safe_client_libs to upgrade to latest version
- Add functions to verify network connection state
- Add API to manage signing keys (sign/verify functions included)
- Automate npm publish process triggered upon tag push
- Upgrade system_uri to v0.3.0
- Expose Constants which can be used by Apps
- Rely on the safe-core network observer callbacks upon a reconnection
- Uses e9080ac commit version from alpha-2 branch
- Compatible with safe_app v0.4.0
- New set of standalone API Examples Using Mock Routing
- Automatically remove white spaces from appInfo vendor and name to create the .desktop files when registering the URI scheme
- Add an option to allow registration of additional custom protocols in the system URI scheme.
- Support for passing the bundle id in the appInfo object upon initialisation needed for OSX system URI registration
- Upgrade system_uri to v0.2.3
- Compatible with safe_app v0.4.0
- Minor fixes
- uses system_uri v0.2.2
- NFS API updates
- Freeing of safe_app handles
- Minor fixes