|
1 | | -# Changelog <a href="HISTORY_ES.md"><img width="20px" src="https://iris-go.com/images/flag-spain.png" /></a> |
| 1 | +# Changelog |
2 | 2 |
|
3 | 3 | ### Looking for free and real-time support? |
4 | 4 |
|
|
17 | 17 |
|
18 | 18 | Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready. |
19 | 19 |
|
20 | | -**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris/v12@latest`. |
| 20 | +**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris/v12@latest` and `go mod tidy -compat=1.20`. |
21 | 21 |
|
22 | | -# Next |
| 22 | +# Sa, 11 March 2023 | v12.2.0 |
23 | 23 |
|
24 | 24 | This release introduces new features and some breaking changes. |
25 | 25 | The codebase for Dependency Injection, Internationalization and localization and more have been simplified a lot (fewer LOCs and easier to read and follow up). |
@@ -732,7 +732,7 @@ Prior to this version the `iris.Context` was the only one dependency that has be |
732 | 732 | | `uint, uint8, uint16, uint32, uint64`, | | |
733 | 733 | | `float, float32, float64`, | | |
734 | 734 | | `bool`, | | |
735 | | -| `slice` | [Path Parameter](https://github.com/kataras/iris/wiki/Routing-path-parameter-types) | |
| 735 | +| `slice` | [Path Parameter](https://github.com/kataras/iris/blob/master/_examples/routing/dynamic-path/main.go#L20) | |
736 | 736 | | Struct | [Request Body](https://github.com/kataras/iris/tree/master/_examples/request-body) of `JSON`, `XML`, `YAML`, `Form`, `URL Query`, `Protobuf`, `MsgPack` | |
737 | 737 |
|
738 | 738 | Here is a preview of what the new Hero handlers look like: |
@@ -1004,7 +1004,7 @@ Various improvements and linting. |
1004 | 1004 |
|
1005 | 1005 | # Su, 29 December 2019 | v12.1.4 |
1006 | 1006 |
|
1007 | | -Minor fix on serving [embedded files](https://github.com/kataras/iris/wiki/File-server). |
| 1007 | +Minor fix on serving embedded files. |
1008 | 1008 |
|
1009 | 1009 | # We, 25 December 2019 | v12.1.3 |
1010 | 1010 |
|
@@ -1069,15 +1069,13 @@ All known issues. |
1069 | 1069 |
|
1070 | 1070 | ### Internationalization and localization |
1071 | 1071 |
|
1072 | | -Support for i18n is now a **builtin feature** and is being respected across your entire application, per say [sitemap](https://github.com/kataras/iris/wiki/Sitemap) and [views](https://github.com/kataras/iris/blob/master/_examples/i18n/basic/main.go#L50). |
1073 | | - |
1074 | | -Refer to the wiki section: https://github.com/kataras/iris/wiki/Sitemap for details. |
| 1072 | +Support for i18n is now a **builtin feature** and is being respected across your entire application, per say [sitemap](https://github.com/kataras/iris/blob/master/_examples/routing/sitemap/main.go) and [views](https://github.com/kataras/iris/blob/master/_examples/i18n/basic/main.go#L50). |
1075 | 1073 |
|
1076 | 1074 | ### Sitemaps |
1077 | 1075 |
|
1078 | 1076 | Iris generates and serves one or more [sitemap.xml](https://www.sitemaps.org/protocol.html) for your static routes. |
1079 | 1077 |
|
1080 | | -Navigate through: https://github.com/kataras/iris/wiki/Sitemap for more. |
| 1078 | +Navigate through: https://github.com/kataras/iris/blob/master/_examples/routing/sitemap/main.go for more. |
1081 | 1079 |
|
1082 | 1080 | ## New Examples |
1083 | 1081 |
|
@@ -1129,7 +1127,7 @@ This minor version contains improvements on the Problem Details for HTTP APIs im |
1129 | 1127 | - Add `ProblemOptions` with `RetryAfter` as requested at: https://github.com/kataras/iris/issues/1335#issuecomment-521330994. |
1130 | 1128 | - Add `iris.JSON` alias for `context#JSON` options type. |
1131 | 1129 |
|
1132 | | -[Example](https://github.com/kataras/iris/blob/45d7c6fedb5adaef22b9730592255f7bb375e809/_examples/routing/http-errors/main.go#L85) and [wikis](https://github.com/kataras/iris/wiki/Routing-error-handlers#the-problem-type) updated. |
| 1130 | +[Example](https://github.com/kataras/iris/blob/45d7c6fedb5adaef22b9730592255f7bb375e809/_examples/routing/http-errors/main.go#L85) updated. |
1133 | 1131 |
|
1134 | 1132 | References: |
1135 | 1133 |
|
|
0 commit comments