You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrations are now optional. Unlike before, when the compiler is installed, you will be prompted to list the integrations you wish to use. Once chosen, the relative dependencies are installed.
Fixed a bug with plugin logging. This was due to a recent fix when a profile isn't in concatenation mode. When the file was processed, the log will display the wrong file extension.
Simplified error logging since the attempt to parse some errors from certain integrations.
Moved Logger out of global scope to now be a part of each object's logger property.
Fixed a bug with the logging of files when in non-concatenation mode. Their file extensions would simply mirror without taking into account the outputExtension property.
Logs are now saved to the directory specified at the root of the configuration object.
Created a GitHub wiki to explain the compiler in more detail.