Breaking changes
-
- fetchImages('catgirl'); + fetchCategoryImages('catgirl');
-
- fetchImages({ session: 'ip', count: 1, additionalTags: ['cute', 'blue-hair'], blacklistedTags: ['yellow-hair'] }); + fetchImages({ session: 'ip', count: 1, tags: ['cute', 'blue-hair'], blacklist: ['yellow-hair'] });
Added
fetchTags()
fetchById()
Changed
fetchShadowImages()
now works the same way asfetchImages()
.- Updated tags.
- Updated types.
- Other quality fixes.
Full Changelog: v0.1.5...v0.2.0