Skip to content

Latest commit

 

History

History
298 lines (176 loc) · 8.54 KB

CHANGELOG.md

File metadata and controls

298 lines (176 loc) · 8.54 KB

v0.26.1 #

  • fix tsup config
  • update dependencies

v0.26.0 #

  • remove experimental decompiler
  • fix regexp for she-bang
  • update tooling
  • update dependencies

v0.25.1 #

  • make decoder optional
  • update dependencies

v0.25.0 #

  • add read-only support for viewing binary AppleScript files
  • remove telemetry references
  • update dependencies

v0.24.3 #

  • minor telemetry adjustments

v0.24.2 #

  • prevent errors in column detection
  • update dependencies

v0.24.1 #

  • fix: stringify request options

v0.24.0 #

  • add telemetry
  • fix build task creation
  • minor refactorings & improvements

v0.23.1 #

  • prevent errors when osascript / osacompile are terminated by user

v0.23.0 #

  • add command to terminate osascript / osacompile processes
  • add command to open extension settings
  • add support for highlighter injection into Markdown code fences
  • put options in order
  • update dependencies
  • update tooling
  • update dependencies

v0.21.1 #

  • update tooling
  • update dependencies

v0.21.0 #

  • add support to detect syntax from shebang
  • update dependencies

v0.20.0 #

  • builds with esbuild
  • update dependencies

v0.19.1 #

  • use lint-staged
  • update dependencies

v0.19.0 #

  • add support for variable substitution when reading config
  • builds with Rollup
  • lints with ESLint
  • update dependencies

v0.18.2 #

  • remove node_modules from distribution
  • remove yarn.lock
  • update dependencies

v0.18.1 #

  • improve error handling in getLineCol()

v0.18.0 #

  • add option to convert error range to line/column

v0.17.0 #

  • enable JXA menu icons for JavaScript
  • embed JavaScript into JXA
  • remove broken keybindings
  • update dependencies

v0.16.0 #

  • add support for Tasks 2.0.0
  • refactor argument handling
  • use Markdown descriptions in settings
  • update dependencies

v0.15.0 #

  • compiled with Webpack
  • update dependencies

v0.14.2 #

  • set default character encoding to Mac Roman
  • update dependencies

v0.14.1 #

v0.14.0 #

  • add Create Build Task command
  • fix outputStyle max length

v0.13.0 #

  • add support for osacompile flags
  • add support for osascript flags

v0.12.0 #

  • always use current buffer on run

v0.11.1 #

  • fix: add missing config

v0.11.0 #

  • add onlyRunSavedFile option
  • update dependencies

v0.10.0 #

  • add support for JavaScript for Automation (JXA)

v0.9.3 #

  • replace linter
  • update dependencies

v0.9.2 #

  • update development toolchain
  • update Travis CI tests

v0.9.1 #

  • update menu icons

v0.9.0 #

  • add menu icons
  • modularize code
  • remove dead code
  • update devDependencies

v0.8.0 #

  • DRY code
  • add ignoreOS setting

v0.7.2 #

  • consistently use import/export

v0.7.1 #

  • remove precompiled files

v0.7.0 #

  • move to TypeScript

v0.6.2 #

  • fix typo
  • update devDependencies

v0.6.1 #

  • use PNG logo (as required by upcoming versions of Code)
  • update devDependencies

v0.6.0 #

  • remove log-smith dependency
  • include CHANGELOG.log

v0.5.4 #

  • fix issue with VSIX file

v0.5.3 #

  • re-enable yarn on Travis CI
  • update devDependencies

v0.5.2 #

  • modify script order in postinstall

v0.5.1 #

  • (temporarily) downgrade devDependencies

v0.5.0 #

  • add log-smith dependency (closes #3)
  • update devDependencies

v0.4.2 #

  • integrate yarn.lock into Travis CI tests

v0.4.1 #

  • fix: wait for document to be saved before compiling

v0.4.0 #

  • add Output Channel support for build command
  • add options showNotifications and alwaysShowOutput
  • use spawn over exec
  • bump linter to Gulp v4

v0.3.7 #

  • update logo
  • replace JSON linter
  • update Travis CI settings

v0.3.6 #

  • update gulpfile.js

v0.3.5 #

  • add LICENSE

v0.3.4 #

  • add description to install packaged extension (.vsix)

v0.3.3 #

  • fix typo
  • update dependencies

v0.3.2 #

  • fix code execution on macOS (thanks @rodya)

v0.3.1 #

  • fix scope for build keybindings

v0.3.0 #

  • add build keybindings

v0.2.0 #

  • add rudimentary build system

v0.1.3 #

  • some housekeeping

v0.1.2 #

  • fix README.md

v0.1.1 #

  • refine logo

v0.1.0 #

  • first release