Luath Versions Save

Fast front-end development tooling in Deno.

0.9.1

2 years ago

ChangeLog

[0.9.1] - 04-07-2021

  • feat: small optimizations - memoization, rollup cache, etc.

0.9.0

2 years ago

ChangeLog

[0.9.0] - 03-07-2021

  • chore: upgrade deps

0.8.5

2 years ago

ChangeLog

[0.8.5] - 31-05-2021

  • fix: upgrade of deno-rollup brought in a breaking change which normalized absolute ids to relative - see rollup release notes. Required to add makeAbsoluteExternalsRelative: false and fix some import parsing to maintain desired behaviour and id format within the luath module graph.

0.8.4

2 years ago

ChangeLog

[0.8.4] - 31-05-2021

  • chore: upgrade deps

0.8.3

3 years ago

ChangeLog

[0.8.3] - 18-05-2021

0.8.2

3 years ago

ChangeLog

[0.8.2] - 17-05-2021

  • chore: no-op version release due to failed publish of 0.8.1 to deno.land/x

0.8.1

3 years ago

ChangeLog

[0.8.1] - 17-05-2021

  • feat: automatically detect Luath config without having to provid flag if using the default naming convention in the root directory
  • feat: add error code to error logging output
  • feat: support Deno 1.10.2
  • docs: add new simple react example and move existing example to react-importmap

0.8.0

3 years ago

ChangeLog

[0.8.0] - 16-05-2021

  • feat: add minimal support for importmap rollup plugin

0.7.0

3 years ago

ChangeLog

[0.7.0] - 16-05-2021

  • feat: add run CLI command

0.6.0

3 years ago

ChangeLog

[0.6.0] - 16-05-2021

  • feat: add build CLI command