Skip to content

v1.2.0

Compare
Choose a tag to compare
@marrow16 marrow16 released this 29 Oct 10:42
· 10 commits to main since this release
1c47c4f

Added Options

  • Options can be added as default options on the Splitter (using .AddDefaultOptions()) or specified at each split.
  • There are multiple built-in options... such as IgnoreEmpties, IgnoreEmptyFirst, IgnoreEmptyLast (and many more)
  • Other options can be implemented

The .SetPostElementFixer() is completely removed - this can easily be replaced with an implemented option (the old function has a very similar signature to the Option.Apply() signature)