Skip to content

Releases: drashland/sinco

v4.1.0

30 May 20:05
8a693f5
Compare
Choose a tag to compare

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { buildFor } from "https://deno.land/x/[email protected]/mod.ts";

Updates

https://drash.land/sinco/v4.x/getting-started/introduction

  • feat: Support dialogs (#124)
  • feat: Support arugments for evaluate() function callbacks (#122)
  • feat: Support setting files on inputs (#118)
  • feat: Support waiting for requests (#126)
  • chore: Version chrome (#131)
  • chore: Update deps (#132)
  • chore: Disable settings for headless (#121)
  • feat: Add set/getAttribute to element (#123)
  • chore: Update tests files (#116)

v4.0.0

29 Mar 19:29
910d972
Compare
Choose a tag to compare

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { buildFor } from "https://deno.land/x/[email protected]/mod.ts";

Updates

  • BREAKING: Improve UX and support multiple pages (#103)
  • BREAKING: Temporarily remove Firefox support
  • chore: Update dependencies and bump version numbers across repo (#102)

See documentation on https://drash.land for new features an a migration guide

v3.1.0

18 Dec 23:33
491c54f
Compare
Choose a tag to compare

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { buildFor } from "https://deno.land/x/[email protected]/mod.ts";

Updates

  • feat: Add assertNoConsoleErrors() (#98) - documentation found here
  • chore: Update dependencies and bump version numbers across repo (#99)

v3.0.0

13 Dec 19:55
5ed959a
Compare
Choose a tag to compare

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

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { buildFor } from "https://deno.land/x/[email protected]/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)

v2.0.0

25 May 15:49
dccedc0
Compare
Choose a tag to compare

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { buildFor } from "https://deno.land/x/[email protected]/mod.ts";

Updates

  • chore: Update dependencies and bump version numbers across repo (#64)
  • feat: add support for custom browser path (#62)
  • BREAKING: add firefox support (#52)

v1.1.1

04 Apr 12:30
545df90
Compare
Choose a tag to compare

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { HeadlessBrowser } from "https://deno.land/x/[email protected]/mod.ts";

Updates

  • chore: Support latest Deno verison

v1.1.0

13 Feb 15:05
321a4f3
Compare
Choose a tag to compare

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { HeadlessBrowser } from "https://deno.land/x/[email protected]/mod.ts";

Updates

v1.0.0

09 Jan 22:13
828a218
Compare
Choose a tag to compare

Initial Release. See the documentation is: https://drash.land/sinco

Compatibility

Importing

  • Import this latest release by using the following in your project(s):
    import { HeadlessBrowser } from "https://deno.land/x/[email protected]/mod.ts";

Updates

Initial release