mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:26:26 +01:00
Add more notes on HISTORY.md about rc.4 changes
This commit is contained in:
parent
af67a97518
commit
dba92ba64d
19
HISTORY.md
19
HISTORY.md
|
@ -1,6 +1,6 @@
|
|||
# History
|
||||
|
||||
**How to upgrade**: remove your $GOPATH/src/github.com/kataras/iris folder, open your command-line and run `go get -u github.com/kataras/iris/iris`.
|
||||
**How to upgrade**: remove your `$GOPATH/src/github.com/kataras/iris` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`.
|
||||
|
||||
## 3.0.0-rc.3 -> 3.0.0-rc.4
|
||||
|
||||
|
@ -15,7 +15,22 @@
|
|||
- `{{ url "myroute" myparams}}`
|
||||
- `{{ urlpath "myroute" myparams}}`
|
||||
|
||||
For a complete example please navigate [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars).
|
||||
For a complete example please, click [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars).
|
||||
|
||||
**NEW:** Iris **can listen to more than one server per station** now, as requested [here](https://github.com/kataras/iris/issues/235).
|
||||
For example you can have https with SSL/TLS and one more server http which navigates to the secure location.
|
||||
Take a look [here](https://github.com/kataras/iris/issues/235#issuecomment-229399829) for an example of this.
|
||||
|
||||
|
||||
**FIXES**
|
||||
- Fix `sessions destroy`
|
||||
- Fix `sessions persistence on subdomains` (as RFC2109 commands but you can disable it with `iris.Config.Sessions.DisableSubdomainPersistence = true`)
|
||||
|
||||
|
||||
**IMPROVEMENTS**
|
||||
- Improvements on `iris run` && `iris create`, note that the underline code for hot-reloading moved to [rizla](https://github.com/kataras/rizla).
|
||||
|
||||
|
||||
|
||||
## 3.0.0-rc.2 -> 3.0.0-rc.3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[](http://iris-go.com)
|
||||
[](http://iris-go.com)
|
||||
|
||||
[![Travis Widget]][Travis] [![Release Widget]][Release] [![Report Widget]][Report] [![License Widget]][License] [![Chat Widget]][Chat] [![Documentation Widget]][Documentation]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user