Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thedavecarroll thedavecarroll released this 14 Nov 05:12
· 106 commits to main since this release
1c1f1b2

0.8.0 - 2022-11-13

Bugfix, Feature, and Maintenance; Update Strongly Recommended

Removed

  • Issue #146 - Remove Base Class of TwitterObject from Context and BaseMetrics
  • Issue #170 - Remove ListId Alias from List Commands

Fixed

  • Issue #101 - Search-Tweet - MaxResults not honored
  • Issue #105 - Documentation - Update documentation for commands using /2/tweets/search/recent endpoint
  • Issue #110 - Publish-Tweet - Cannot index into a null array
  • Issue #121 - Media class is missing Url and AltText properties
  • Issue #153 - Various error handling
  • Issue #154 - Cleanup Tweet Class
  • Issue #159 - Tweet Metrics UrlLinkClicks Only Available for Tweets with Links
  • Issue #167 - BaseEntity GetEntities() Does Not Instantiate Annotations, CashTags, HashTags, and Mentions Correctly

Changed

  • Issue #129 - Convert List Commands to Twitter API v2 Endpoints
  • Issue #135 - Convert Muted User Commands to Twitter API v2 Endpoints
  • Issue #145 - Get-TwitterUser: Change to auth user only endpoint

Added

  • Issue #102 - Add NoPagination Switch to Invoke-TwitterRequest
  • Issue #103 - Add Verbose switch to Invoke-TwitterRequest
  • Issue #127 - Provide Classes and Updates to Enable API v2 Lists Endpoints
  • Issue #130 - Add OutputType to Commands
  • Issue #132 - Add Commands for Pinned List Endpoints
  • Issue #140 - Add new command Show-TwitterAuthentication
  • Issue #141 - Add new command Get-BluebirdPSAssemblyDetails
  • Issue #144 - Get-BluebirdPSVersion - Add new command to display version of BluebirdPS
  • Issue #147 - Add ToString() Override for Context and WithheldContent Classes
  • Issue #148 - Add Support for Edit Controls and Edit History
  • Issue #150 - Add New Metrics Exception
  • Issue #156 - Add Authenticated User to ResponseData
  • Issue #165 - Add Functionality to Parse User and Pinned Tweets to Find Mastodon Account References

Maintenance

  • Issue #124 - C# Folder Structure - Ensure best practices for C# project older structure
  • Issue #136 - C# Additional Code Cleanup
  • Issue #163 - Update documentation