Skip to content
  • Antony Sande's avatar
    53c252f0
    fix(parser): convert dates to ISO-Strings · 53c252f0
    Antony Sande authored
    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.
    53c252f0
    fix(parser): convert dates to ISO-Strings
    Antony Sande authored
    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.
Loading