Skip to content

Releases: BIGDummyHead/StringParser

Compiled 1.0.0.2

Choose a tag to compare

@BIGDummyHead BIGDummyHead released this 15 Jun 14:32

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

Choose a tag to compare

@BIGDummyHead BIGDummyHead released this 06 May 21:52

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.