formam v3.5.0 Release Notes

Release Date: 2020-09-23 // over 3 years ago
    • Disable UnmarshalText interface by the DecoderOptions struct. #34
    • 🛠 Fixed a bug when the traverse function fails and the current index/key was not flushed #35

Previous changes from v3.4.0

    • 🔧 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 with MaxSize in DecoderOptions. #32