facebook v1.1.0 Release Notes

    • [FIX] #19 Any valid int64 number larger than 253 or smaller than -253 can be correctly decoded without precision lost.

    🛠 Fix for #19 will result a possible breaking change in Result#Get and Result#GetField. If a JSON field is a number, these two functions will return json.Number instead of float64.

    The fix also introduces a side effect in Result#Decode and Result#DecodeField. A number field (int* and float*) can be decoded to a string. It was not allowed in previous version.