AIRSHIP V0.1.14 RELEASE NOTES

Braden Steffaniak - Aug 17, 2022

DOWNLOAD v0.1.14

NOTABLE CHANGES

tl;dr:

Handle ES6 Compilation Targetpermalink

The ES6 compilation target is now handled as a sub-target of js. That means that any existing js configuration files that are not overridden with ES6 ones will apply to ES6 builds. This makes it so common configuration that is likely shared between vanilla js and es6 target builds can easily be shared without having to duplicate the configuration.

Infrastructure Updatespermalink

Airship is now tested against vanilla JS and ES6 on every push to GitHub.

General bug fixespermalink

The --target argument is now propagated to child dependencies.

POSTS DOCUMENTATION