Skip to content

Development Release Version 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Keimeno Keimeno released this 22 Jul 22:15
· 41 commits to develop since this release
4c31e44

Changelog

Breaking Changes

  • renamed CurrencyOptions attributes 5434ee9
    • thousandsSeperator -> thousandsSeparator
    • decimalSeperator -> decimalSeparator

Fixes

  • isCurrency only returns booleans now c981d24
  • isAfter only returns booleans now eef0b97
  • isBefore only returns booleans now 408baf4
  • imports in helper functions cd56082
  • isInt validation de2c931

Added all missing tests + setup github action workflow to run tests on multiple deno versions