Skip to content

Commit ef1fe84

Browse files
committed
release v0.17
1 parent 41c8d85 commit ef1fe84

File tree

3 files changed

+68
-4
lines changed

3 files changed

+68
-4
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,69 @@
11
# CHANGELOG
22

3+
## v0.17
4+
5+
[[revel/revel](https://github.com/revel/revel)]
6+
7+
* add-validation
8+
* i18-lang-by-param
9+
* Added namespace to routes, controllers
10+
* Added go 1.6 to testing
11+
* Adds the ability to set the language by a url parameter. The route file will need to specify the parameter so that it will be picked up
12+
* Changed url validation logic to regex
13+
* Added new validation mehtods (IPAddr,MacAddr,Domain,URL,PureText)
14+
15+
[[revel/cmd](https://github.com/revel/cmd)]
16+
17+
* no changes
18+
19+
[[revel/config](https://github.com/revel/config)]
20+
21+
* no changes
22+
23+
[[revel/modules](https://github.com/revel/modules)]
24+
25+
* Added Gorm module
26+
27+
[[revel/cron](https://github.com/revel/cron)]
28+
29+
* Updated cron task manager
30+
* Added ability to run a specific job, reschedules job if cron is running.
31+
32+
[[revel/examples](https://github.com/revel/examples)]
33+
34+
* Gorm module (Example)
35+
36+
# v0.16.0
37+
38+
Deprecating support for golang versions prior to 1.6
39+
### Breaking Changes
40+
41+
* `CurrentLocaleRenderArg` to `CurrentLocaleViewArg` for consistency
42+
* JSON requests are now parsed by Revel, if the content type is `text/json` or `application/json`. The raw data is available in `Revel.Controller.Params.JSON`. But you can also use the automatic controller operation to load the data like you would any structure or map. See [here](http://revel.github.io/manual/parameters.html) for more details
43+
44+
### Features
45+
46+
* Modular Template Engine #1170
47+
* Pongo2 engine driver added revel/modules#39
48+
* Ace engine driver added revel/modules#40
49+
* Added i18n template support #746
50+
51+
### Enhancements
52+
53+
* JSON request binding #1161
54+
* revel.SetSecretKey function added #1127
55+
* ResolveFormat now looks at the extension as well (this sets the content type) #936
56+
* Updated command to run tests using the configuration revel/cmd#61
57+
58+
### Bug fixes
59+
60+
* Updated documentation typos revel/modules#37
61+
* Updated order of parameter map assignment #1155
62+
* Updated cookie lifetime for firefox #1174
63+
* Added test path for modules, so modules will run tests as well #1162
64+
* Fixed go profiler module revel/modules#20
65+
66+
367
# v0.15.0
468
@shawncatz released this on 2017-05-11
569

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A high productivity, full-stack web framework for the [Go language](http://www.golang.org).
66

7-
Current Version: 0.17.0-dev (2017-06-06)
7+
Current Version: 0.17 (2017-07-11)
88

99
**As of Revel 0.15.0, Go 1.7+ is required.**
1010

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ package revel
66

77
const (
88
// Version current Revel version
9-
Version = "0.17.0-dev"
9+
Version = "0.17"
1010

1111
// BuildDate latest commit/release date
12-
BuildDate = "2017-06-06"
12+
BuildDate = "2017-07-11"
1313

1414
// MinimumGoVersion minimum required Go version for Revel
15-
MinimumGoVersion = ">= go1.7"
15+
MinimumGoVersion = ">= go1.6"
1616
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy