Former-commit-id: 6b8a55df68a9e89caaa95775215919b0b4d581c4
This commit is contained in:
kataras 2017-11-02 06:51:46 +02:00
parent 42bc7dbad0
commit c7b8e0661b
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ go:
# - tip
go_import_path: github.com/kataras/iris
install:
- go get ./... # for iris-contrib/httpexpect, kataras/golog, kataras/signal
- go get ./... # for iris-contrib/httpexpect, kataras/golog
script:
- go test -v -cover ./...
after_script:

View File

@ -23,6 +23,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
- improve the updater's performance and moved that into the framework itself,
- ask for authentication only when a new version is released.
- sessiondb's `.Async` functions do nothing now, all session databases(back-end persistence storage) should run in-sync, @speedwheel helped to find a misbehavior because of that setting,
- the [configuration](configuration.go) now has `json` fields tag like `yaml` and `toml` did in order to be able to be fetched from a json file directly using the `encoding/json` package,
- fix the `context#GetFloat64`,
- we are on [opencollective](http://opencollective.com/iris) and sponsored by [codesponsor](https://codesponsor.io/) now.
_TODO;_