nhentai 1.0.0-dev.11
nhentai: ^1.0.0-dev.11 copied to clipboard
Powerful client for nhentai.net undocumented APIs, with cookies, proxy, full data model and more.
1.0.0-dev.11 #
- BREAKING: Migrated from
universal_iotohttp. - BREAKING:
APInow acceptsClientfrompackage:http. - BREAKING:
APIExceptionrenamed toApiException. - BREAKING:
TagsListis nowTagsListExtension. This opens path for a more flexible API for tags. - Now if server responded with not a JSON
ApiClientExceptionis thrown. APInow hasuserAgentargument forUser Agenton Dart VM targets.- Completely new parsing system.
- Added simple cookies support for Dart VM targets
package:nhentai/before_request_add_cookies.dartexports 2 functions:beforeRequestAddCookies- accepts callback to generate list ofCookies.beforeRequestAddCookiesStatic- accepts list ofCookies.
1.0.0-dev.10 #
- BREAKING: completely new hosts system
Hostsclass.Hostclass.ApiHostclass.ImageHostclass.ThumbnailHostclass.
- BREAKING: static method
APIException.throwIfErrorremoved. - Add
metadependency:- Most of classes marked as
@immutable.
- Most of classes marked as
- New library
nhentai_functions:- Exported
getImageUrlandgetAvatarUrlfunctions.
- Exported
- Added comments support:
Commentclass.Userclass.API#getCommentsmethod.
- Internal project restructure.
- Migrate to
zekfad_lints. - Fix
JSONerror handler.
1.0.0-dev.9 #
- BREAKING: rename
NHentaiExceptiontoNHentaiAPIException. - Exposed
TagsListand it's prefixed versionNHentaiTagsList.
1.0.0-dev.8 #
- Add SSL options to Hosts.
1.0.0-dev.7 #
- Use
dart:ioon native platforms.
1.0.0-dev.6 #
- Experimental web support.
- Update readme with web usage notes.
1.0.0-dev.5 #
- Update readme to match new API.
- Update package description.
- Fix Hosts#getHost preference argument was unused.
1.0.0-dev.4 #
- BREAKING: rename
doSearchtosearchSinglePageanddoSearchTaggedtosearchTaggedSinglePage - Update main usage example.
- Add tags example.
- Update docs.
1.0.0-dev.3 #
- Update docs.
1.0.0-dev.2 #
- Fix docs.
- Add additional exports.
1.0.0-dev.1 #
- Initial version.