-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: Invalid Date object will throw a TypeError (#58) #59
fix: Invalid Date object will throw a TypeError (#58) #59
Conversation
@keithamus Any reason to why the CI stuff is not running? |
I needed to approve it for running. It's running now |
I also ran the Karma test suite against IE 11 on Windows 10 successfully. |
309fa36
to
6f0c55f
Compare
Codecov ReportBase: 75.36% // Head: 75.43% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 75.36% 75.43% +0.07%
==========================================
Files 19 19
Lines 625 631 +6
==========================================
+ Hits 471 476 +5
- Misses 154 155 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
🎉 This PR is included in version 2.3.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR will make sure that
loupe
will return"Invalid Date"
if aDate
object is invalid. It does not deal with how theDate
object became invalid as that depends on JS engine.See #58 (comment) for a comparison between V8 and Firefox's SpiderMoney.