Skip to content

Releases: jscrates/cli

v2.6.3

15 Jan 13:49
ae4b64a
Compare
Choose a tag to compare

Introduces a new way of sharing global properties with sub-commands without explicitly passing them around. We are able achieve by extending the Command class provided by Commander.

Full Changelog: v2.6.2...v2.6.3

v2.6.2

01 Jan 05:09
Compare
Choose a tag to compare

Install packages in versioned directories.

Full Changelog: v2.6.1...v2.6.2

v2.6.1

31 Dec 10:24
Compare
Choose a tag to compare

Detect package-meta.json when publishing packages. 💩

Full Changelog: v2.6.0...v2.6.1

v2.6.0

31 Dec 10:04
cf15804
Compare
Choose a tag to compare

This release integrates with the new API that comes with version resolver along with the following changes:

  • Improve UX by providing meaningful error messages. ✨
  • Removes semver validation from CLI. (This will be done by the server) 🔥

Take a look at the PR(s) involved

Full Changelog: v2.5.1...v2.6.0

v2.5.1

28 Dec 16:00
953ac49
Compare
Choose a tag to compare

This release features the authentication module and brings in the following changes to the app:

  1. Use configstore in favour of custom config file managing service. ⚡
  2. Add Dockerfile. (prebuilt images to be available soon) 🐳
  3. Add global state for less boilerplate. ⚡
  4. Network dependent actions (like login, register & publish) will now fail when offline. 🌏
  5. Refactor code for maintainability. ♻

Full Changelog: v2.4.1...v2.5.0

v2.4.1

27 Dec 10:27
Compare
Choose a tag to compare

Update CI build process.

Full Changelog: v2.4.0...v2.4.1

v2.4.0

27 Dec 10:13
Compare
Choose a tag to compare

This release brings in the following changes:

  • Implements login module.
  • Adds logger helper functions.
  • Adds config file helper functions.

Full Changelog: v2.3.0...v2.4.0

v2.3.0

26 Dec 13:30
Compare
Choose a tag to compare

Completes package publishing module.

v2.2.0

19 Dec 12:19
Compare
Choose a tag to compare

Use ESModules throughout the project.

v2.1.0

12 Dec 12:58
Compare
Choose a tag to compare

This release contains the following changes:

  • ♻ Refactor code for maintainability.

Full Changelog: https://github.com/jscrates/cli/commits/v2.1.0