Skip to content

Releases: jscrates/cli

v2.6.3

Choose a tag to compare

@kasipavankumar kasipavankumar released this 15 Jan 13:49
ae4b64a

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

Choose a tag to compare

@kasipavankumar kasipavankumar released this 01 Jan 05:09

Install packages in versioned directories.

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

v2.6.1

Choose a tag to compare

@kasipavankumar kasipavankumar released this 31 Dec 10:24

Detect package-meta.json when publishing packages. 💩

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

v2.6.0

Choose a tag to compare

@kasipavankumar kasipavankumar released this 31 Dec 10:04
cf15804

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

Choose a tag to compare

@kasipavankumar kasipavankumar released this 28 Dec 16:00
953ac49

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

Choose a tag to compare

@kasipavankumar kasipavankumar released this 27 Dec 10:27

Update CI build process.

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

v2.4.0

Choose a tag to compare

@kasipavankumar kasipavankumar released this 27 Dec 10:13

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

Choose a tag to compare

@kasipavankumar kasipavankumar released this 26 Dec 13:30

Completes package publishing module.

v2.2.0

Choose a tag to compare

@kasipavankumar kasipavankumar released this 19 Dec 12:19

Use ESModules throughout the project.

v2.1.0

Choose a tag to compare

@kasipavankumar kasipavankumar released this 12 Dec 12:58

This release contains the following changes:

  • ♻ Refactor code for maintainability.

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