Skip to content

Releases: floeorg/floe

v0.4.7

04 Apr 13:32
56ce529

Choose a tag to compare

0.4.7 (2026-04-04)

Bug Fixes

v0.4.6

04 Apr 10:19
c9569d5

Choose a tag to compare

0.4.6 (2026-04-04)

Bug Fixes

v0.4.5

04 Apr 06:46
08163cd

Choose a tag to compare

0.4.5 (2026-04-04)

Bug Fixes

v0.4.4

04 Apr 05:15
a99d0ea

Choose a tag to compare

0.4.4 (2026-04-04)

Bug Fixes

  • normalize repository URLs in package.json files (#1011) (370113c)

v0.4.3

04 Apr 04:51
4fbbda6

Choose a tag to compare

0.4.3 (2026-04-04)

Features

Bug Fixes

  • [#976] Error when named import does not exist in module (#1000) (3d60062)
  • [#978] Make tsgo required when importing from .ts files (#999) (94a6933)
  • [#994] Formatter preserves string union types instead of deleting them (#996) (3e66961)

v0.4.2

04 Apr 04:08
4a85e12

Choose a tag to compare

0.4.2 (2026-04-04)

Features

Bug Fixes

  • [#982] Error on bridge type syntax without TS import reference (#988) (6c056c9)
  • Use npx npm@latest for provenance publish (#993) (3a89aef)

v0.4.1

04 Apr 03:32
ceb2b10

Choose a tag to compare

0.4.1 (2026-04-04)

Bug Fixes

  • [#985] Parser errors on hyphenated JSX attribute names like aria-label (#986) (04b7080)
  • Remove unnecessary npm upgrade from release workflow (#983) (52031bf)

v0.4.0

04 Apr 01:44
1b16bcf

Choose a tag to compare

0.4.0 (2026-04-04)

⚠ BREAKING CHANGES

  • [#979] Remove auto-await from untrusted async imports (#980)

Features

Bug Fixes

  • [#977] Improve tsgo probe for object destructuring type resolution (#981) (b0d988d)
  • Match arm block IIFEs missing return on last expression (#974) (9c725fa)
  • Nested fn declarations not inferred as async with Promise.await (#971) (266de21)

v0.3.0

03 Apr 02:12
7999737

Choose a tag to compare

0.3.0 (2026-04-03)

⚠ BREAKING CHANGES

  • [#963] [#964] Replace trusted with throws, remove try keyword (#965)

Features

Bug Fixes

v0.2.1

02 Apr 08:04
ea76cb1

Choose a tag to compare

0.2.1 (2026-04-02)

Features

Bug Fixes

  • [#953] Warn when try wraps a Floe function call (#961) (c6034ca)
  • [#957] Preserve type args in inlined probe for local-const member calls (#960) (84a98d7)
  • include suggestion in TryOnPromise warning message (c92d158)