Skip to content

Releases: tutkli/jikan-ts

v2.0.2

13 Jul 16:23
Compare
Choose a tag to compare

v2.0.1

19 May 12:37
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @exzork made their first contribution in #9

Full Changelog: v2.0.0...v2.0.1

v2.0.0

14 May 10:18
10cd9fe
Compare
Choose a tag to compare

What's Changed

  • style: update biome config 3308c4f
  • fix: remove banner from build output ba11de2
  • perf: remove boilerplate 6a60194
  • fix: simplify types 2fba166
  • perf: replace enum endpoints with consts f268a9a
  • refactor: replace params enums with types a1a0be8
  • perf: remove type boilerplate f5fd9d3
  • feat: add some missing anime and manga endpoints b98dcb8
  • refactor: replace enums with types 697432d
  • feat: add random client 2e034d1
  • fix: character model 4f9f76a
  • feat: add getTopCharacters to topClient 258c928
  • test: update tests 4b62c5c
  • docs: update README.md 7f93a95
  • perf: rename identifiers to pathParams 932fac1
  • feat: add random to jikan client 5a4a03d
  • perf: remove unnecesary type assertion db2bfb0
  • chore: add bun.lockb to npmignore 0fa01be

Full Changelog: v1.2.2...v2.0.0

v1.2.2

06 May 10:29
Compare
Choose a tag to compare

What's Changed

  • fix: interface JikanResourcePeriod by @melonarc in #7

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Feb 13:05
Compare
Choose a tag to compare

These past two releases have had many internal improvements. In the upcoming releases we will aim to improve the typings api as well as integrate the missing endpoints for the current clients.

What Changed

  • build: replace jest with vitest b4344b4
  • build: replace esbuild and dts bundle generator with tsup 3e751f5
  • chore: remove eslint and prettier 56aaf46
  • chore: run biome formatter 8089432
  • test: add missing anime client tests, fix errors 2588723
  • chore: add biomejs f98c0b1
  • fix: remove jest config 80d031c
  • fix: replaceIdentifiers match function abaf4a1
  • docs: update README.md 6728967
  • fix: linting errors d61544c

Full Changelog: 1.2.0...v1.2.1

1.2.0

06 Feb 21:24
Compare
Choose a tag to compare

What changed

  • refactor: anime client a291094
  • feat: add some missing anime endpoints 4bb9f73
  • refactor: manga client 010deb4
  • refactor: characters client 8ac9fba
  • refactor: seasons client b7c63b7
  • refactor: genres client d081cb0
  • refactor: top client e7cccce
  • refactor: schedules client e9ede87
  • fix: base client arguments visibility bec2944
  • fix: anime search params 9b0a6ba
  • fix: add prepare script to setup githooks 57c9c95

v1.0.0

09 Jun 23:16
Compare
Choose a tag to compare

Clients

  • NEW! Schedules, Genres and Characters clients have been added.

Build

  • Dependencies has been updated

v0.6.62

06 May 12:40
Compare
Choose a tag to compare

Typings

  • Every search param is now optional

Build

  • Dependencies has been updated

v0.6.61

19 Mar 23:10
Compare
Choose a tag to compare

Clients

  • ⚠️ tslog have been removed.

The benefits of pretty logging weren't enough to add an external lib.

  • Removed default cache options as they are not necessary.

Docs

  • Documentation has been moved to this project

Build

  • Updated dependencies

v0.6.5

28 Jan 17:23
Compare
Choose a tag to compare

Clients

  • Fix: missing imports from Season Client.