Releases: grol-io/grol-discord-bot
v0.44.0
What's Changed
- New -d for debug/seeing all parentheses and use newer grol 0.58 with simplified expressions output, fixed
@grol -f
in channels. by @ldemailly in #90
Full Changelog: v0.43.0...v0.44.0
v0.43.0
!grol TicTacToe()
for a demo of interactions
What's Changed
@grol
is alternative to !grol. bot now uses "reply" to identify origin. complex messages sending and interactions update/replies by @ldemailly in #83
Full Changelog: v0.42.0...v0.43.0
v0.42.0
🎉 =>
lambdas
What's Changed
- Bump grol.io/grol from 0.54.0 to 0.55.0 by @dependabot in #87
Full Changelog: v0.41.0...v0.42.0
v0.41.0
Ranges! including relative ones (ie [1,2,3,4][2:-1]
)
What's Changed
- Bump grol.io/grol from 0.53.1 to 0.54.0 by @dependabot in #86
Full Changelog: v0.40.1...v0.41.0
v0.40.1
What's Changed
- do output nil when nothing else is in the output and no errors either by @ldemailly in #85
Full Changelog: v0.40.0...v0.40.1
v0.40.0
New parsing error reporting in grol 0.53.0 and limiting error output in discord.
What's Changed
- Limit errors to first 2 by @ldemailly in #84
Full Changelog: v0.39.0...v0.40.0
v0.39.0
Pretty big change with map and array caching for under 4, 8 entries respectively.
What's Changed
- Bump grol.io/grol from 0.51.2 to 0.52.0 by @dependabot in #82
Full Changelog: v0.38.1...v0.39.0
v0.38.1
Fixed memorization bug (should not cache functions using upper stack bindings)
What's Changed
- Bump grol.io/grol from 0.51.1 to 0.51.2 by @dependabot in #81
Full Changelog: v0.38.0...v0.38.1
v0.38.0
What's Changed
- Harden the service, use the memory limit from grol 0.51+ to avoid fatal/crashes, limit length of values in state file by @ldemailly in #80
Full Changelog: v0.37.0...v0.38.0
v0.37.0
Also has new join/split with optional second arg; and arrays * int to repeat.
What's Changed
- Use runes - better fix for #77, review comments by @ldemailly in #79
Full Changelog: v0.36.1...v0.37.0