Skip to content

Releases: jtwotimes/PokeApiNet

4.0.0

20 Nov 14:30
Compare
Choose a tag to compare

Breaking Changes

  • Switched from Newtonsoft.Json to System.Text.Json for serialization

Added

  • IAsyncEnumerable support for paging available in methods GetAllNamedResourcesAsync<T> and GetAllApiResourcesAsync<T>
  • Updated Move model to include new property: learned_by_pokemon: #43

3.0.10

23 Jan 01:12
Compare
Choose a tag to compare

Added

  • Updated Pokemon model to include new property: front_shiny: #41

3.0.9

16 Sep 19:48
d33671e
Compare
Choose a tag to compare

Fix

  • Add support for endpoints respecting case sensitivity for named parameters

3.0.8

18 Aug 12:44
Compare
Choose a tag to compare

Added

  • Made property PokemonSpecies.CaptureRate and PokemonSpecies.BaseHappiness nullable

3.0.7

15 Aug 23:55
Compare
Choose a tag to compare

Added

  • Made property Pokemon.BaseExperience nullable: #37

3.0.5

17 Jun 13:38
d87e31e
Compare
Choose a tag to compare

Added

  • Updated Pokemon model to include new properties for historical and alternate form sprites: #33

3.0.4

28 May 23:43
0bfd37e
Compare
Choose a tag to compare

Fix

  • Ensure HTTP responses are only processed after the content of the request has been read, instead of just the headers: #29
  • Updated dependencies
  • Bump test project to .Net 6.0

3.0.2

02 Jun 12:39
Compare
Choose a tag to compare

Added

  • Updated PokemonSpecies model to include new properties: IsLegendary, IsMythical
  • Code cleanup and small performance improvements

3.0.1

15 Apr 04:09
231f05f
Compare
Choose a tag to compare
  • PokeApiClient constructor that accepts an HttpClient instance; for use with the IHttpClientFactory interface
  • Updated test dependencies

3.0.0

03 Apr 22:22
Compare
Choose a tag to compare

Breaking Changes

  • All classes under the PokeApiNet.Models namespace were moved to PokeApiNet
  • Namespace PokeApiNet.Models has been removed

Added

  • Support for .Net Standard 2.1
  • Updated dependencies