From 4f2985cb4ed1c21ca35d8243ba2abd68282cfceb Mon Sep 17 00:00:00 2001 From: kataras Date: Sun, 30 Jul 2017 19:47:50 +0300 Subject: [PATCH] Nothing serious yet, thinking new features with the team, post some to help us! Former-commit-id: 5741c47230bd2f3b88bf9e943742418be664cfdd --- HISTORY.md | 6 ++++ README.md | 46 ++++++++++++++++-------------- _examples/hello-world/main.go | 12 ++++++-- _examples/hello-world/main_go19.go | 9 ++++++ middleware/logger/config.go | 8 +++--- 5 files changed, 54 insertions(+), 27 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 3e31ac49..29314cac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -18,6 +18,12 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene **How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris`. +# Su, 30 July 2017 + +Greetings my friends, nothing special today, no version number yet. + +We just improve the, external, Iris Logging library and the `Columns` config field from `middleware/logger` defaults to `false` now. Upgrade with `go get -u github.com/kataras/iris` and have fun! + # Sa, 29 July 2017 | v8.1.1 No breaking changes, just an addition to make your life easier. diff --git a/README.md b/README.md index f9e59538..f5d28cbe 100644 --- a/README.md +++ b/README.md @@ -5,27 +5,18 @@ Iris is a fast, simple and efficient micro web framework for Go. It provides a b [![total used by](http://iris-go.com/graph?style=flat-square)](http://iris-go.com/graph) [![build status](https://img.shields.io/travis/kataras/iris/master.svg?style=flat-square)](https://travis-ci.org/kataras/iris) [![report card](https://img.shields.io/badge/report%20card-a%2B-ff3333.svg?style=flat-square)](http://goreportcard.com/report/kataras/iris) +[![github issues](https://img.shields.io/github/issues/kataras/iris.svg?style=flat-square)](https://github.com/kataras/iris/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/kataras/iris.svg?style=flat-square)](https://github.com/kataras/iris/issues?q=is%3Aissue+is%3Aclosed) -[![issue stats](https://img.shields.io/issuestats/i/github/kataras/iris.svg?style=flat-square)](https://github.com/kataras/iris/issues?q=is%3Aissue+is%3Aclosed) [![view examples](https://img.shields.io/badge/learn%20by-examples-0077b3.svg?style=flat-square)](https://github.com/kataras/iris/tree/master/_examples) [![chat](https://img.shields.io/badge/community-%20chat-00BCD4.svg?style=flat-square)](https://kataras.rocket.chat/channel/iris) + + -## 😃 Get Hired with Iris - -**You have always more possibilities to get hired when you have experience with Iris web framework.** - -Below you'll find a list of opening positions, the list can be updated by us or by the employers. - -| Company | Position | Job Details | -| -----------|--------|-------------| -| Kudo, an Indonesian startup technology company | Application Programming Interface Developer | https://glints.id/opportunities/jobs/5553 | -

Third-party source for transparency.

- ### 📑 Table of contents * [Installation](#-installation) @@ -56,6 +47,7 @@ Below you'll find a list of opening positions, the list can be updated by us or * [Versioning](#-version) * [When should I upgrade?](#should-i-upgrade-my-iris) * [Where can I find older versions?](#where-can-i-find-older-versions) +* [Get Hired](#-get-hired) * [People](#-people)