Skip to content

Commit 94f67ec

Browse files
authored
Merge pull request #274 from mattfarina/changelog-3.2.0
Signed-off-by: Matt Farina <matt@mattfarina.com>
2 parents 8b073ef + 86d7ba6 commit 94f67ec

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## Release 3.2.0 (2020-12-14)
4+
5+
### Added
6+
7+
- #211: Added randInt function (thanks @kochurovro)
8+
- #223: Added fromJson and mustFromJson functions (thanks @mholt)
9+
- #242: Added a bcrypt function (thanks @robbiet480)
10+
- #253: Added randBytes function (thanks @MikaelSmith)
11+
- #254: Added dig function for dicts (thanks @nyarly)
12+
- #257: Added regexQuoteMeta for quoting regex metadata (thanks @rheaton)
13+
- #261: Added filepath functions osBase, osDir, osExt, osClean, osIsAbs (thanks @zugl)
14+
- #268: Added and and all functions for testing conditions (thanks @phuslu)
15+
- #181: Added float64 arithmetic addf, add1f, subf, divf, mulf, maxf, and minf
16+
(thanks @andrewmostello)
17+
- #265: Added chunk function to split array into smaller arrays (thanks @karelbilek)
18+
- #270: Extend certificate functions to handle non-RSA keys + add support for
19+
ed25519 keys (thanks @misberner)
20+
21+
### Changed
22+
23+
- Removed testing and support for Go 1.12. ed25519 support requires Go 1.13 or newer
24+
- Using semver 3.1.1 and mergo 0.3.11
25+
26+
### Fixed
27+
28+
- #249: Fix htmlDateInZone example (thanks @spawnia)
29+
30+
NOTE: The dependency github.com/imdario/mergo reverted the breaking change in
31+
0.3.9 via 0.3.10 release.
32+
333
## Release 3.1.0 (2020-04-16)
434

535
NOTE: The dependency github.com/imdario/mergo made a behavior change in 0.3.9

0 commit comments

Comments
 (0)