Hunt framework 1.0.0 released

Brian zoujiaqing at gmail.com
Tue Jun 5 07:25:33 UTC 2018


We are pleased to announce an official version of hunt 1.0 , This 
is an important milestone release!

Features:
  * enhancement Action & Controller
  * rebuild application config
  * support static wwwroot/ path, config item is hunt.http.path
  * redefine Route regex rule
  * upgrade Entity to 1.4.2
  * add Repository module, like spring boot 2 Repository
  * add second level cache
  * enhancement collie http api
  * redesign template engine ( like Django jinja2 & Symfony twig )
  * improvement Session module
  * improvement Cookie module
  * improvement Request API
  * improvement Response API
  * improvement Middleware
  * use kiss.logger module
  * use kiss.net module

source code in github https://github.com/huntlabs/hunt/
documents in wiki https://github.com/huntlabs/hunt/wiki/
hunt framework website http://www.huntframework.com/


use hunt framework:
```bash
git clone https://github.com/huntlabs/hunt-skeleton.git
cd hunt-skeleton/
dub run -v
```

look for your browser:
http://localhost:8080/


More information about the Digitalmars-d-announce mailing list