Skip to content

quick fix

Compare
Choose a tag to compare
@JeffWScott JeffWScott released this 18 Dec 16:13
· 100 commits to master since this release
e0e728b

Fixed:

  • String floats in lists were not being converted to Fixed objects. ie ["1.1", 2] now gets encoded to [{"__fixed__":"1.1"},2]