formam v2.0 Release Notes

Release Date: 2016-06-28 // almost 8 years ago
    • ๐Ÿ‘Œ 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