Skip to content

2.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 13:29
· 2 commits to main since this release
3d4013f

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)