mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-02-02 06:00:49 +01:00
Export object interfaces for both libraries
This commit is contained in:
parent
94f0c59325
commit
59411b8463
@ -1,3 +1,7 @@
|
||||
## 1.1.0
|
||||
|
||||
- Export object interfaces for both libraries
|
||||
|
||||
## 1.0.2
|
||||
|
||||
- Fix example README
|
||||
|
@ -13,6 +13,8 @@ import './src/objects.dart';
|
||||
import './src/phraseScrape.dart';
|
||||
import './src/phraseSearch.dart';
|
||||
|
||||
export './src/objects.dart';
|
||||
|
||||
/// Query the official Jisho API for a word or phrase
|
||||
///
|
||||
/// See https://jisho.org/forum/54fefc1f6e73340b1f160000-is-there-any-kind-of-search-api
|
||||
|
@ -8,5 +8,6 @@ library unofficial_jisho_parser;
|
||||
export './src/exampleSearch.dart'
|
||||
show uriForExampleSearch, parseExamplePageData;
|
||||
export './src/kanjiSearch.dart' show uriForKanjiSearch, parseKanjiPageData;
|
||||
export './src/objects.dart';
|
||||
export './src/phraseScrape.dart' show uriForPhraseScrape, parsePhrasePageData;
|
||||
export './src/phraseSearch.dart';
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: unofficial_jisho_api
|
||||
version: 1.0.2
|
||||
version: 1.1.0
|
||||
|
||||
description: An unofficial api for searching and scraping the japanese dictionary Jisho.org
|
||||
homepage: https://github.com/h7x4ABk3g/unofficial_jisho_api_dart/
|
||||
|
Loading…
Reference in New Issue
Block a user