Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (31 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 3.57 KB

0.8.0 (2021-06-13)

Bug Fixes

  • regex to read 'version' key surroundned by single quotes (a6030e9)
  • Update variable to use when sourcing based on new Glue store (b04caea)

0.7.0+ad7f095-DIRTY (2021-05-30)

Bug Fixes

  • Hotfix greping 'using' key in glue.toml hack (9aca498)

0.7.0 (2021-05-27)

Bug Fixes

  • errors that have purported to end script now exit program properly (50606a6)
  • invocation works not just at root (7cc7658)
  • language agnostic scripts now execute (9eaf05f)
  • only exec bootstrap files when needed (aba16ef)
  • show error when 'cmd' subcommand does not match with '.glue' 'commands' (16ef66c)
  • sync works properly (6e71fc5)
  • using 'when' specifically now works (c4bac3d)
  • wrong conditional for loading local glue.sh file (9c48186)
  • wrong languages used / ordering (fc57177)

Features

  • add 'sync' command and do other things (b237bfd)
  • add Glue (afd5ad3)
  • add print command that does not work (b349e5b)
  • copy over actions and configs (182c7e2)
  • glue can run command scripts for particular language (8fc04f1)
  • knock off multiple TODOs (c69e18c)
  • only copy over applicable commands (e754798)
  • optimize doSync and fix some files not copying (845e135)
  • pass string to exec on bootstrap of a command/action (90a2e84)
  • print copied files in sync subcmd (6a86d8f)
  • update format of command filenames to be more readable (e47014e)
  • use only single bootstrap.* file in Glue store (9c3a443)