Skip to content

Releases: unlayer/unlayer-typescript

v0.1.0

24 Feb 08:59
bf09354

Choose a tag to compare

0.1.0 (2026-02-24)

Full Changelog: v0.0.1...v0.1.0

Features

Bug Fixes

  • client: avoid memory leak with abort signals (7bda4ec)
  • client: avoid removing abort listener too early (e1d6c3b)
  • docs/contributing: correct pnpm link command (fcb94a9)

Performance Improvements

Chores

  • break long lines in snippets into multiline (73adfc7)
  • ci: upgrade actions/github-script (a1b0a85)
  • client: do not parse responses with empty content-length (b692976)
  • client: restructure abort controller binding (655c82b)
  • do not install brew dependencies in ./scripts/bootstrap by default (f6f1e00)
  • internal/client: fix form-urlencoded requests (572b771)
  • internal: avoid type checking errors with ts-reset (46d1721)
  • internal: codegen related update (709520b)
  • internal: codegen related update (999534c)
  • internal: fix incremental formatting in some cases (13dcf7a)
  • internal: fix pagination internals not accepting option promises (3424373)
  • internal: ignore .eslintcache (c7109e6)
  • internal: remove .eslintcache (e76b794)
  • internal: remove deprecated compilerOptions.baseUrl from tsconfig.json (dcd138d)
  • internal: update actions/checkout version (10a8cd6)
  • internal: upgrade babel, qs, js-yaml (da573c3)
  • internal: use npm pack for build uploads (f21454e)
  • jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (5ac93e5)
  • update mock server docs (224d107)
  • update SDK settings (60c8dc9)
  • update SDK settings (807f568)