Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 16:21
· 31 commits to main since this release
v1.3.2
bc1bc84

Added

  • Fixed numeric strings from being parsed as Datetime objects to being parsed as strings.
    -Only parse to Datetime objects that conform to ISO 8601 format.