Skip to content

v3.0.0

Compare
Choose a tag to compare
@drashbot drashbot released this 13 Dec 19:55
· 39 commits to main since this release
5ed959a

Documentation: https://drash.land/sinco/v3.x/getting-started/introduction
Migration guide: https://drash.land/sinco/v3.x/getting-started/vto-vmigration-guide

Compatibility

  • Requires Deno v1.16.0 or higher
  • Uses Deno std@0.117.0

Importing

  • Import this latest release by using the following in your project(s):
    import { buildFor } from "https://deno.land/x/sinco@v3.0.0/mod.ts";

Updates

  • BREAKING: New but browser orientated API (#91)
  • chore: Add generics and stricter types (#86)
  • chore: Update dependencies and bump version numbers across repo (#93)
  • chore: Remove default url when creating a headless client (#82)
  • feat: Add setCookie support (#78)
  • chore: Restructure internal code (#76)
  • fix: Firefox driver erroring for MacOS (#72)