The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Terse

0.23    [2024-01-09]
	- Update dependencys and set minimum perl to 5.16.

0.121    [2022-12-14]
	- Fix the dispatcher when using paths.

0.120    [2022-12-13]
        - Allow inheritance of controller endpoints. 

0.119    [2022-12-13]
        - Allow inheritance of controller endpoints. 

0.118    [2022-12-13]
	- Die early when we have no request context
	- Fix setting of response headers and cookies.

0.117    [2022-12-12]
	- Fix delayed_response to handle content type better
	- Handle errors from views, with an option to send an empty body which will use the browsers response.

0.116    [2022-12-11]
	- Fix websockets so they can parse/recieve multiple frames a time.
	- Add to_app method to Terse.

0.115    [2022-12-11]
	- Adds :websocket(req) suppoert to Terse::Controller.

0.114    [2022-12-10]
	- WebSocket fixes.

0.112    [2022-12-10]
	- Adds WebSocket support.

0.112    [2022-12-10]
	- Adds WebSocket support.

0.111    [2022-12-10]
	- Adds WebSocket support.

0.110    [2022-12-09]
	- Provide plugins and models connect callback with application context.

0.109    [2022-12-09]
	- Fixes Terse::Plugin connect callback.

0.108    [2022-12-09]
	- Adds Terse::Plugin to make code more reusable.

0.107    [2022-12-09]
	- Add basic support for custom headers and cookies.

0.106    [2022-12-09]
	- Add support for delayed responses to Terse and Terse::Controller.

0.105    [2022-12-09]
	- Add support for :path(any/(.*)/thing/(.*)/endpint) and :capture(2) to Terse::Controller's

0.103    [2022-12-08]
	- Add support for :path(any/(.*)/thing/(.*)/endpint) to Terse::Controllers

0.103    [2022-12-08]
	- Adds full restfullness to Terse::App with captured args aka # /app/211/testing/112/update.

0.102    [2022-12-08]
	- Adds Terse::View.

0.101    [2022-12-08]
	- Adds Terse::Model.

0.09    [2022-12-08]
	- Fix handling of booleans.

0.08    [2022-12-08]
	- Tidy Terse::Controller API

0.07    [2022-12-08]
	- Adds support for custom dispatchers.
	- Adds Terse::Controller