Skip to content

v0.2.0

Choose a tag to compare

@lukeed lukeed released this 15 Jul 04:36
· 22 commits to master since this release

Features

  • Add tempura/rollup plugin: 764f8fc
    Tempura now ships with its own Rollup plugin!

  • Add tempura/esbuild plugin: 9a3df0d
    Tempura also ships with its own esbuild plugin, too!

Patches

  • Use in operator for custom block existence check: 61b6de0
    Allows for options.blocks.foo = null-style placeholders.

Examples

  • Add worker example directory: 7396509, 175a112
    Illustrates how to use the new tempura/rollup and/or tempura/esbuild plugins.
    This builds an example Cloudflare Worker, but is applicable to any built/bundle application.

Chores