All Versions
33
Latest Version
Avg Release Cycle
88 days
Latest Release
-

Changelog History
Page 4

  • v1.2.0 Changes

    • [NEW] #20 Add Decode functionality for paging results. Thanks, @cbroglie.
    • [FIX] #21 Session#Inspect cannot return error if access token is invalid.

    🛠 Fix for #21 will result a possible breaking change in Session#Inspect. It was return whole result returned by facebook inspect api. Now it only return its "data" sub-tree. As facebook puts everything including error message in "data" sub-tree, I believe it's reasonable to make this change.

  • v1.1.0 Changes

    • [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.

  • v1.0.0 Changes

    🎉 Initial tag. Library is stable enough for all features mentioned in README.md.