Releases: Nekosia-API/nekosia.js
Releases · Nekosia-API/nekosia.js
v0.2.0
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
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Full Changelog: v0.1.2...v0.1.4
v0.1.2
- Updated tags
tags.ts
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0 BETA
Full Changelog: https://github.com/Nekosia-API/nekosia.js/commits/v0.1.0