Releases: Myuuiii/JishoNET
Releases · Myuuiii/JishoNET
JishoNET.Kanji Patch
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
What's Changed
- Added Kanji Package by @Myuuiii in #9
- Added JLPT level to JishoKanjiDefinition by @johnW-ret in #10
New Contributors
- @johnW-ret made their first contribution in #10
Full Changelog: 1.3.0...1.3.1
JishoNET.Kanji Release
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
Changed QuickDefinition
GetQuickDefinition now returns JishoResult<JishoQuickDefinition>
instead of JishoQuickDefinition
Async and Sync methods
- Added asynchronous methods
Added .NET 6 Support
1.2.2 Update dotnet.yml
Reverted generic types
- JishoResult now stores JishoDefinitions in the Data property
- JishoQuickDefinition can now be used on its own again
GetQuickDefinition Added
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
1.0.4 Update ReadMe