Skip to content

v1.2.2

Compare
Choose a tag to compare
@osteele osteele released this 08 Aug 23:47

Bug Fixes

  • Fix array[nil]
  • Fix m["str"] where m has type map[interface{}]interface{} (as opposed to map[string]interface{})

Platforms

  • Builds on Windows (but does not pass test suite; see #22)