File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release 3.3.0 (2024-08-29)
4
+
5
+ ### Added
6
+
7
+ - #400 : added sha512sum function (thanks @itzik-elayev )
8
+
9
+ ### Changed
10
+
11
+ - #407 : Removed duplicate documentation (functions were documentated in 2 places)
12
+ - #290 : Corrected copy/paster oops in math documentation (thanks @zzhu41 )
13
+ - #369 : Corrected template reference in docs (thanks @chey )
14
+ - #375 : Added link to URL documenation (thanks @carlpett )
15
+ - #406 : Updated the mergo dependency which had a breaking change (which was accounted for)
16
+ - #376 : Fixed documentation error (thanks @jheyduk )
17
+ - #404 : Updated dependency tree
18
+ - #391 : Fixed misspelling (thanks @chrishalbert )
19
+ - #405 : Updated Go versions used in testing
20
+
3
21
## Release 3.2.3 (2022-11-29)
4
22
5
23
### Changed
@@ -361,7 +379,7 @@ Because we switched from `int` to `int64` as the return value for all integer ma
361
379
- ` min ` complements ` max ` (formerly ` biggest ` )
362
380
- ` empty ` indicates that a value is the empty value for its type
363
381
- ` tuple ` creates a tuple inside of a template: ` {{$t := tuple "a", "b" "c"}} `
364
- - ` dict ` creates a dictionary inside of a template ` {{$d := dict "key1" "val1" "key2" "val2"}} `
382
+ - ` dict ` creates a dictionary inside of a template ` {{$d := dict "key1" "val1" "key2" "val2"}} `
365
383
- Date formatters have been added for HTML dates (as used in ` date ` input fields)
366
384
- Integer math functions can convert from a number of types, including ` string ` (via ` strconv.ParseInt ` ).
367
385
You can’t perform that action at this time.
0 commit comments