Vendure Versions Save

A headless GraphQL commerce platform for the modern web

v0.1.2-beta.0

4 years ago

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

5 years ago

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

5 years ago

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.