Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Releases: aerojs/aero

2.1.0

27 Feb 15:02
Compare
Choose a tag to compare
  • Updated package-lock.json
  • process.env.PORT can now be set to overwrite the HTTPS port (by @patrickmichalina)

2.0.9

03 Oct 01:28
Compare
Choose a tag to compare
  • Updated pug to 2.0.0-rc.4
  • Updated package-lock.json
  • Fixed script loading bug due to incorrect API usage

2.0.8

03 Jun 09:51
Compare
Choose a tag to compare

Fixed a bug related to default config loading and updated dependency versions.
Node 8 seems to work just fine.

I recommend everyone to upgrade from 2.0.x to 2.0.8.

2.0.4

16 Nov 11:28
Compare
Choose a tag to compare
  • About 40-50% performance boost for dynamic pages.

You should turn off gzip in your reverse proxy if you're using 2.0.4 or higher.

2.0.3

15 Nov 15:02
Compare
Choose a tag to compare
  • 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

15 Nov 02:39
Compare
Choose a tag to compare
  • Fixed a critical bug related to static pages

Thanks to @YanissAt42 #95.

2.0.0

10 Nov 13:49
Compare
Choose a tag to compare
  • 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

24 Sep 03:53
Compare
Choose a tag to compare

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

21 Sep 02:51
Compare
Choose a tag to compare

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).

1.6.13

08 Sep 05:22
Compare
Choose a tag to compare

Some of the default functionality has been moved to separate plugins: