Releases: katabole/kbexample
Releases · katabole/kbexample
Updates and CSRF Protection
What's Changed
- Remove some unneeded stuff by @dankinder in #16
- Allow air to run without go/bin by @jonyen in #18
- update vite to v7 by @jonyen in #19
- Issue 17 add csrf protection to middleware by @jonyen in #20
New Contributors
Full Changelog: v0.4.2...v0.4.3
Security updates and minor fixes
Merge pull request #15 from katabole/version-updates Version updates
Vite change bugfixes
Fix setup Putting the .gitignore file inside build/dist didn't work because vite blows the directory away and recreates it. Use the toplevel .gitignore instead. This does mean that for now, build/dist won't exist on initial clone, so the go build will fail until vite is run once (generally via `task setup`) I wish that weren't the case but don't have a solution for now.
Move to Vite and Bootstrap 5
v0.4.0 npm update
v0.3.0
v0.2.0
Some quality of life updates
Full Changelog: v0.1.0...v0.2.0
Initial release
v0.1.0 Up mods