Skip to content

Releases: bostrom/text-to-image

v6.0.1-beta.6

30 Sep 21:27
9e10493

Choose a tag to compare

v6.0.1-beta.6 Pre-release
Pre-release

6.0.1-beta.6 (2024-09-30)

Bug Fixes

  • build: re-export canvas types (9e10493)

v6.0.1-beta.5

30 Sep 21:03
2fa7637

Choose a tag to compare

v6.0.1-beta.5 Pre-release
Pre-release

6.0.1-beta.5 (2024-09-30)

Bug Fixes

  • build: remove type declaration file for extensions (2fa7637)

v6.0.1-beta.4

30 Sep 20:52
429bac1

Choose a tag to compare

v6.0.1-beta.4 Pre-release
Pre-release

6.0.1-beta.4 (2024-09-30)

Bug Fixes

  • build: point types to index.d.ts (429bac1)

v6.0.1-beta.3

30 Sep 20:07
2cb0081

Choose a tag to compare

v6.0.1-beta.3 Pre-release
Pre-release

6.0.1-beta.3 (2024-09-30)

Bug Fixes

  • build: extend tsconfig/recommended (2cb0081)

v6.0.1-beta.2

30 Sep 19:19
fe63880

Choose a tag to compare

v6.0.1-beta.2 Pre-release
Pre-release

6.0.1-beta.2 (2024-09-30)

Bug Fixes

  • build: remove test files from dist (fe63880)

v6.0.1-beta.1

30 Sep 18:35
590ee48

Choose a tag to compare

v6.0.1-beta.1 Pre-release
Pre-release

6.0.1-beta.1 (2024-09-30)

Bug Fixes

v6.0.0

04 Nov 20:19

Choose a tag to compare

6.0.0 (2022-11-04)

Bug Fixes

  • test: exclude snapshots from repo since it breaks CI runs (0b32e8c)

Build System

  • drop node 12, add node 18 (7cfef6b)

Features

  • extensions: accept extensions in an array in the main config, convert bubbleTail to extension (ea79933)
  • extensions: introduce callback argument and move debug mode to a new fileWriter extension (1282b18)
  • imports: add exports declaration to package.json (78257fb)

BREAKING CHANGES

  • imports: only exported files are importable, for typescript version 4.7+ required
  • extensions: the bubbleTail is now an extension, extensions are now accepted as a config array
  • extensions: debug and debugFilename are no longer supported, superseded by fileWriter.
  • Drop node 12 support

v6.0.0-beta.4

17 Jul 22:00

Choose a tag to compare

v6.0.0-beta.4 Pre-release
Pre-release

6.0.0-beta.4 (2022-07-17)

Features

  • imports: add exports declaration to package.json (78257fb)

BREAKING CHANGES

  • imports: only exported files are importable, for typescript version 4.7+ required

v6.0.0-beta.3

16 Jul 22:19

Choose a tag to compare

v6.0.0-beta.3 Pre-release
Pre-release

6.0.0-beta.3 (2022-07-16)

Features

  • extensions: accept extensions in an array in the main config, convert bubbleTail to extension (ea79933)

BREAKING CHANGES

  • extensions: the bubbleTail is now an extension, extensions are now accepted as a config array

v6.0.0-beta.2

15 Jul 21:26

Choose a tag to compare

v6.0.0-beta.2 Pre-release
Pre-release

6.0.0-beta.2 (2022-07-15)

Bug Fixes

  • test: exclude snapshots from repo since it breaks CI runs (0b32e8c)

Features

  • extensions: introduce callback argument and move debug mode to a new fileWriter extension (1282b18)

BREAKING CHANGES

  • extensions: debug and debugFilename are no longer supported, superseded by fileWriter.