From 356477c2c39656d5368d12637af867e0c677957a Mon Sep 17 00:00:00 2001 From: Jakob Heuser Date: Mon, 17 Oct 2022 21:15:58 -0700 Subject: [PATCH] docs: Adds 0-ver note --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a26654..7806899 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ _Messaging Queue for any document-friendly architectures (DocumentDB, Mongo, Pos > > Simple. Performance. This kind of solution will never be as fast as an in-memory Redis queue or an event bus. If fast FIFO is your goal, you should consider BullMQ, Kue, Bee, Owl, and others. -:warning: **ALPHA SOFTWARE** - This is still in active development, there will be bugs. As of this writing, the basic queue/process/recurrence/delay pieces work, but there's still work to be done smoothing APIs, cleaning up typescript definitions etc. +:warning: **ALPHA SOFTWARE** - This is still in active development, there will be bugs. As of this writing, the basic queue/process/recurrence/delay pieces work, but there's still work to be done smoothing APIs, cleaning up typescript definitions etc. This project follows semver spec for versions < 1. + +``` +0.y.x + ^ ^- fixes, features + \-- breaking changes +``` ## Installation