-
- Downloads
fix(parser): convert dates to ISO-Strings
Return all dates (`start`, `end`, and `createdAt`) as ISO-Strings, instead of Date objects to maintain consistency. BREAKING CHANGE: The dates were returned as a mix of ISO-Strings and Date Objects in previous versions. To migrate your project, confirm that you are handling the dates received from scrapegoat correctly.
Please register or sign in to comment