Skip to content

Releases: gwleuverink/bundle

V0.5.1

V0.5.1 Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 24 Oct 12:01
fa25048

What's Changed

This release comes with refactored import code. Code paths (inside our bundle component) that are not reachable from the current import context are removed. This reduces the footprint of each import slightly, reduces the chance of unpredictable behaviour and increases the control for me to manipulate the import template.

Full Changelog: v0.2.0...v0.5.1

V0.2.0 - CSS Loader

V0.2.0 - CSS Loader Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 21 Feb 23:40
673108d

CSS Loader works out-of-the-box

Full Changelog: v0.1.4...v0.2

V0.5.0

V0.5.0 Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 20 Jun 15:47

v0.5 brings initable exports! Read all about it here

Initable exports replace the previeously documented IIFE approach to immediately invoke code from a local module.

What's Changed

Full Changelog: v0.4.0...v0.5.0

V0.4.0

Choose a tag to compare

@gwleuverink gwleuverink released this 29 May 13:21

What's Changed

Added bundle:install & bundle:version commands

bundle:install

The install command prompts the user to install all relevant dependencies

bundle:version

This command dumps all relevant package versions for debugging & GH issues

Full Changelog: v0.3.0...v0.4.0

V0.3.0

V0.3.0 Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 19 Mar 08:35
d7aceba

What's Changed

Full Changelog: v0.2.2...v0.3.0

V0.2.2

V0.2.2 Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 22 Feb 09:42
  • Improve contextual error information when Bun exits unexpectedly
  • Tweak auto-install of internal dependencies (trouble reproducing issues due to global cache)

Full Changelog: v0.2.1...v0.2.2

V0.2.1

V0.2.1 Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 21 Feb 23:55

Hotfix. Make sure the core is loaded in the head tag before anything else

Full Changelog: v0.2...v0.2.1

V0.1.4 - CSS Loader

V0.1.4 - CSS Loader Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 20 Feb 17:10
4171887

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

V0.1.3

V0.1.3 Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 31 Jan 20:27
314c97a

What's Changed

  • Feature / Separate core & inject in full-page responses by @gwleuverink in #8

Full Changelog: v0.1.2...v0.1.3

V0.1.2

V0.1.2 Pre-release
Pre-release

Choose a tag to compare

@gwleuverink gwleuverink released this 25 Jan 19:27
5d29542

What's Changed

  • Moved Ignition to dev dependencies - patch release
  • Lots of new browser tests including Livewire interoperability
  • Docs improvements

Full Changelog: v0.1.1...v0.1.2