Skip to content

v1.43.1

Choose a tag to compare

@razshare razshare released this 08 Oct 01:22
· 442 commits to main since this release

Breaking Changes

  • streamlined a few more package names to avoid collision with common names and make them consistent with other packages
    • package server renamed to servers
    • package view renamed to views
    • package guard renamed to guards
    • package route renamed to routes
    • package session renamed to sessions
  • guards have been reworked and simplified, see documentation for mode details.

Update Guide

Update your cli

go install github.com/razshare/frizzante@v1.43.1

Then regenerate your core

frizzante -gcore

Full Changelog: v1.42.6...v1.43.1