Releases: mastondzn/synopsisbot
Releases · mastondzn/synopsisbot
v0.6.2
Fixes
- Downgrade tsx - by @mastondzn (ff38f)
Chore
- Release v0.6.2 - by @mastondzn (5d5ff)
View changes on GitHub
v0.6.1
Fixes
- Revert tsx - by @mastondzn (4e349)
Chore
- Remove unused service - by @mastondzn (c8646)
- Release v0.6.1 - by @mastondzn (b8765)
View changes on GitHub
v0.6.0
Enhancements
- Accept numbers in trim template tag - by @mastondzn (7405a)
- Add dependency bumping script - by @mastondzn (22edd)
- Add command arguments - by @mastondzn (cfd59)
- Add tests for command arguments, fix types - by @mastondzn (16635)
- Split manage command in separate commands - by @mastondzn (80793)
- commands/math: Add math command - by @mastondzn (ec163)
- commands/ping: Add memory usage - by @mastondzn (00324)
Fixes
- Use proper database keys for kysely schema - by @mastondzn (94b65)
- Bad command name - by @mastondzn (4fc64)
- commands/math: Handle errors - by @mastondzn (e4075)
Refactors
- Dont use discriminated union for user schemas - by @mastondzn (49130)
- Split dev command in 2 separate commands - by @mastondzn (0c619)
arguments
->args
in command context - by @mastondzn (a1a9c)- Cleaner permission system - by @mastondzn (0a34b)
- Better zod fetch wrapper - by @mastondzn (2deee)
- commands: Use command parameters instead - by @mastondzn (2a19b)
- commands/ping: Use trim template - by @mastondzn (3839e)
Chore
- Release v0.6.0 - by @mastondzn (5e1e7)
- deps:
- Bump eslint - by @mastondzn (18548)
- Bump deps - by @mastondzn (ef04c)
Styles
- Consistent error messages - by @mastondzn (df385)
- Disable filename checking - by @mastondzn (4158f)
- commands/math: Prettier error - by @mastondzn (06b83)
View changes on GitHub
v0.5.1
Fixes
- Bad type - by @mastondzn (c42de)
Chore
- Release v0.5.1 - by @mastondzn (f8767)
View changes on GitHub
v0.5.0
Enhancements
- Create pretty logger instead of using prefix object - by @mastondzn (c897b)
- Replace ramda with remeda, optimize parameter/option parsing, add tests - by @mastondzn in #208 (3036b)
- Add join/part commands, migrate migrations, bump drizzle-orm - by @mastondzn (00576)
- Add option aliases for part/join - by @mastondzn (cce7f)
- Add pajbot alert - by @mastondzn (4cb29)
Refactors
- Prefer inline db instead of helpers - by @mastondzn (990ea)
Chore
- Release v0.5.0 - by @mastondzn (9cef2)
- deps: Bump turbo to v2 - by @mastondzn (988df)
View changes on GitHub
v0.4.1
Fixes
- Rpc server as side effect import - by @mastondzn (bfb5d)
Chore
- Release v0.4.1 - by @mastondzn (4d0e9)
View changes on GitHub
v0.4.0
Enhancements
- Use corepack & pnpm exclusively - by @mastondzn (77fac)
- Add command options, remove dev env announcement - by @mastondzn in #204 (38114)
Fixes
- New drizzle-kit config - by @mastondzn (f6a28)
- Explicit unknown error type - by @mastondzn (c3edb)
- Zod peer dep version - by @mastondzn (a34c6)
- Use
workspace:*
protocol - by @mastondzn (a2b7b) - Use --frozen-lockfile - by @mastondzn (cce95)
- commands/trivia: Only allow valid letters - by @mastondzn (7fb9e)
- deps: Pin dependencies - by @renovate[bot] and @mastondzn in #188 (be41f)
Refactors
- Use separate schema for decoded string - by @mastondzn (e1fc5)
- Remove unused log-prefix entry - by @mastondzn (cb60e)
- Stop using eslint-ts-patch - by @mastondzn (3dfca)
- Use
@mastondzn/dank-twitch-irc
instead - by @mastondzn (aefdb) - Cleaner inspect usage - by @mastondzn (e5b0d)
- Simplify ping command - by @mastondzn (c664c)
- Use more fitting variable names - by @mastondzn (9dcaf)
- Use tsc-alias and tsc to compile types for rpc - by @mastondzn (eada5)
- commands/trivia: Use TTLSet instead - by @mastondzn (90297)
Documentation
- Add docs for message collectors - by @mastondzn (6ce8c)
Chore
- Bump @mastondzn/eslint - by @mastondzn (ced0e)
- Add changelogithub config - by @mastondzn (dc469)
- Bump deps - by @mastondzn (fede8)
- Update commitlint scopes - by @mastondzn (9e547)
- Flat config no longer experimental - by @mastondzn (4597f)
- Release v0.4.0 - by @mastondzn (ecb6b)
- deps:
- Bump dependencies - by @mastondzn (263af)
- Bump dependencies - by @mastondzn (51a1c)
- Remove unused dependency - by @mastondzn (7bb76)
- Bump @mastondzn/eslint, replace tailwind plugin - by @mastondzn (7297e)
Styles
define
->create
- by @mastondzn (129a2)define
->create
- by @mastondzn (bbdc3)
View changes on GitHub
v0.3.3
🚀 Features
- bot/commands: Remove trivia prefix message - by @mastondzn (cd545)