Skip to content

Commit a5daba2

Browse files
committed
update examples dependencies
1 parent 9d538ea commit a5daba2

File tree

69 files changed

+2680
-2490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2680
-2490
lines changed

HISTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717

1818
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
1919

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`.
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.21`.
2121

2222
# Next
2323

2424
Changes apply to `master` branch.
2525

26+
# Mon, 17 July 2023 | v12.2.1
27+
2628
- Add `mvc.Application.EnableStructDependents()` method to handle [#2158](https://github.com/kataras/iris/issues/2158).
2729

2830
- Fix [iris-premium#17](https://github.com/kataras/iris-premium/issues/17).

_examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
* [Root and Proxy AccessLog instances](logging/request-logger/accesslog-proxy/main.go)
108108
* [Slack integration example](logging/request-logger/accesslog-slack/main.go)
109109
* API Documentation
110-
* [Yaag](apidoc/yaag/main.go)
111110
* [Swagger](https://github.com/iris-contrib/swagger/tree/master/_examples/basic)
112111
* Testing
113112
* [Testing with httptest](testing/httptest/main_test.go)

_examples/README_ZH_HANT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
- [Root and Proxy AccessLog instances](logging/request-logger/accesslog-proxy/main.go)
106106
- [Slack integration example](logging/request-logger/accesslog-slack/main.go)
107107
- API 文件
108-
- [Yaag](apidoc/yaag/main.go)
109108
- [Swagger](https://github.com/iris-contrib/swagger/tree/master/_examples/basic)
110109
- 測試
111110
- [Testing with httptest](testing/httptest/main_test.go)

_examples/apidoc/yaag/go.mod

Lines changed: 0 additions & 58 deletions
This file was deleted.

_examples/apidoc/yaag/go.sum

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)