Skip to content

Latest commit

 

History

History
193 lines (102 loc) · 9.84 KB

CHANGELOG.md

File metadata and controls

193 lines (102 loc) · 9.84 KB

2.2.3 (2021-07-18)

Fix

  • Typings after commander upgrade (23cbb98)

Upgrade

  • Overall dependency upgrades (6af9029)

2.2.2 (2021-07-17)

Fix

  • Add tsconfig-paths module to cli (029635d)

2.2.1 (2021-05-04)

Fix

  • Actually export the new clear api (e3c0e9c)

2.2.0 (2021-05-04)

Docs

  • Minor README.md improvements (11ac00d)

New

2.1.0 (2021-04-08)

New

  • Ink CLI renderer plus --silent option (4640f93)

2.0.4 (2021-04-07)

Docs

  • Include npx Usage in README.md (adad6df)

Fix

  • Husky 6 related Changes (7a06395)

Upgrade

2.0.3 (2020-08-08)

Fix

2.0.2 (2020-08-08)

Chore

Fix

  • TypeScript issue on install function (b1db3f2)

Upgrade

2.0.1 (2020-02-25)

Chore

Fix

  • Allow passing in connection names (c10660a)

2.0.0 (2020-02-23)

Breaking

Build

  • Exclude scenario folder from tests (4ae1191)
  • Rebuild before release (7642d61)

Chore

  • Add CLI E2E tests (72cb43e)
  • Add eslint, husky (c708041)
  • Do not build on install step (cd067e7)
  • Prettier adjustments (547fb14)
  • Reduce complexity of collect code (0660ee1)
  • Refactor cli code into several functions (6f2caec)
  • Remove help text tests (3a8e2cc)
  • Remove obsolete snapshots (e7b2455)
  • Remove snapshots for stderr (cdd0b34)
  • Remove unused import (8469f81)

Docs

New

  • 2.0 Base (e712652)
  • Add generics to collect and install (7a1cf84)
  • Add resolvers, overall improvements (974807d)
  • Installation is now transactional (728a0f9)

1.0.4 (2020-01-14)

Fix

  • Duplicate entitiy creation on foreign builder (3c80a72)

Upgrade

  • Bump npm from 6.12.0 to 6.13.4 (281a57f)

1.0.3 (2019-12-11)

Docs

Fix

1.0.2 (2019-10-19)

Fix

  • CLI execution (d430ca0)
  • Remove ts-node inclusion in cli (f2587dc)
  • Use typescript as peer dependency (4c8a86d)

1.0.1 (2019-10-19)

Fix

  • Add missing repository reference (ba537d2)

1.0.0 (2019-10-19)

Build

  • Install yarn dependencies before building (3779cc8)

Docs

Fix

  • Add missing semantic plugins in package.json (b348771)
  • Add missing semantic-release plugins (8cae719)
  • Ignore locally created .npmrc (8a717dc)
  • Push after Release (ad947a8)
  • Release Notes Generator (204ca67)
  • Release script for travis (d91b0fb)
  • Set release branch to next (4639a89)

New