Skip to content

Releases: h7x4/unofficial_jisho_api_dart

3.0.0

08 May 00:11
Compare
Choose a tag to compare

Changelog

  • Add fromJson factories for all objects
  • Make some properties use getters, to reduce redundant data
  • Make all objects comparable with the equatable package
  • Make all objects immutable with a constant constructor
    as a result of making them comparable

2.0.4

13 Feb 00:31
Compare
Choose a tag to compare

Changelog

  • Fixed bug where pieces were missing in example sentences
  • Fixed bug where some scrapeForPhrase searches would crash for no apparent reason.

2.0.3

10 Aug 22:02
Compare
Choose a tag to compare

Changelog

  • Bug fixes

2.0.2

26 Jul 18:19
Compare
Choose a tag to compare

Changelog

  • Fixed formatting

2.0.1

26 Jul 18:19
Compare
Choose a tag to compare

Changelog

  • Fixed the readme

2.0.0

25 Jul 22:08
Compare
Choose a tag to compare

Changelog

  • Export object interfaces for both libraries
  • Add documentation for object interfaces
  • Remove accidental redundant property "phrase" from ExampleResults

1.1.0

02 Jul 07:17
Compare
Choose a tag to compare

Changelog

  • Export object interfaces for both libraries
  • Add documentation for object interfaces
  • Remove accidental redundant property "phrase" from ExampleResults

1.0.2

26 Jun 22:05
Compare
Choose a tag to compare
Fix examples readme