Skip to content

Releases: BIGDummyHead/StringParser

Compiled 1.0.0.2

15 Jun 14:32
Compare
Choose a tag to compare

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

06 May 21:52
Compare
Choose a tag to compare

Change Log:

  • Moved HandlerConfig to Handler and renamed to Handler.Config.
  • Handler.Config.Logger is now null by default.
  • BaseCommandModule rids the need to implement ICommandModule
  • LogLevel.cs added as own file and received new XML comments.
  • CollectedCommand.cs added as own file.