- Add support for the PAGE_METC_TYPE page type #75
- Initial release
- Fixed NuGet package
- Updates
- Improve documentation
- Fix dependency in NuGet package
- Added geo support
- Fixed FSharp.Data dependency
- Added function to access timeline mentions (Thanks @teramonagi!)
- Update F# Data dependency to fix resource resolution issues
- Inclusion of maxId in timeline requests (#29)
- Fix sample JSON files to always expose user_id as int64 (#30)
- Releasing the SAS type provider
- Releasing the SAS type provider with minor tweaks in documentation
- Fix percent encoding of multi-byte characters and search in streaming
- RLE decompression bugfix (#36)
- Fix Travis CI build (#37)
- Support Trends API from Twitter
- Adding an option to use a dev-generated token (#40)
- Adding ability to send a tweet and fixing a warning in the sas files (#41)
- Bugfix: exception when date is encoded with less than 8 bytes (#39)
- Bugfix: access to linked list by index in a performance critical part (#42)
- Preview of Type Provider for Statistical Data published by Bank for International Settlements (#43)
- Added parameters to HomeTimeline (#45)
- Upgraded to netstandard2.0
- Upgraded documentation and website to fsdocs version of FSharp.Formatting
- Added YYMMDDN date format to SAS Provider
- Removed GUI extensions from the Twitter provider. These used windows forms and as a result prevented the twitter type provider from being cross-platform.
- Make twitter's EmbeddedResource module internal.