Skip to content

Releases: snackbag/compass

v1.1.5

24 Jul 14:52

Choose a tag to compare

Additions

  • NewResponseWithContentType for custom content types
  • Json and JsonWithCode for sending JSON easily

v1.1.4

26 Apr 09:30

Choose a tag to compare

Changes

  • Removed everything DefaultTemplateContext related as it was causing weird issues

Full Changelog: v1.1.3...v1.1.4

v1.1.3

23 Apr 18:01

Choose a tag to compare

Changes

  • Added FillWithCode for consistency

Full Changelog: v1.1.2...v1.1.3

v1.1.2

26 Mar 16:30

Choose a tag to compare

Changes

  • Fixed crash when reading int32, int64, int or float32 from session

Full Changelog: v1.1.1...v1.1.2

v1.1.1

18 Jan 21:04

Choose a tag to compare

Changes

  • Fixed constant crash when ReloadComponentsOnRequest is on

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Jan 20:45

Choose a tag to compare

Added

  • Option to reload components on request
  • Server-default template context
  • Reading from sessions

Changes

  • Fixed security vulnerability that caused the server to crash when reading an invalid encrypted UUID

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Jan 15:38

Choose a tag to compare

First release!

Additions

  • Compass Server
  • Session Management
  • Static Files
  • Templating
    • Components
    • Expressions
    • Variables
  • Route parameters
  • Redirects
  • Modular Logging
  • Cancelling requests
  • Modular 404 handling

Full Changelog: https://github.com/snackbag/compass/commits/v1.0.0