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

Latest commit

 

History

History
144 lines (71 loc) · 8.97 KB

CHANGELOG.md

File metadata and controls

144 lines (71 loc) · 8.97 KB

2.7.0 (2019-05-01)

Features

  • allow optional commas in arrays (#87) (c0346ad)
  • match formatting indentation to terraform fmt (#86) (5e0fff9)
  • support workflow on=schedule values (#89) (ac44cf3), closes #84

2.6.1 (2019-03-22)

Bug Fixes

  • allow "foo/bar@baz" values in uses property (#81) (fdb6b9e), closes #77

2.6.0 (2019-03-14)

Features

2.5.0 (2019-03-14)

Features

2.4.0 (2019-03-13)

Features

2.3.0 (2019-03-13)

Features

2.2.0 (2019-03-12)

Features

2.1.0 (2019-03-12)

Features

  • add semantic folding feature to vscode (#59) (9ae8037), closes #22

2.0.2 (2019-03-12)

Bug Fixes

  • install vscode dependencies before publishing (#57) (f144021)
  • remove scripts from vscode extension before publishing (#58) (652f365)

2.0.1 (2019-03-12)

Bug Fixes

2.0.0 (2019-03-12)

Bug Fixes

BREAKING CHANGES

  • added all missing diagnostics from v1

1.4.0 (2019-03-12)

Features

1.3.0 (2019-03-12)

Bug Fixes

  • report errors on duplicate actions or workflows (#44) (5572f59), closes #41

Features

  • report error when 'needs' refers to a non-existing action (#46) (cc446d6), closes #7
  • report errors on actions circular dependencies (#47) (87ea513), closes #11
  • report errors on duplicate actions in resolves (#48) (5e7db6d), closes #37
  • report errors on duplicate needs actions (#49) (1e0fc49), closes #42
  • report errors on duplicate or too many actions (#33) (f32daa3), closes #10
  • report errors on invalid 'uses' values (#50) (2cc08f5), closes #6
  • report errors on reserved environment variables (#34) (73ba6aa)
  • report errors on unknown event types (#45) (7b3720b), closes #4
  • report errors on unresolved actions (#38) (61a2eec)

1.2.1 (2019-03-07)

Bug Fixes

1.2.0 (2019-03-07)

Features

  • reports errors on duplicate secrets (#31) (32ebb36), closes #12

1.1.0 (2019-03-07)

Features

  • report errors on too many secrets (#27) (8ece721), closes #9

1.0.0 (2019-03-06)

Features