2.0.1
Bug Fixes
- correct two failing FormParseNode tests (9e03df9)
- correctly parse 'false' string to bool false in FormParseNode (df4433b)
- reduce parse node allocations when deserializing primitive types (24eda87)
Performance Improvements
- reduce parse node allocations when deserializing primitive types (fc07fcb)