Skip to content

Latest commit

 

History

History
368 lines (246 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

368 lines (246 loc) · 15.9 KB

v0.0.0-alpha.27 (Mon Jun 05 2023)

💥 Breaking Change

🐛 Bug Fix

⚠️ Pushed to main

  • make windows tests run in band (@ds300)
  • reinstate setup action (@ds300)

Authors: 2


v0.0.0-alpha.26 (Tue May 02 2023)

🐛 Bug Fix

  • [fix] allow top-level scripts to run after other scripts #98 (@ds300)

Authors: 1


v0.0.0-alpha.25 (Tue May 02 2023)

🐛 Bug Fix

Authors: 1


v0.0.0-alpha.24 (Tue May 02 2023)

Release Notes

Cache console output (#92)

  • Add support for a logMode option with the following options:
    • 'none' – console output from tasks is only written to log files, never printed.
    • 'new-only' (default) – console output from tasks is only printed if the task actually runs (i.e. is a cache miss or has cache disabled)
    • 'errors-only' – only log the output if the task fails
    • 'full' – always log the output, including the cached output if the task was a cache hit.
  • Changes the output paths of manifests and diffs.

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v0.0.0-alpha.23 (Fri Apr 28 2023)

💥 Breaking Change

  • Rename "tasks" config option to "scripts" #83 (@ds300)

🚀 Enhancement

  • Log full diff + manifest on CI #85 (@ds300)

⚠️ Pushed to main

🏠 Internal

  • add pr-label-enforcer worker to repo #82 (@ds300)

Authors: 1


v0.0.0-alpha.22 (Tue Apr 25 2023)

🐛 Bug Fix

  • tests(manifest constructor): add property-based-tests & fix bugs #80 (@ds300)

⚠️ Pushed to main

🏠 Internal

  • Run Label Enforcer on Cloudflare worker #81 (@ds300)

🧪 Tests

  • tests: use memfs in ManifestConstructor.test #78 (@ds300)

Authors: 1


v0.0.0-alpha.21 (Sat Apr 22 2023)

🐛 Bug Fix

⚠️ Pushed to main

  • fix prettier usage in publish-new.js (@ds300)
  • update logo (@ds300)

🏠 Internal

  • run prettier before committing changelog #76 (@ds300)

Authors: 2


v0.0.0-alpha.20 (Fri Apr 21 2023)

🐛 Bug Fix

Authors: 1


v0.0.0-alpha.19 (Fri Apr 21 2023)


v0.0.0-alpha.18 (Fri Apr 21 2023)

🐛 Bug Fix

🏠 Internal

  • don't run check-pr-labels on merged/closed PRs #73 (@ds300)
  • Improve check-pr-labels script #71 (@ds300)
  • add check-pr-labels script #70 (@ds300)

🧪 Tests

Authors: 3


v0.0.0-alpha.17 (Thu Apr 20 2023)

🚀 Enhancement

Authors: 1


v0.0.0-alpha.16 (Thu Apr 20 2023)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v0.0.0-alpha.15 (Thu Apr 20 2023)

🐛 Bug Fix

  • Set latest tag when publishing 0.0.0-alpha releases #65 (@ds300)

Authors: 1


v0.0.0-alpha.14 (Thu Apr 20 2023)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

🏠 Internal

📝 Documentation

🧪 Tests

Authors: 6