Releases: BIGDummyHead/StringParser
Releases · BIGDummyHead/StringParser
Compiled 1.0.0.2
Aims at fixing the range attribute when pre arguments are supplied.
handler.Invoke(pre, ">some text goes here", aft); //now works
Compiled 1.0.0.1
Change Log:
- Moved
HandlerConfig
toHandler
and renamed toHandler.Config
. Handler.Config.Logger
is nownull
by default.BaseCommandModule
rids the need to implementICommandModule
LogLevel.cs
added as own file and received new XML comments.CollectedCommand.cs
added as own file.