Releases: zalmoxisus/crossbuilder
Releases · zalmoxisus/crossbuilder
v0.2.1
Added tests for React app, Chrome app and extension.
v0.2.0
- Build Chrome apps, not only extensions.
- Redux devTools can be used for the background script as well.
- Use
chrome.storage.local
instead ofwindow.localStorage
for persisting states and syncing, thanks to @rt2zz. - There are no more actions called 'commands' (as it is redundant), just a
CALL_IN_BG
action withbg
function, using as the argument the function name to be called in the background. Example:bg('increment')
. More details here. - Fixed hot-reloading, thanks to @jhen0409.
v0.1.0
Initial public release.
Use for building Chrome extensions only.