This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
Releases: aerojs/aero
Releases · aerojs/aero
2.1.0
2.0.9
- Updated pug to 2.0.0-rc.4
- Updated package-lock.json
- Fixed script loading bug due to incorrect API usage
2.0.8
2.0.4
2.0.3
- Fixed restart on config.json modifications
- Using uWebSocket instead of WS for LiveReload (much more lightweight)
- Removed the need to configure the LiveReload port (no more "port is already used")
ports.liveReload
is now deprecated and Aero will automatically remove it from your config.json when it's set.
2.0.2
2.0.0
- Switched from the outdated jade module to pug (rename all of your existing .jade files to .pug)
- New HTML linter based on html5.validator.nu (using a custom implementation)
- Automatic plugin installation now uses yarn instead of npm
- Gzip compression is automatically disabled when used with a reverse proxy like nginx (you should enable gzip in nginx instead)
- Heavily improved ETag performance and activated ETags for all page types
- Windows support has been dropped (Aero 2.0 is made for Linux/Mac)
1.7.4
babel
dependency has been dropped now to make Aero more lightweight.
If your production site requires babel
(IE, old Safari) please stick with version 1.7.3 or use the new aero-transpile-scripts plugin.
1.7.0
Switched from the html5-lint
package to the unofficial htmllint
which can be used offline.
If you notice any problems with the new linter please create an issue on GitHub.
CSS class names that do not follow the dash-pattern
are reported as well.
It might be configurable in the future (if there is any point in using underscores).