Releases: drashland/sinco
Releases · drashland/sinco
v4.1.0
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)
v4.0.0
Compatibility
- Requires Deno v1.19 or higher
- Uses Deno std@0.129.0
Importing
- Import this latest release by using the following in your project(s):
import { buildFor } from "https://deno.land/x/sinco@v4.0.0/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
Compatibility
- Requires Deno v1.16 or higher
- Uses Deno std@0.118.0
Importing
- Import this latest release by using the following in your project(s):
import { buildFor } from "https://deno.land/x/sinco@v3.1.0/mod.ts";
Updates
v3.0.0
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)
v2.0.0
Compatibility
- Requires Deno v1.10.2 or higher
- Uses Deno std@0.97.0
Importing
- Import this latest release by using the following in your project(s):
import { buildFor } from "https://deno.land/x/sinco@v2.0.0/mod.ts";
Updates
v1.1.1
v1.1.0
Compatibility
- Requires Deno v1.4.0 or higher
- Uses Deno std@0.86.0
Importing
- Import this latest release by using the following in your project(s):
import { HeadlessBrowser } from "https://deno.land/x/sinco@v1.1.0/mod.ts";
Updates
- feat:eval (#42) - Documentation: https://drash.land/sinco/v1.x/#/tutorials/evaluate-page
- feat: Support using Sinco in docker (#49) - Documentation: https://drash.land/sinco/v1.x/#/tutorials/using-within-docker
- chore: improve types (internal) (#45)
- chore: Update dependencies and bump version numbers across repo (#48)
v1.0.0
Initial Release. See the documentation is: https://drash.land/sinco
Compatibility
- Requires Deno v1.4.0 or higher
- Uses Deno std@0.83.0
Importing
- Import this latest release by using the following in your project(s):
import { HeadlessBrowser } from "https://deno.land/x/sinco@v1.0.0/mod.ts";
Updates
Initial release