Skip to content

Releases: hassie-dash/NewsAPI.NET

Version 2.2.1

02 Apr 06:35
Compare
Choose a tag to compare

Version 2.2.1

  • Fixed bug when adding a search query using the query builder.

Version 2.2.0

  • Implemented Everything endpoint

Version 2.1.0

04 Feb 12:26
Compare
Choose a tag to compare
  • INewsArticles and INewsSources now return a read only list of INewsArticle and INewsSource respectively, you no longer have to use the Articles/Sources property within the interface to retrieve the list.

Version 2.0.1

03 Feb 12:35
Compare
Choose a tag to compare
  • Bug fixes

Version 2.0.0

01 Feb 16:50
Compare
Choose a tag to compare
  • Rewrote API wrapper to use builder pattern.
  • Implemented sources endpoint.
  • Refer to README to see updated example usages.

Version 1.0.2

27 Jan 12:22
Compare
Choose a tag to compare

HTTP request exceptions now more meaningful - News API response messages now parsed and thrown

Version 1.0.1

27 Jan 12:20
5a62250
Compare
Choose a tag to compare

Initial Release