All Versions
33
Latest Version
Avg Release Cycle
88 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.0 Changes
May 14, 2018- ๐
[NEW]
#103 AddRFC3339Timestamps
flag to setdate_format
on every API request. If this flag is set, all date value returned by facebook will be encoded with a format supported byjson.Unmarshal
. Thanks, @robbiet480. - โ
[NEW]
#105 Added ability to overrideSession
base URL. It's designed for unit testing. All session requests can be redirected to a test server by settingSession#BaseURL
to a test URL. Thanks, @vania-pooh.
- ๐
-
v2.1.2 Changes
December 28, 2017 -
v2.1.1 Changes
- ๐
[NEW]
#86 ParseX-App-Usage
andX-Page-Usage
in response header and store the usage information inResult
. UseResult#UsageInfo()
to read it. Thanks, @robbiet480.
- ๐
-
v2.1.0 Changes
[NEW]
#81 Compatible with the struct field's tag used byjson.Unmarshal
. The "json" key works as expected now. If both the "facebook" key and the "json" key exist, use "facebook".
-
v2.0.0 Changes
- ๐
[NEW]
#80 #71 AllSession
API, which sends requests to Facebook, supportContext
now. Thanks, @sebnow for your thoughts and reminder. [NEW]
#79 Add some number types which can be decoded from a string implicitly.- ๐
[NEW]
#78 #57 Deprecate FQL and remove all related code. [FIX]
#73 Fix regular expression for video post. Thanks, @acochrane.[FIX]
#62 Usebase64.RawURLEncoding
to decode signed request data. Thanks,@zonr.- โ
[FIX]
Fix some typos in README and test cases. Thank @nick3399, @J-P-77, @smasher164, @enm10k and many others. [FIX]
Clean up code for readability.
- ๐
-
v1.7.1 Changes
- ๐
[FIX]
Fix a tiny bug which slightly affects performance when decoding anonymous field.
- ๐
-
v1.7.0 Changes
[NEW]
#50Result
can decode embedded struct field now.- ๐
[NEW]
Add a new field tagfacebook:"-"
to omit the field when decoding. It can improve decoding performance slightly.
-
v1.6.0 Changes
- ๐
[NEW]
#42 Support custom JSON unmarshaling andjson.Unmarshaler
interface in decoding.
- ๐