Skip to content

2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@octet-stream octet-stream released this 09 Aug 20:29

Highlights

  • [BREAKING] This package is ESM only from now on!
  • [BREAKING] Minimal required version is 12.20

Add

  • Add Search#reverse() method allows to perform reverse search against Philomena API:
import {Search} from "dinky.js"

const search = new Search()

await search.reverse("https://derpicdn.net/img/2019/12/24/2228439/full.jpg")
  • Add Filters class that helps to get a list of system or user filters;

Update

  • Various improvements for typings.
  • Minimal required Node.js version is 12.4 for not. This might change before the actual 2.x release came out because I am thinking to keep this package ESM only since v2.
  • Replace isomorphic-fetch with cross-fetch

All changes: v2.0.0-beta.0...v2.0.0-beta.1