Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@zamicol zamicol released this 10 Jul 18:09
· 6 commits to master since this release
76f019b

Migrate from concurrency unsafe MapSlice to concurrency safe OrderedMap.

Other minor changes:

  • Consistently name hash alg related variables to "hsh" to conform to three letter sig and enc. Hash functions are still named "hash".
  • Formally require in in the spec that Coze errors on duplicates. For the Go implementation this applies to structures Pay, Coze, Key, and OrderedMap.
  • ErrJSONDuplicate is now a type instead of a (constant) variable.