Skip to content

Support for Formatters

Compare
Choose a tag to compare
@tinyoverflow tinyoverflow released this 30 Jul 20:20
· 12 commits to main since this release

Added

  • Support for Adventure Formatters, such as Number, Date and Choice:
    • withNumber(String, Number)
    • withDate(String, TemporalAccessor)
    • withChoice(String, Number)