Releases: wq/wq.build
wq.build 2.1
wq.build 2.1.0 is the first release of the wq.build 2.1 series! Be sure to check out the latest documentation and the release notes for wq 2.1 when upgrading.
All changes by @sheppard.
In addition to confirming compatibility with Python 3.12 and Django 5.0 (5190f89), this release includes the following improvements:
- Add
exclude
option to wq serviceworker (dd4f1c9) - Remove deprecated AMD output format from wq collectjson and wq setversion (170db12)
- In ./manage.py deploy, check for both
app/package.json
andpackage.json
(e15de65) - Various documentation updates (5953a95, 691ada2, 97080a4)
wq.build 2.0
wq.build 2.0.0 is the first stable release of the wq.build 2.0 series! Be sure to check out the latest documentation and the release notes for wq 2.0 when upgrading.
Changes since wq.build 2.0 alpha 2
None.
Other changes since wq.build 1.3.0
Changes in Alpha
- Removed the deprecated wq versions command
- In default serviceWorker template, ignoreVary when loading index.html
- Switch to pyproject.toml, update layout, and test latest Python version.
Changes in Alpha 2
- Update wq icons for compatibility with Pillow 10
wq.build 2.0 alpha 2
wq.build 2.0 alpha
wq.build 2.0.0a1 is the alpha of the upcoming 2.0 version of wq.build. The functionality is mostly the same as wq.build 1.3, with a few changes (all by @sheppard).
wq.build 1.3.0
wq.build 1.3.0 is the first stable release of the wq.build 1.3 series! Be sure to check out the latest documentation and the release notes for wq 1.3 when upgrading.
All changes by @sheppard.
Changes since wq.build 1.3 beta
- Streamlined
./manage.py deploy
command to improve Django workflow (#3, wq/wq#54, wq/wq-django-template#20) - Update to newest
click
version (#2) - Improve
wq icons
command (19ca175, 02fc760) - Improve
wq serviceworker
template (c962835, 3527e7a)
Other changes since wq.core 1.2.0
- Changes in Alpha
- Deprecate
wq versions
command
- Deprecate
- Changes in Beta
- Rename package from
wq.core
towq.build
- Take over all non-deprecated build commands from wq.app 1.3 beta
- Rename package from
wq.build 1.3 beta
wq.build 1.3.0b1 is the beta of the upcoming 1.3 version of wq.build (formerly wq.core). The new module combines the wq core command as well as the (non-deprecated) commands from wq.app.build
into a single module. See the release notes for wq.app 1.3 beta for more details.
In general it makes sense to just install the latest wq package, which specifies wq.build as a dependency. The upgrade from wq 1.2 to 1.3 will generally just work, though the old wq.core package will remain installed. This is generally harmless, but if you uninstall wq.core after upgrading, you may experience issues with the wq command. If this happens, try uninstalling then reinstalling with these commands:
python3 -m pip uninstall wq.core wq.start
python3 -m pip uninstall wq.build
python3 -m pip install wq==1.3.0b1
wq.core 1.3 alpha
wq.core 1.3 alpha is a preview of the next version of wq.core, as part of the wq 1.3 alpha release. There are minimal changes to wq.core, other than the deprecation of the wq versions
command, which will be removed entirely in wq.core 2.0. (Use pip freeze
instead.)
wq.core 1.2.0
wq.core 1.2.0 is the first stable release of the wq.core 1.2 series.
Changes since wq.db 1.2 beta
- Check compatibility with Python 3.8
Other changes since wq.core 1.1.0
- Changes in Beta
- Update Package metadata
- Improve YAML parsing
- Remove check for wq.io (renamed to IterTable)
wq.core 1.2 beta
wq.core 1.2.0b1 is the beta of the upcoming 1.2 version of wq.core. The functionality is the same, with a few cosmetic improvements:
wq.core 1.1.0
wq.core 1.1.0 replaces the custom requirements.txt generator (wq versions) with a wrapper around pip freeze. Also, Python 2.7 support is no longer advertised (though it may still work).