Skip to content

Release 0.5.0

Choose a tag to compare

@XanatosX XanatosX released this 04 May 06:25
· 47 commits to main since this release
377123b

What's Changed

BREAKING_CHANGES:
This version will add some breaking changes, if you create a
command instance you cannot use the packedstring array anymore. Instead
create a new "CommandArgument" providing the type as first parameter,
the name as the second and if needed a description of the parameter as
last. See the example project or readme for more details

Full Changelog: 0.4.0...0.5.0