diff --git a/.travis.yml b/.travis.yml index efe5f843..351c56a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/HISTORY.md b/HISTORY.md index 9b9a9629..be0e583f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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;_