Skip to content

Releases: snackbag/compass

v2.1.0

Choose a tag to compare

@JXSnack JXSnack released this 30 Apr 15:41

Additions

  • Added HTML and HTMLWithCode response helpers
  • Added request Server.Preprocessor

Changes

  • Response ContentType fallback is now text/plain instead of text/html

Full Changelog: v2.0.0...v2.1.0

v2.0.1

Choose a tag to compare

@JXSnack JXSnack released this 28 Apr 14:23

Fix proxy poisoning

v2.0.0

Choose a tag to compare

@JXSnack JXSnack released this 28 Apr 14:09

Rewrite the framework from scratch. See documentation for details

v1.1.5

Choose a tag to compare

@JXSnack JXSnack released this 24 Jul 14:52

Additions

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

v1.1.4

Choose a tag to compare

@JXSnack JXSnack released this 26 Apr 09:30

Changes

  • Removed everything DefaultTemplateContext related as it was causing weird issues

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

v1.1.3

Choose a tag to compare

@JXSnack JXSnack released this 23 Apr 18:01

Changes

  • Added FillWithCode for consistency

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

v1.1.2

Choose a tag to compare

@JXSnack JXSnack released this 26 Mar 16:30

Changes

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

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

v1.1.1

Choose a tag to compare

@JXSnack JXSnack released this 18 Jan 21:04

Changes

  • Fixed constant crash when ReloadComponentsOnRequest is on

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

v1.1.0

Choose a tag to compare

@JXSnack JXSnack released this 18 Jan 20:45

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

Choose a tag to compare

@JXSnack JXSnack released this 18 Jan 15:38

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