Releases: JXA-userland/JXA
Releases · JXA-userland/JXA
v1.3.6
v1.3.5
What's Changed
- chore(deps): bump ini from 1.3.5 to 1.3.7 by @dependabot in #31
- docs(README): Typo: JSX -> JXA by @Peeja in #32
- chore(deps): bump y18n from 4.0.0 to 4.0.1 by @dependabot in #33
- chore(deps): bump ssri from 6.0.1 to 6.0.2 by @dependabot in #34
- chore(deps): bump handlebars from 4.7.6 to 4.7.7 by @dependabot in #35
- chore(deps): bump lodash from 4.17.20 to 4.17.21 by @dependabot in #36
- chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #37
- chore(deps): bump tar from 4.4.13 to 4.4.15 by @dependabot in #41
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #42
- chore(deps): bump tar from 4.4.15 to 4.4.19 by @dependabot in #43
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #46
- chore(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #47
- Update meow dependency by @dnicolson in #45
New Contributors
Full Changelog: v1.3.4...v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
Features
import { Application } from "@jxa/types";
import { GoogleChrome } from "./fixtures/GoogleChrome";
// Pass Custom Application type as generics
const chrome = Application<GoogleChrome>("Google Chrome");
const frontWindow: GoogleChrome.Window = chrome.app.windows[0];