Skip to content

Latest commit

 

History

History
161 lines (92 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

161 lines (92 loc) · 10.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.11.0 (2023-03-12)

Features

  • core: change type signature for alternative method to create commands (ac65334)
  • core: implement conditional arguments for commands (#42) (4eacf7f)
  • initial prometheus metrics export and grafana configuration (c3f0cec)
  • more work on metrics (05ea448)
  • more work on monitoring (6e38254)
  • typings: disallow command arguments in non-legacy commands (7b65a72)
  • use native typings for command declaration (#46) (9b733ec)

Bug Fixes

  • cleaned up message parser (5b85978)
  • cleaned up message parser (#64) (70735f8)
  • Dockerfile to reduce vulnerabilities (#47) (e8c470b)
  • tex: disallow tex content with over 200 characters (d9e148f)
  • update docs workflow (4dd55d7)
  • upgrade axios from 0.21.1 to 0.24.0 (#48) (f77ac17)
  • warning about command not found (bcae8ea)

1.9.0 (2022-08-01)

Features

  • core: change type signature for alternative method to create commands (ac65334)
  • core: implement conditional arguments for commands (#42) (4eacf7f)
  • initial prometheus metrics export and grafana configuration (c3f0cec)
  • more work on metrics (05ea448)
  • more work on monitoring (6e38254)
  • typings: disallow command arguments in non-legacy commands (7b65a72)
  • use native typings for command declaration (#46) (9b733ec)

Bug Fixes

  • cleaned up message parser (5b85978)
  • cleaned up message parser (#64) (70735f8)
  • Dockerfile to reduce vulnerabilities (#47) (e8c470b)
  • update docs workflow (4dd55d7)
  • upgrade axios from 0.21.1 to 0.24.0 (#48) (f77ac17)
  • warning about command not found (bcae8ea)

1.8.0 (2021-10-27)

Features

  • latex: add latex command (2005d95)

Bug Fixes

  • external: comply to new CE api changes (e9c44ec)

1.7.3 (2021-09-21)

Bug Fixes

  • parser: improve language key detection (eaa1795)

1.7.2 (2021-09-21)

Bug Fixes

  • formatter: fix small formatting issue (63d74dc)

1.7.1 (2021-09-21)

Bug Fixes

  • slashcommand: error with case of no userInputLanguage (54345bf)

1.7.0 (2021-09-21)

Features

  • adds formatting command for mobile users (4bc962a)

1.6.0 (2021-09-20)

Bug Fixes

  • issue with languageKey containing backticks (bf7762c)
  • regex issue where the parser would find nonsupported language key (5a1d1c2)
  • remove debug console.logs in format.ts (35b923f)

1.5.0 (2021-09-18)

Features

  • add commitlint to project (398e901)
  • ci: add husky pre-push hook to run tests (84c53f0)
  • core: add new codeblock parser (fdc878f)
  • core: add new formatting command (1559906)
  • show amount of guilds joined in status (aa0bf7e)

Bug Fixes

  • add IParser to DITypes (9112520)
  • chore: update lint-staged settings (077634c)
  • ci: sign releases (b05e31a)
  • ci: try fixing test action (2e83620)
  • core: handle case for no code blocks (2e01220)
  • remove debug console.logs in format.ts (35b923f)
  • test: fix whitespacing in test (983d27b)

1.3.1 (2021-09-02)

Bug Fixes

  • Need this to run CI for now... (16425d8)

1.3.0 (2021-09-02)

Features

  • Add format!help (54e9ae1)
  • Add initial language detector using guesslang (71faa28)

Bug Fixes

  • logger fileformat to not have hours (542803a)

1.2.0 (2021-08-29)

Features

  • Add more log transports, daily rotate file (27a9b56)
  • Add winston (b4c1218)
  • Add winston-daily-rotate-file (4505bdd)

1.1.0 (2021-08-29)

Features

1.0.3 (2021-08-29)

1.0.2 (2021-08-28)

1.0.1 (2021-08-28)