Skip to content

Releases: vendure-ecommerce/vendure

Vendure Beta

24 May 11:59
Compare
Choose a tag to compare

Vendure goes beta!

From this point forward, all core packages will be have the same version. This will make it simple to see when a plugin is compatible with the core.

All changes can be found in the CHANGELOG.md file.

About versioning

We are following semver in the aspect that before we hit v1.0.0, any version may include breaking changes. We also currently include the -beta suffix too. This is intended to clearly communicate the "beta" (i.e. not complete, not yet production-ready) status of the project.

For now we will just be incrementing the -beta.x suffix on each release.

0.1.0-alpha.18

08 Apr 15:37
Compare
Choose a tag to compare
0.1.0-alpha.18 Pre-release
Pre-release

Another alpha release, but this one is a bit different!

This release introduces a new architecture based around the Vendure monorepo. Now all plugins (apart from the DefaultSearchPlugin) have been broken out into separate packages under the @vendure namespace.

The other major development is the creation of @vendure/create - a cli tool for rapidly getting started with a new Vendure project.

See the Getting Started Guide for instructions.

0.1.0-alpha.3

07 Feb 16:58
Compare
Choose a tag to compare
0.1.0-alpha.3 Pre-release
Pre-release

This is the initial alpha release. During the alpha phase, changes will not necessarily get their own release and notes. Things are still moving too fast to bother with that yet. Probably when we get to beta we'll settle on a process.