wq.start 1.3 alpha
wq.start 1.3 alpha is a preview of the next version of wq.start, as part of the wq 1.3 alpha release. Most of the the changes are described in the release notes for wq-django-template 1.3 alpha. In addition, the following commands have changed (c68524f):
wq startno longer accepts the--with-pgbor--app-idoptions, as PhoneGap Build support is deprecated (see wq/wq.app#121).wq start --with-npmnow callsnpx create-react-app [name] --template @wqinternally. Thus, the--skip-npm-installoption is no longer supported.wq addformstill works to generate a Django app from an XLSForm, but it will not generate corresponding Mustache templates unless the project was created with wq.start 1.2 or earlier.wq maketemplatesis deprecated and will be removed in wq.start 2.0.
While new projects created with wq start no longer use these features, wq.app will continue to support them until version 2.0. The compatibility table is as follows:
| Projects generated with… | …are compatible with |
|---|---|
| wq.start 1.2 | wq.app 1.2 & 1.3 |
| wq.start 1.3 | wq.app 1.3 & 2.0 (future) |