Skip to content

Releases: capjan/CoreLib

Version 12.0

08 Jan 15:21
2440dce
Compare
Choose a tag to compare

#Changes

  • BREAKING CHANGE: Replaced ITextGenUtil Interface by ITextGenerator
  • Added Null Island as static GeoLocation

Version 11.1

27 Jul 10:33
f7cd6f1
Compare
Choose a tag to compare

Changes

  • Added GuidParser
  • Improved DateTimeParser to allow parsing of unspecified input dates
  • Fixed a bug that allows throwing an exception in ParseOrNull Method of the Parser interface

Version 11

20 Jul 00:11
2e17960
Compare
Choose a tag to compare

Changes

  • Added ResourceManager with the goal to make accessing embedded resources a bit easier
  • Added Possibility to add a Equals Block Predicate with Repetition to ParserInput
  • Added Exceptions for wrong usage of Repetition Predicates (ParserInput)
  • Added detection of Windows 11 to OperatingSystemInfo
  • Removed method ClearLookahead because it is not needed anymore. Set Lookahead count directly to 0 to clear the lookahead in future (ParserInput)
  • Fixed a bug in ParserInput that causes a ZeroOrMany Repetition when ZeroOrOne was requested.
  • Improved documentation

Version 10.2.0

18 Jul 11:28
f6e9405
Compare
Choose a tag to compare

Changes

  • Added possibility to get the last processed character of the Input Parser
  • Added possibility to check for word boundaries in Input Parser predicates
  • Added extension method to InputParser to read a string of a given length

Version 10.1.0

14 Jul 19:11
5012b0f
Compare
Choose a tag to compare

Changes

  • Added possibility to use the character set matching without repetition option

Version 10.0.0

14 Jul 18:46
ef7b7bf
Compare
Choose a tag to compare

Changes

  • Changed using of Parser Input

Version 9.3.1

13 Jul 19:38
1b4f3e2
Compare
Choose a tag to compare

Changes

  • fix: PredicateBuilder of ParserInput does not reset the internal predicate on calling done() that prevents reusing the builder

Version 9.3.0

13 Jul 19:16
665427e
Compare
Choose a tag to compare

Changes

  • Added possibility to add equal string predicates to ParserInput
  • Added macOS Ventura to OS name resolver

Version 9.2.1

03 Jul 15:40
184e94e
Compare
Choose a tag to compare

Changes

  • fixed a wrong NuGet packaging of the readme.md

Version 9.2.0

03 Jul 15:33
6ecb145
Compare
Choose a tag to compare

Changes

  • Added possibility to force a given SiPrefix in FileSizeFormatter
  • Added documentation