Skip to content

Latest commit

 

History

History
129 lines (95 loc) · 6.56 KB

CHANGELOG.md

File metadata and controls

129 lines (95 loc) · 6.56 KB

0.18.17 (2022-02-27)

Bug Fixes

  • launcher: fix path to global install (14c58c7)

0.18.16 (2022-02-27)

Bug Fixes

  • electron: fix breaking changes (fcab38f)
  • electron: run middleware in browser context (ffaeaf6)
  • npm: update dependencies (591db15)
  • redux: remove circular refs from actions (25cb8d2)
  • rollup: fix ts plugin warnings when choosing transform (93f8330)

Features

  • npm: publish as npm package (1f94203)
  • typescript: add typescript support (d7f64fb)

0.16.11 (2020-05-10)

Bug Fixes

  • electron: match new electron forge config (84d128b)
  • electron: match new electron forge config (2793285)
  • npm: prune vulnerabilities (afdcab4)
  • npm: update dependencies (82624ae)

Features

  • astexplorer: insert commit hash into footer (1f41789)
  • astexplorer: pull latest astexplorer.net (ca9da60)

0.14.7 (2019-09-23)

Bug Fixes

  • app: skip update if transform has syntax errors (b221270)
  • npm: apply security updates (6948ec6)
  • npm: update npm dependencies (f345bf5)

Features

  • astexplorer: open files using the transform menu (de2fe1e), closes #2 #3
  • astexplorer: pull latest astexplorer.net (b50f249)

0.12.4 (2019-08-04)

Features

  • astexplorer: pull latest astexplorer.net (639a3fc)

0.11.4 (2019-06-12)

Features

  • astexplorer: pull latest astexplorer.net (b861716)

0.10.4 (2019-04-29)

Features

  • astexplorer: pull latest astexplorer.net (7878b3d)

0.9.4 (2019-02-15)

Bug Fixes

  • app: prevent message on beforeunload from showing (7d94490), closes #1

0.9.3 (2019-02-14)

Bug Fixes

  • app: resolve /website in packaged app (c11483a)
  • app: stop watcher before attempting to quit (74e9ff8)
  • app: stop watcher when attempting to quit (0251d18)

Features

  • app: add menu to import source & transform files (878e12f)
  • app: add name and icons to app (710e2e9)
  • app: add support for modules in transforms (215f49b)
  • app: disable file drop n/a to desktop app (44976c6)
  • app: display astexplorer UI in electron (a2f1928)
  • app: hide menu items n/a to desktop app (ac7f3f8)
  • app: inject script to set default settings (aeac1d2)
  • app: load initial source from disk (ffd0e53)
  • app: update ui when code/transform changes on disk (a89207c)