Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@drashbot drashbot released this 30 May 20:05
· 9 commits to refs/heads/main since this release
8a693f5

Compatibility

  • Requires Deno v1.20 or higher
  • Uses Deno std@0.139.0

Importing

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