facebook v2.5.0 Release Notes

Release Date: 2019-11-17 // over 4 years ago
    • [NEW] #147 MakeParams is aware of struct field tag "facebook" and "json" now. It works quite similar to json.Marshal except that it makes any data to Params instead of JSON string. Thank @samber for your input.
    • [FIX] #148 Fix a panic in Param#Encode when a nil value is included in Param. Thanks again, @samber.