Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against proposal-temporal #27

Merged
merged 15 commits into from
Apr 13, 2022
Merged

Test against proposal-temporal #27

merged 15 commits into from
Apr 13, 2022

Conversation

tolu
Copy link
Owner

@tolu tolu commented Apr 13, 2022

Add tests against proposal-temporal

Attempt to solve most current issues by doing what ☝️ is doing

  • throw RangeError on invalid input to parse (["", "P", "PT", "PT0.5H0.5S"])
  • fixes fractional minutes/hours in toSeconds
  • allow mixing weeks (W) with other designators (previously only allowed either W or YMD)

Fixes #7
Fixes #13
Fixes #15
Fixes #20
Fixes #21
Fixes #25

@tolu tolu merged commit c267a35 into master Apr 13, 2022
@tolu tolu deleted the test-against-temporal branch April 13, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant