Skip to content

Releases: ansango/lastfm-client-ts

Release 3.1.1

07 Nov 22:09

Choose a tag to compare

🔧 Chores

  • update chore deps (543dd25)
  • remove unused dependencies and files (8a3d5e2)

Release 3.1.0

07 Nov 21:59

Choose a tag to compare

✨ Features

  • export Zod schemas in addition to inferred types (213ad43)

Release 3.0.0

07 Nov 21:54

Choose a tag to compare

♻️ Code Refactoring

  • convert all types to Zod schemas with inferred types (484478d)

Release 2.2.1

07 Nov 19:47

Choose a tag to compare

🐛 Bug Fixes

  • add files field to package.json to ensure all dist files are published (30e5cc4)

Release 2.2.0

07 Nov 19:38

Choose a tag to compare

✨ Features

  • add zod schema validation support (f0caf4a)

🔧 Chores

  • update gitignore for generated files and examples (cde4af1)

Release 2.1.0

05 Nov 23:17

Choose a tag to compare

✨ Features

  • release: add automated release workflow, scripts and docs (cd85827)
  • rewrite: complete v2.0.0-alpha.1 refactor — universal ESM Last.fm client (bc6d43b)
  • readme: contributing (5d4559e)
  • pkg: up pkg (0d0ef42)
  • readme: adding dotenv (65b130f)
  • readme: basic readme (cb467cb)
  • pkg: update package (5f80e0f)
  • chart: service and types (8d3f612)
  • build: build geo (9f98f98)
  • geo: service and types (eadebaa)
  • library: service and type library (1a89551)
  • tag: tag service and types (3d6de29)
  • tag: service tag added (87de559)
  • track: track types and services (f5e6363)
  • track: track service (62f342c)
  • artist: done artist (59de841)
  • typed: fix types (0738393)
  • build: artist service build (a8bf981)
  • artist: service constructor (02c1db0)
  • types: split api types (5a90a8d)
  • dist: build album done (50ec5cb)
  • album: services album (bd509d2)
  • primitives: refactor primitives (3d8a5d3)
  • refactor types: refator types user and base types (e9d17b8)
  • album: album services (4ab012f)
  • dist: build dist (c0e434e)
  • config: config api modules (19bc7d9)
  • docs: functions (0896be4)
  • docs: user docs generated (e47c4c5)
  • package pub: pub package dem (c9d6b1d)
  • reset: reset version npm (1f0a23f)
  • ignore: npm ignore (2d08998)
  • dist: added dist (329d2fb)
  • lock: yarn lock (6854da4)
  • typed: split types (1249635)
  • config: dist and test (c34b106)
  • fetcher: fetcher and types req res (be94106)
  • config: added config and method endpoints (ac9921e)
  • ts: config typescript (c1edaa4)
  • readme: minimal readme added (5264665)
  • pkg: init with package (9f12384)

🐛 Bug Fixes

  • build: fix not published (6e26de1)
  • fix album tag: fix album tag type with correct api definition (e46598c)
  • track: user recent track, isnowplaying (fc03f5e)
  • user: user recent track type fixed (cd0be82)
  • readme: list (3b84393)
  • readme: fix readme (66b22bd)
  • fetcher: fetcher and types (4eb2aad)

⚡ Performance Improvements