Skip to content

v5.6.0

Compare
Choose a tag to compare
@inttter inttter released this 16 May 17:46
· 125 commits to main since this release

This release includes various clean-up to a lot of mdbadges-cli, therefore meaning some unnecessary or unimportant things have been removed, which you will see in the changelog below.

Aside from these changes, there have been some other very minor changes and improvements, ranging from removing unused things, to general code quality and rewording.

🧹 Chores

  • dda953b 🧹 chore: deprecate and remove --jsx and --tsx options
    • These are now the same as --html, so they have been removed
  • 8431e3f 🧹 chore(cleanup): deprecate fund command
    • I think just having it on the GitHub page or on the documentation as a little message should suffice instead of a full-on command.
  • 7a66036 🧹 chore: remove --category option from random command
  • 0a16e4f 🧹 chore: dont use new Error in badge/category not found errors
  • 7eed34e 🧹 chore: improve output code for html
  • 7a66036 🧹 chore: adjust colors of random command output
  • 1f7f1c4 🧹 chore: use more appropriate spinners

♻️ Refactors

  • 518f504 ♻️ refactor: show raw links to pages which open in browser in error message
    • Commands which open a link in your browser no longer uses setTimeout to show the link after a few seconds ALL of the time. If an error DOES happen, the link will be shown in the error message, not every time the command is run anymore.

📝 Documentation

  • 271ac38 📝 docs: use better detail all across
    • No longer uses triple backticks for inline code, now only uses one backtick. Also reworded lots of sections.
  • 2d99002 📝 docs: update docs

🐛 Bugfixes

  • 7a66036 🐛 fix: fix missing parenthesis and square brackets from Markdown output of random command