mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +01:00
release v12.2.0-beta4
This commit is contained in:
parent
04ef581c02
commit
3607d0f02a
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -24,7 +24,7 @@ If applicable, add screenshots to help explain your problem.
|
||||||
- OS: [e.g. ubuntu, windows]
|
- OS: [e.g. ubuntu, windows]
|
||||||
|
|
||||||
**iris.Version**
|
**iris.Version**
|
||||||
- e.g. v12.2.0-beta3 or master
|
- e.g. v12.2.0-beta4 or master
|
||||||
|
|
||||||
Please make sure the bug is reproducible over the `master` branch:
|
Please make sure the bug is reproducible over the `master` branch:
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,8 @@ The codebase for Dependency Injection, Internationalization and localization and
|
||||||
|
|
||||||
## Fixes and Improvements
|
## Fixes and Improvements
|
||||||
|
|
||||||
|
- Fix [CVE-2020-5398](https://github.com/advisories/GHSA-8wx2-9q48-vm9r).
|
||||||
|
|
||||||
- New `{x:weekday}` path parameter type, example code:
|
- New `{x:weekday}` path parameter type, example code:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
|
|
@ -456,7 +456,7 @@ With your help, we can improve Open Source web development for everyone!
|
||||||
$ mkdir myapp
|
$ mkdir myapp
|
||||||
$ cd myapp
|
$ cd myapp
|
||||||
$ go mod init myapp
|
$ go mod init myapp
|
||||||
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta3
|
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta4
|
||||||
```
|
```
|
||||||
|
|
||||||
<details><summary>Install on existing project</summary>
|
<details><summary>Install on existing project</summary>
|
||||||
|
|
|
@ -242,7 +242,7 @@ Venkatt Guhesan" title="vguhesan" with="75" style="width:75px;max-width:75px;hei
|
||||||
$ mkdir myapp
|
$ mkdir myapp
|
||||||
$ cd myapp
|
$ cd myapp
|
||||||
$ go mod init myapp
|
$ go mod init myapp
|
||||||
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta3
|
$ go get github.com/kataras/iris/v12@master # or @v12.2.0-beta4
|
||||||
```
|
```
|
||||||
|
|
||||||
<div dir="rtl">
|
<div dir="rtl">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user