You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
Description
The output of version 5.2.0 and version 4 is different, but I saw in the readme that the functions of version 5 and version 4 are the same
demo: https://stackblitz.com/edit/sb1-ize1zhzz?file=package.json
Input
{
"data": [
{
"lpepPickupDatetime": "2015-01-04T13:09:27Z",
"lpepDropoffDatetime": "2015-01-04T13:25:50Z",
"passengerCount": 2
},
{
"lpepPickupDatetime": "2015-01-05T10:00:00Z",
"lpepDropoffDatetime": "2015-01-05T10:15:00Z",
"passengerCount": 1
}
]
}
Code
Output
expected data
Would you like to work on this issue?
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: