-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
93 lines (53 loc) · 2.07 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Changelog
## v6.0.9
- Update dependencies to fix CWE-285 and CWE-770
Thanks to all contributors.
## v6.0.8
- Fix go report card links were broken in README
Thanks to all contributors.
## v6.0.7
- Upgrade dependencies, fixes GO-2024-2611 and GO-2024-2687
Thanks to all contributors.
## v6.0.6
- Upgrade dependencies, Gitlab CI also has junit report now
Thanks to all contributors.
## v6.0.5
- Upgrade dependencies, in particular golang.org/x/crypto to fix GO-2023-2402
Thanks to all contributors.
## v6.0.4
- Upgrade dependencies, in particular golang.org/x/net/html to fix CVE GO-2023-2102
Thanks to all contributors.
## v6.0.3
- Upgrade dependencies, in particular golang.org/x/net/html to fix CVE GO-2023-1988
Thanks to all contributors.
## v6.0.2
- Added Gitlab CI pipeline for linting and tests (#14)
Thanks to all contributors.
## v6.0.1
- Upgrade to Gin 1.9.1 to fix CVE GO-2023-1737
Thanks to all contributors.
## v6.0.0
- Support for Pongo2 v6
- Move v5 code to directory
Thanks to all contributors.
# Changelog
## v5.0.1
- Previous release had a broken go.mod file and git history had to be fixed (was stuck at v1.3.0)
- Drop example directory which had a messy and old Bootstrap template
- Only maintain one simple example in the README.md rather than two
- Bugfix: When a TemplateSet was used it would alter data in Pongo2Render.Instance (#10, #11)
- BugFix: When a TemplateSet was used it would not respect gin.Debug (#10)
- Simplify code to always use a TemplateSet creating one from the TemplateDir if needed (#10)
- Simplify set TemplateSet.Debug based on gin.Mode() and always use TemplateSet.FromCache (#12)
- Add tests for current functionality
- Add a .editorconfig file
- Add a CHANGELOG
Thanks to all contributors.
## v5.0.0
- This was a failed release, do not use.
Thanks to all contributors.
## v4.0.0
- Backport release - v4.0.0 was never an official release tag
- Had to fix up git history editing 2 commits because go mod was stuck at v1.3.0
- The reason go mod got stuck was that historical commits had the wrong module name
Thanks to all contributors.