Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.05 KB

File metadata and controls

31 lines (23 loc) · 1.05 KB

node-osascript - Change Log

All notable changes to this project will be documented here.

2.1.0 - 2018-08-07

  • Ability to kill a running AppleScript

2.0.0

  • Remove grunt
  • Upgrade to pegjs@0.10.0
  • lint using xo

1.0.4

  • Fix for breaking change in node 6 (See #7 Thanks to rosszurowski)
  • Update dependencies

1.0.3

  • When date cannot be parsed by Javascript, return original string value (See #5)
  • Added support for multiline strings and for unquoted strings in osascript output (See #5)

1.0.2

  • Unrecognized result is know always treated as a raw string. (Fix #3)

1.0.1

  • Fix a bug where empty results where considert an error (Fix #2)

1.0.0

  • Stable release
  • Fix package.json

0.0.1

  • Inital release