All notable changes to this project will be documented in this file.
- Add support for codepage 852 enabling eastern european characters in usernames
- Drop support for Node.js versions below 18
- Ecmascript only
- Migrate to vitest and node:test for testing
- Dependency on prettier for consistent code formatting
- Pre-commit hook for pretty-quick
- Pre-push hook for automated tests
- Travis CI
- Code coverage reporting
- Updated dependencies
- Leading "I" on interfaces (that's a C#-ism)
- Devdependency on ts-node