1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2024-12-22 03:57:32 +01:00
Commit Graph

72 Commits

Author SHA1 Message Date
a84cfe5c02 Update to 3.0.0
- 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
2022-05-08 02:06:45 +02:00
e37de1bdb1 Update version and lint 2022-02-13 01:20:24 +01:00
202be67ebb Fix example sentence missing pieces bug 2022-02-13 01:12:55 +01:00
cf70eea0a1 Fix meaning-tag IndexError bug 2022-02-12 23:00:27 +01:00
0941a2f4d1 Bug fixes 2021-08-10 23:59:27 +02:00
de9c0c80d6 Fix formatting 2021-07-26 20:17:30 +02:00
7f578f8d97 Update README 2021-07-26 00:04:14 +02:00
c75f252a9c Upgrade to 2.0.0, see changelog 2021-07-25 22:57:02 +02:00
527f58d679
Add pubdev badges 2021-03-02 22:21:54 +01:00
1317402894 Remove redundant property from ExampleResults 2020-06-30 12:51:45 +02:00
5ae14e60b7 Add documentation to objects 2020-06-30 12:46:41 +02:00
59411b8463 Export object interfaces for both libraries 2020-06-30 11:58:20 +02:00
94f0c59325 Fix examples readme 2020-06-26 18:44:16 +02:00
3e3846dccb Update version 2020-06-26 18:31:49 +02:00
f888a4e665 Update changelog 2020-06-26 18:31:03 +02:00
d6db7b9278 rename README to fit pub scheme 2020-06-26 18:30:54 +02:00
399a0da0eb Add readme for examples 2020-06-26 18:25:18 +02:00
f13e5f47e6 Make github repo the home page 2020-06-26 18:25:08 +02:00
93f1a49c89 Reformat 2020-06-26 18:14:00 +02:00
e119a81960 Add missing dependency 2020-06-26 17:53:16 +02:00
f5a9b602bf Update code according to linter rules 2020-06-26 17:45:56 +02:00
3f7576e1a9 Update linter rules 2020-06-26 17:45:39 +02:00
88402b2b4d Update baseUri to fit namescheme 2020-06-26 17:27:03 +02:00
776d5ab447 Merge branch 'master' of github.com:h7x4ABk3g/unofficial_jisho_api_dart 2020-06-26 13:37:26 +02:00
f2e7b4edf5 Update dependencies and package fields 2020-06-26 13:37:18 +02:00
09b338c3f4 Rename baseURI to follow effective dart standard 2020-06-26 13:33:36 +02:00
c708311f50
Create LICENSE 2020-06-26 13:27:04 +02:00
9e4f63f317 Fix test list bug 2020-06-26 13:21:36 +02:00
f276ed4683 Make create_test_cases async 2020-06-26 11:52:09 +02:00
1db585cc8b Rewrite tests to use groups 2020-06-26 11:44:46 +02:00
093ae02c56 Rewrite some code by effective dart 2020-06-26 01:59:23 +02:00
d6509e6392 Make parser export functions directly 2020-06-26 00:20:58 +02:00
b58c439418 Add documentation for libraries 2020-06-25 23:40:54 +02:00
37db73f5c9 Add examples for direct parsing 2020-06-25 23:01:38 +02:00
29ade01eed Add parser library 2020-06-25 22:42:16 +02:00
9557960c46 Update metadata 2020-06-24 17:22:29 +02:00
0aa41f075f
Merge pull request #1 from h7x4ABk3g/development
Finish rewrite for version 1
2020-06-24 17:04:29 +02:00
ce0e241938 Make variable name uniform 2020-06-24 17:01:39 +02:00
ccc2726e54 Make dbpedia a string 2020-06-24 16:52:32 +02:00
1dc3a388d4 Fixed JishoAttribution bool value parsing 2020-06-24 01:52:11 +02:00
0f606b7d1b Add json definition for API result 2020-06-23 16:55:39 +02:00
f9b1aaeec3 Update README examples 2020-06-23 12:56:05 +02:00
dd1eaf6b5e Add examples 2020-06-23 12:46:19 +02:00
fcabdb4ae4 Regenerate tests 2020-06-23 12:30:07 +02:00
5a902d944c Update tests 2020-06-23 12:04:31 +02:00
d65550a502 Unify json null returns 2020-06-23 11:48:32 +02:00
5d7b7696d7 Fix example sentence symbols 2020-06-22 23:07:23 +02:00
86b8ccfdbb Split into files 2020-06-22 15:18:48 +02:00
39c2eed084 Fix definitionAbstract jquery loop 2020-06-22 14:26:11 +02:00
5bbe5fb19a Add missing semicolon 2020-06-22 14:01:05 +02:00