Skip to content

Tags: adamhalasz/diet

Tags

v0.16.0

Toggle v0.16.0's commit message
v0.16.0

- Bug Fix: In error.js set `signal.responded` to `false` to allow
custom error routes to use `$.end()`
- Bug Fix: In error.js check if `app.routes.error.length` is more than
0 to only iterate through custom error handlers if there are any. This
allows passing the functionality to the default error handler page

v0.15.0

Toggle v0.15.0's commit message
Update Changelog for v0.15.0 #73

- Introducing `app.host(location)` to allow handling hostnames and
ports without creating a new server instance. It's useful when the
hostname and port is changed by a proxy server. #73

v0.14.1

Toggle v0.14.1's commit message
v0.14.1

- Bugfix for `$.download` when calling `$.sendFile` send the proper
encoding not the name. #67

v0.13.0

Toggle v0.13.0's commit message
0.13.0

- Introducing the app.resource(path) class for grouping methods - inner
functionality inspired by @luisvinicius167 's diet-group-router #32

v0.12.0

Toggle v0.12.0's commit message
Add mocha-lcov-reporter for coveralls reporting

v0.10.8

Toggle v0.10.8's commit message
v0.10.8

+ New Utils Controller
+ Moved isset() into the Util Controller

v0.10.5

Toggle v0.10.5's commit message
Replaced Native Object.observe with `object.observe` module to suppor…

…t observe in Node >= v6.0.0

v10.0.3

Toggle v10.0.3's commit message
update environment details

v0.10.3

Toggle v0.10.3's commit message
update environment details