Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major updates #1

Merged
merged 83 commits into from
Jul 22, 2022
Merged

Major updates #1

merged 83 commits into from
Jul 22, 2022

Conversation

FinlayDaG33k
Copy link
Owner

@FinlayDaG33k FinlayDaG33k commented Jul 22, 2022

Add some major updates, new features and more.

  • Add Authenticator for websockets.
  • Add utility to check all TypeScript code for a project.
  • Add utility to lowercase the first character of a string.
  • Add utility to uppercase the first character of a string.
  • Add utility to turn a sentence into individual words.
  • Add Configure-class (deprecating env).
  • Add Druid-class to easily schedule tasks in Apache Druid.
  • Add Ntfy-class to easily send notifications through a ntfy instance.
  • Add Rcon-class for interfacing with Rcon server (primarily Minecraft).
  • Add Redis-class for connecting to a Redis server.
  • Add Discord-class as a easy-to-use wrapper for Discordeno (and supporting EventDispatcher and InteractionDispatcher).
  • Add colors to console output using Logger-class.
  • Allow writing errors to file using Logger-class.
  • Allow passing stack traces to Logger#error directly.
  • Add Hash-class to easily create hashes from test, seperating it from the Password-class.
  • Optimize the Password-class.
  • Allow adding time in Time-classes by means of strings. (thanks to @Mordo95)
  • Remove pre-defined cron times.
  • Make sure handlebars templates exist before trying to render them.
  • Throw error 404 if webserver could not find route.
  • Give a slightly more descriptive error than "whoops" when webserver can't execute a route action.
  • Misc bug fixes.
  • Misc cleanups.

@FinlayDaG33k FinlayDaG33k merged commit 558b619 into main Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant