Migration
Migration guides for new versions of the webnative SDK
Webnative
Version 0.24
The way paths are used throughout the webnative and filesystem APIs has changed.
In earlier versions of webnative, API calls expected UNIX style paths.
In webnative 0.24, paths are created by path helper functions for files and directories.
The docs for the previous API remain available for reference.
Version 0.26.0
The URL for loading webnative from UNPKG has changed. In previous versions, webnative was available as index.umd.js
.
In webnative 0.26, webnative is available as index.min.js
.
Version 0.26.1
The URL for loading webnative from UNPKG has changed. In webnative 0.26.0, webnative was available as index.min.js
.
We found that some projects needed the UMD build and brought it back in webnative 0.26.1. We have replaced index.min.js
with index.umd.min.js
.
Version 0.27.0
The type of App
returned app.index
has changed. Previously, the return type was
In webnative 0.27.0, the the return type is
The domain for the app is now in the domains
array.
Version 0.28.0
The publicReadKey
function in keystore-idb
was renamed topublicExchangeKey
.
Most users will not need to change anything for webnative 0.28.0, unless they are interacting directly with keystore-idb.
Version 0.29.0
No migrations are needed for this version of webnative.
Last updated