Skip to content

Releases: zalmoxisus/crossbuilder

v0.2.1

17 Oct 20:36
Compare
Choose a tag to compare

Added tests for React app, Chrome app and extension.

v0.2.0

14 Oct 07:01
Compare
Choose a tag to compare
  1. Build Chrome apps, not only extensions.
  2. Redux devTools can be used for the background script as well.
  3. Use chrome.storage.local instead of window.localStorage for persisting states and syncing, thanks to @rt2zz.
  4. There are no more actions called 'commands' (as it is redundant), just a CALL_IN_BG action with bg function, using as the argument the function name to be called in the background. Example: bg('increment'). More details here.
  5. Fixed hot-reloading, thanks to @jhen0409.

v0.1.0

06 Oct 13:33
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial public release.

Use for building Chrome extensions only.