Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 13:51

2.0.0 (2021-07-13)

Breaking

  • Switch to use one primary app data directory (5584da8)

Deps

  • Switch to nunjucks for more functionality (c521ba3)

Docs

Fix

Logging

  • Improve messages (325d1f3)
  • Set default to info, error when quiet (67e1306)
  • Support home-relative directory (6c22aad)

Logs

  • Additional logging in main (5cc0a92)
  • Logfile defaults to debug-level (32ecbfc)
  • Switch some verbosity levels (45a5325)

New

  • Add normal filter to remove all non-safe characters (6af237a)
  • Add normal formatter (645d8ba)
  • Add warning when there's no configs defined (49dc0b4)
  • Update layer formatting to use nunjucks (9155343)
  • Updated logger settings (69d5100)

Refactor

  • Update to use an iife async function (19c5d4f)

Tests

  • Fix for logger tests (277e90c)
  • Include fileName in tests output (063d261)
  • Mocks TackConfig object class (e738d44)
  • Resolve tests following data directory changes (614c098)

Upgrade

  • Upgrade jest and nodemon (61bac66)