mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
64da28af8b
Former-commit-id: 2e0a335c84c1d9c57a61b7f3203e54f7cccd7dcc
35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
# History/Changelog
|
|
|
|
### Looking for free and real-time support?
|
|
|
|
https://github.com/kataras/iris/issues
|
|
https://chat.iris-go.com
|
|
|
|
### Looking for previous versions?
|
|
|
|
https://github.com/kataras/iris/releases
|
|
|
|
### Should I upgrade my Iris?
|
|
|
|
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
|
|
|
|
> Iris uses the [vendor directory](https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo) feature, so you get truly reproducible builds, as this method guards against upstream renames and deletes.
|
|
|
|
**How to upgrade**: Open your command-line and execute this command: `go get -u github.com/kataras/iris` or let the automatic updater do that for you.
|
|
|
|
<!--
|
|
# Mo, 01 Jenuary 2018 | v10.0.0
|
|
|
|
Thanks to an amazing person, we have a new [logo](logo.svg) for Iris. The new logo was created by [@merry.dii
|
|
](https://www.instagram.com/merry.dii/).
|
|
|
|
TODO:
|
|
|
|
1. add one more feature, to 'get' auto-created *Route on the mvc by the function name, people need this to change the route's name
|
|
for reverse routing in the templates, I've already implemented the 'add custom routes' based on any mvc function by its name.
|
|
|
|
2. list of the changes, we have just one big change,
|
|
on the mvc re-design but we have some improvements as well
|
|
I will not list all 70 commits ofc, just the actual changes
|
|
the end-developer should know. -->
|