Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1013 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1013 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Created a new cli using commander.js that lives in lib/cli
  • npm start will now fall back on the COOLPAL_DISCORD_TOKEN environment variable. This will occur if there is no token key in the configuration, or if the token key is empty.
  • Created a color function in lib/utils.js that can make Discord text appear in a code block as green or yellow.
  • Added a CHANGELOG.md file

Changed

  • Moved minimal command parsing logic to bin/coolpal
  • Update build process to use new target at bin/coolpal
  • Use new CLI code
  • Update README to reflect new build process. The build artifacts are dist/bin.bundle.js and dist/lib.bundle.js.

Removed