Skip to content

Releases: Nekosia-API/nekosia.js

v0.2.0

16 Dec 14:25
Compare
Choose a tag to compare

Breaking changes

  1. - fetchImages('catgirl');
    + fetchCategoryImages('catgirl');
  2. - 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

  1. fetchTags()
  2. fetchById()

Changed

  1. fetchShadowImages() now works the same way as fetchImages().
  2. Updated tags.
  3. Updated types.
  4. Other quality fixes.

Full Changelog: v0.1.5...v0.2.0

v0.1.5

04 Oct 07:46
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

12 Sep 06:00
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.4

v0.1.2

01 Sep 23:27
Compare
Choose a tag to compare
  • Updated tags tags.ts

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Aug 18:43
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0 BETA

18 Aug 19:39
Compare
Choose a tag to compare