2.0.2 • Published 2 years ago

logzoro v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Logzoro

Zoro's logger, supports:

  • .info(...)
  • .warn(...)
  • .error(...)
  • .critical(...)

IMPORTANT

Please treat master-v2 as the master branch, for all changes branch off master-v2.

Master v2

Why have we changed master branches?

In the current master branch, when you merge changes they will be available and all our repos that use Logzoro will install the updated package.

This can be dangerous and also prevents us from making breaking changes.

Therefore, we have changed our main master branch to master-v2, which we create a versioned package from.

Pros:

  • Backwards compatible - repos aren't forced to upgrade
  • Versioned Logzoro package - can extend the package easily