Releases: hussar-lang/hussar
v0.4.1
0.4.0
Changes:
0.4.0
Tools: Improved subcommands to allow for easier future expansion of the core tools.
Tools: Added the hussar env
subcommand, which prints the current environment config.
Tools: Added the option to keep persistent config in a config file. Default location is $HOME/.hussar/hs-config
, though you can add an override it by adding a hs-config
file to your source directory.
Fixed(ish): #1 - Not possible with currently used dependencies.
0.3.2
Changes:
0.3.2
CI: Temporarily disabled automatic deployment
0.3.1
CI: Fixed a typo braking automatic deployment
0.3.0
Lang: Fixed while loop
Lang: Added arrays and indexes
Land: Added exit()
function with exit codes
Test: Added test script for exit codes
Docs: Removed unused docs
Build: Inject version from git tags
CI: Updated and streamlined Travis CI config
Misc: Updated branding to reflect name change to 'Hussar'