Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Releases: Lund-Org/cherry

0.2.2 - Fix security issues and fix error page rendering

26 Sep 02:07
Compare
Choose a tag to compare

0.2.2 - Fix security issues and fix error page rendering

Changelog

  • Update package versions
  • Update the raw rendering when a plugin is loaded to avoid error on default page rendering

0.2.1 - Fix security issues and default page error

03 Aug 16:38
Compare
Choose a tag to compare

0.2.1

Changelog

  • The onError option has been removed (was not used)
  • Fix error where cherry is not defined
  • Update the tests to match with the fixes
  • Fix security error by updating the plugins

0.2.0

09 Jun 00:09
c746326
Compare
Choose a tag to compare

0.2.0

Changelog

  • Add an option to configure default 4xx and 5xx errors, if it's not configured, Cherry provides its own 404 and 500 error pages (#17)
  • Add an option to configure redirections. These redirections are executed before the route process (#19)
  • Add a new method in the response object to allow to redirect from an user method (#19)

0.1.3

08 Jun 14:40
638c4cd
Compare
Choose a tag to compare

0.1.3

Changelog

  • Resolve the issue of the GET parameters and provide a new plugin type (#22)

0.1.2 - Security update and more info in the README

17 Apr 08:30
be3f7c6
Compare
Choose a tag to compare

0.1.2 - Security update and more info in the README

Changelog

  • Update packages for security needs
  • Update README to have more informations

0.1.1 - Fix public route and enhance the deployment

06 Apr 18:02
Compare
Choose a tag to compare

0.1.1 - Fix public route and enhance the deployment

Changelog

  • Fix when a public folder is the target to avoid a read on a directory
  • Update CodeClimate config
  • Update travis to build and manage the route constants

It resolves a part of the task : #8

0.1.0 - First working version of Cherry

01 Apr 17:27
Compare
Choose a tag to compare

0.1.0 - First working version of Cherry

Changelog

  • Multi Server
  • Manage routes (with context, dynamic parameter...)
  • Middlewares
  • Hooks
  • Plugins

0.0.1 - Test of deployment

28 Dec 16:07
Compare
Choose a tag to compare
Pre-release

0.0.1

Changelog

  • Create initial configuration
  • Routing (including route parameters and regex)
  • Middlewares management
  • Response as a download, a json or html (using the handlebar connector)