From fb5fc5dec38ca010e253d67c413eebc3cc771c47 Mon Sep 17 00:00:00 2001 From: benitav Date: Mon, 13 Jan 2025 11:15:07 +0200 Subject: [PATCH 1/2] Update README.md Remove beta label --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index db310c1b..434a81d2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ [![wa-sqlite CI](https://github.com/powersync-ja/wa-sqlite/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/powersync-ja/wa-sqlite/actions/workflows/ci.yml?branch=master) -# Beta -This package is currently in a beta release. - - # wa-sqlite This is a WebAssembly build of SQLite with support for writing SQLite virtual filesystems completely in Javascript. This allows alternative browser storage options such as IndexedDB and Origin Private File System. Applications can opt to use either a synchronous or asynchronous (using Asyncify or JSPI) SQLite library build (an asynchronous build is required for asynchronous extensions). From 3980a48a95c18a8dda93331ae31b776c36214d0c Mon Sep 17 00:00:00 2001 From: benitav Date: Mon, 13 Jan 2025 13:01:04 +0200 Subject: [PATCH 2/2] Add changeset for reflecting correct feature status in README --- .changeset/chilly-carrots-care.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilly-carrots-care.md diff --git a/.changeset/chilly-carrots-care.md b/.changeset/chilly-carrots-care.md new file mode 100644 index 00000000..56477b33 --- /dev/null +++ b/.changeset/chilly-carrots-care.md @@ -0,0 +1,5 @@ +--- +"@journeyapps/wa-sqlite": patch +--- + +Reflect correct feature status in Readme