Skip to content

Releases: Myuuiii/JishoNET

JishoNET.Kanji Patch

13 Nov 11:29
8c79bc6
Compare
Choose a tag to compare

What's Changed

  • Fix for GetKanjiDefinitionAsync sometimes fail by @johnW-ret in #11

Full Changelog: 1.3.1...kanji.1.0.2

Jisho.org may sometimes return HTTP500 status code, causing the request to fail. This does not always occur but can occur randomly. Executing the request again should just return the information you requested

.NET 7 build

09 Nov 23:33
6e42a7c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

JishoNET.Kanji Release

27 Jun 11:41
7bad816
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...kanji.1.0.0

JishoNET.Kanji needs to be downloaded separately from nuget or github releases

Updated Packages

  • JishoNET.Kanji

Reworked to generics

18 May 09:44
11386cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.3.0

Changed QuickDefinition

08 Apr 14:17
b150b29
Compare
Choose a tag to compare
Pre-release

GetQuickDefinition now returns JishoResult<JishoQuickDefinition> instead of JishoQuickDefinition

Async and Sync methods

08 Apr 14:20
490b4a7
Compare
Choose a tag to compare
Pre-release
  • Added asynchronous methods

Added .NET 6 Support

07 Mar 12:23
0f8a3ab
Compare
Choose a tag to compare
1.2.2

Update dotnet.yml

Reverted generic types

03 Dec 11:50
Compare
Choose a tag to compare
  • JishoResult now stores JishoDefinitions in the Data property
  • JishoQuickDefinition can now be used on its own again

GetQuickDefinition Added

04 Aug 08:20
5f0b879
Compare
Choose a tag to compare

In this release I have added a method to the JishoClient with which you can quickly retrieve the top results from a request.

Removed Newtonsoft.Json Dependency

15 Jul 15:58
Compare
Choose a tag to compare