Skip to content

Releases: aziontech/bundler

v1.6.1

13 Sep 17:57
2d3a99a
Compare
Choose a tag to compare
v1.6.1 Pre-release
Pre-release

1.6.1 (2023-09-13)

Bug Fixes

  • Set version to the npmjs published one (a8e6a69)
  • Set version to the npmjs published one (#118) (2d3a99a)

v1.6.0-dev.1

11 Sep 19:08
c0f2d74
Compare
Choose a tag to compare
v1.6.0-dev.1 Pre-release
Pre-release

Description

In this release, we've enhanced the exec function in #utils for better management of 'exit' and 'close' events, while also introducing a streamlined .vulcan file that replaces the older .vulcan.env file, now being generated during both the build and init command processes to store preset information, thus simplifying the workflow by eliminating the need for redundant preset specifications in the Azion-CLI.

Features

  • feat: create .vulcan and save initialized preset (06bf182)

v1.5.0

31 Aug 18:03
10743dd
Compare
Choose a tag to compare
  • (refactor) moved commands from main.js to a #commands layer
  • (feat) local env with hot reload
  • (feat) vulcan.env place to store build configurations
  • (fix) vue/angular initializer (preset)
  • (fix) use process.exit(1) in cases where the server fails
  • (fix) local environment fetch

v.1.4.0

25 Aug 15:48
fa7497f
Compare
Choose a tag to compare

Version to fix pipeline tags and normalize version release flow.

Also fix: Vite preset (prebuild)

v1.3.0

25 Aug 14:11
168d9e9
Compare
Choose a tag to compare

Features:

  • Enable eval (runtime)
  • Update docs
  • 'Init' (new command)
    This command will invoke each framework's cli allowing quick initialization of a repository.
vulcan-init.mp4
  • 'presets create' (new command)
    This command automates the creation of a new preset folder.
vulcan-presets-create.mp4

Fixes:

  • '--Version' command
  • Trigger release.yml action
  • Terminate program on critical errors like 'invalid node version'

Refactors:

  • 'vulcan run' command -> 'vulcan dev'
  • Handle build exceptions
  • Improve build feedback
  • Improve Vulcan globalThis object

v1.1.0

25 Aug 14:20
31e8bf1
Compare
Choose a tag to compare

This PR aims to address the issue #18, which proposes adding support for esbuild, a fast and efficient JavaScript bundler, along with the ability to have a custom build configuration. Additionally, we have made improvements to the build process to optimize performance and efficiency of the CLI.

Features:

  • Windows Support.
  • Integrated esbuild for building JavaScript packages.
  • Implemented options for custom build configuration, allowing users to adjust build behavior according to their needs.
  • Local environment that simulates Cells (Azion's runtime). Using @edge-runtime (WinterCG) [command run].
  • Node Polyfills (experimental).
  • Vue with Vite preset.

This update is focused on optimizing the user experience when using our CLI and making the build process faster and more flexible. We appreciate all the contributors involved in this implementation and hope that this change brings significant benefits to our developer community.