- 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`