Skip to content

Releases: limettejs/limette

0.2.3

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 28 Jun 05:37
0980b96

Fixed

  • Don't patch fetch with node-fetch

0.2.2

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 13 Feb 13:50
b9d6342

Fixed

  • File system routes should be order by specificity

0.2.1

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 10 Feb 14:38
a0dbb9a

[0.2.1] - 2025-02-10

Added

  • Export getCookies, setCookie, deleteCookie, HttpError and IS_BROWSER utilities

0.2.0

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 24 Jan 20:38
6a8e254

Changed

  • BREAKING: Use Tailwind v4 by default

0.1.2

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 23 Jan 21:16
c4ba61c

Fixed

  • Tailwind plugin should also scan app wrapper and layouts for islands

0.1.1

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 20 Jan 12:32

Fixed

  • Tailwind plugin should also scan app wrapper and layouts for styles

0.1.0

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 18 Jan 22:22
5d0f782

Added

  • Added support for port and other Deno.serve() options
  • Added support for target for JS assets
  • Added ContextMixin to access the Context
  • Added time duration for starting or building the app in the console

Changed

  • BREAKING: Use FS Routes as a plugin
  • BREAKING: Use Tailwind as a plugin
  • BREAKING: Change Middleware's signature
  • BREAKING: Change Context's shape
  • BREAKING: Remove disableLightDom option to disable light DOM for server components
  • BREAKING: Remove <is-land> wrapper
  • BREAKING: Rename AppRoot to AppWrapper
  • BREAKING: Rename no-tailwind to skip-tailwind
  • Replace Oak router with a custom router
  • Disable Tailwind logs

Fixed

  • Include reload mechanism in dev mode, even if there is no JS bundle to include

0.0.19

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 06 Jan 23:30
48e6366

Added

  • Add support for Middlewares
  • Add support for Layouts
  • Add params property to LimetteContext

Changed

  • BREAKING: rename req property to request for LimetteContext

0.0.18

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 22 Dec 11:50

Added

  • Add disableLightDom option to disable light DOM for server components

Changed

  • BREAKING: Enable by default light DOM rendering for server components
  • Update Lit version
  • Update Tailwind version

0.0.17

Choose a tag to compare

@MariusVatasoiu MariusVatasoiu released this 19 Nov 23:05
a48102c

Changed

  • BREAKING: Rename AppTemplate to AppRoot

Fixed

  • Make window available on server for registering web components
  • Set the response status property returned by a custom handler
  • Wrong file paths on windows #29