Tags give the ability to mark specific points in history as being important
-
v3.3.1
003b34d5 · ·- Improved build logging readability and reduced noise - Grouped duplicate build log lines by build family - Added build summaries with timing information - Fixed buildProjectBase copying both Core.js and Core.ts into new JavaScript projects - Optimized builds by bundling identical outputs once and copying the result to matching destinations - Improved watch and build output responsiveness
-
v3.1.0
e07bc7d2 · ·- add a cached config so we are not fetching it for every build - add watch the config file for changes and rebuild - update so build log shows the relative path - Fix documentation site to use BaseURL so it points to correct subdomain - fix destination default from cli is overriding config - fix tags deprecated message visible even when not using it - fix parseShortPath unit test not apssing due to different OS environments (paths are different on linux/windows)
-
v3.0.0
44879d19 · ·- Add a config file `wizard.config.js` for creating custom builds on a per project basis. - TypeScript support (still experimental) - Custom Flags - Major performance improvements - RollupJS latest version brings many performance improvements - Add vscode launch config files as part of the template files for wizard project initialization - Add #elif to conditional compilation - Fixed serve command not working - improved warnings and logging - When using CLI `build` command you can now omit -t and -d and set the target and destination directly like so `fenix build target/path destination/path`
-
v2.1.0
8cf6fd21 · ·🐛 fix wizard not initiating when no arguments are passed 🐛 fix cli wont run when debugging 🐛 fix slow walkDir method and include exclusions - replace walkDir with fastWalkDir (but keep the old one for now) update outdated fenixengine tools package with the latest @fenixengine/tools update rollup plugin to ignore eval warnings