wanasit / chrono

A natural language date parser in Javascript
MIT License
4.61k stars 339 forks source link

Fix bug: Nothing happens to the original object after manipulation #444

Open delapecci opened 2 years ago

delapecci commented 2 years ago

Fix bug: Nothing happens to the original dayjs object after manipulations, should assign to the new cloned one

wanasit commented 2 years ago

Thank you @delapecci. I am curious why didn't those fail the tests. Could you also add test cases to confirm the issue got addressed?