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

Latest commit

 

History

History
162 lines (56 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

162 lines (56 loc) · 3.87 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2019-04-26)

Features

  • cli: integrate @strv/heimdall 🚀 (c2ffe52)

1.3.0 (2019-04-05)

Features

  • cli: upgrade Caporal to v1.1 (363ebcd)

1.2.1 (2019-02-20)

Note: Version bump only for package @atlas.js/cli

1.2.0 (2019-02-08)

Note: Version bump only for package @atlas.js/cli

1.2.0-alpha.7 (2019-01-28)

Note: Version bump only for package @atlas.js/cli

1.2.0-alpha.6 (2019-01-28)

Note: Version bump only for package @atlas.js/cli

1.2.0-alpha.5 (2019-01-16)

Note: Version bump only for package @atlas.js/cli

1.1.0 (2018-07-16)

Features

  • cli: print the full stack trace and stop Atlas when command throws (73a3712)

1.0.0 (2018-07-12)

Features

  • cli: declare Atlas.js 2.0 as peer dependency (67ccf9a)
  • cli: run atlas.stop() if node would exit without doing any work (aa73dc8)

BREAKING CHANGES

  • cli:

0.5.0 (2018-05-22)

Features

  • node.js 10 is now supported release line (521ac2c)

0.4.0 (2018-02-12)

Features

  • cli: The CLI now declares @atlas.js/atlas as peer dependency (eedd584), closes #27

0.3.1 (2018-01-18)

Note: Version bump only for package @atlas.js/cli

0.3.0 (2018-01-03)

Features

  • cli: Disconnect from cluster master upon exit (84abe92)

0.2.3 (2017-12-13)

Bug Fixes

  • cli: Do not crash when atlas exec cannot parse arguments (025d892)

0.2.1 (2017-10-30)

Note: Version bump only for package @atlas.js/cli

0.2.0 (2017-10-24)

Features

  • Implement CLI for Atlas 🎉 (1fc8327), closes #11