Skip to content

Releases: go-andiamo/splitter

v1.2.5

30 Oct 19:16
111848c
Compare
Choose a tag to compare

Now allows escaped brackets

v1.2.4

30 Oct 06:44
084b179
Compare
Choose a tag to compare

Added options NotEmptyInners, NotEmptyInnersMsg, IgnoreEmptyInners, NotEmptyOuters, NotEmptyOutersMsg and IgnoreEmptyOuters
Also added ability for option error messages to have a formatted position
Added tests for enclosures

v1.2.3

29 Oct 14:05
fd090e4
Compare
Choose a tag to compare

Added documentation

Also fixed ends on enclosures LeftRightDoublePrimeQuotes and SmallParenthesis

v1.2.2

29 Oct 11:31
95ed148
Compare
Choose a tag to compare

Remove ineffassign (in tests)

v1.2.1

29 Oct 11:20
df5e7b5
Compare
Choose a tag to compare

Panic fix

v1.2.0

29 Oct 10:42
1c47c4f
Compare
Choose a tag to compare

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)

v1.1.0

27 Oct 20:25
b988d55
Compare
Choose a tag to compare
  • Fixed/improved quote escaping
  • Specific errors
  • Improved PostElementFix (more info passed)

v1.0.1

25 Oct 20:35
ddb238e
Compare
Choose a tag to compare

Release

v1.0.0

25 Oct 20:17
04797cf
Compare
Choose a tag to compare

Initial Release