All Versions
8
Latest Version
Avg Release Cycle
222 days
Latest Release
1667 days ago
Changelog History
Changelog History
-
v3.5.0 Changes
September 23, 2020 -
v3.4.0 Changes
September 05, 2020- ๐ง Limit the array size to 16,000 by default to prevent people sending
[9999999]key
to starve a machine of memory. This can be configured withMaxSize
inDecoderOptions
. #32
- ๐ง Limit the array size to 16,000 by default to prevent people sending
-
v3.2.0 Changes
July 29, 2019- Ignore struct tag options
- โ added go.mod file
-
v3.1
September 01, 2018 -
v3.0 Changes
June 21, 20172017-06-19
-
v2.0 Changes
June 28, 2016- ๐ Supports to register a function to custom type for a specific fields or all that include it
- Now it is possible access to a map by brackets "[key_here]" from html
- ๐ The map's key supports all types availables: int and variants, uint and variants, uintptr, float32, float64, bool, struct, custom types to one of the above types registered by function or UnmarshalText method
- ๐ Supports to multidimension slice
- custom name for tag name
- Now returns a custom error by its Error interface
- ๐ notable performance increase
- ๐ fix various bugs
-
v1.0
June 22, 2016