From 3dd931815904af1c5b331b5fcd50c8a3072ac01f Mon Sep 17 00:00:00 2001 From: Max Nowack Date: Mon, 13 Jan 2025 22:55:58 +0100 Subject: [PATCH] docs: add changelogs to documentation --- docs/.vitepress/config.mts | 26 ++++++++++++++++++++++++++ docs/changelog/angular/index.md | 3 +++ docs/changelog/core/index.md | 3 +++ docs/changelog/devtools/index.md | 3 +++ docs/changelog/fs/index.md | 3 +++ docs/changelog/indexeddb/index.md | 3 +++ docs/changelog/localstorage/index.md | 3 +++ docs/changelog/maverickjs/index.md | 3 +++ docs/changelog/meteor/index.md | 3 +++ docs/changelog/mobx/index.md | 3 +++ docs/changelog/oby/index.md | 3 +++ docs/changelog/opfs/index.md | 3 +++ docs/changelog/preact/index.md | 3 +++ docs/changelog/react/index.md | 3 +++ docs/changelog/reactively/index.md | 3 +++ docs/changelog/sinuous/index.md | 3 +++ docs/changelog/sjs/index.md | 3 +++ docs/changelog/solid/index.md | 3 +++ docs/changelog/sync/index.md | 3 +++ docs/changelog/usignal/index.md | 3 +++ docs/changelog/vue/index.md | 3 +++ 21 files changed, 86 insertions(+) create mode 100644 docs/changelog/angular/index.md create mode 100644 docs/changelog/core/index.md create mode 100644 docs/changelog/devtools/index.md create mode 100644 docs/changelog/fs/index.md create mode 100644 docs/changelog/indexeddb/index.md create mode 100644 docs/changelog/localstorage/index.md create mode 100644 docs/changelog/maverickjs/index.md create mode 100644 docs/changelog/meteor/index.md create mode 100644 docs/changelog/mobx/index.md create mode 100644 docs/changelog/oby/index.md create mode 100644 docs/changelog/opfs/index.md create mode 100644 docs/changelog/preact/index.md create mode 100644 docs/changelog/react/index.md create mode 100644 docs/changelog/reactively/index.md create mode 100644 docs/changelog/sinuous/index.md create mode 100644 docs/changelog/sjs/index.md create mode 100644 docs/changelog/solid/index.md create mode 100644 docs/changelog/sync/index.md create mode 100644 docs/changelog/usignal/index.md create mode 100644 docs/changelog/vue/index.md diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 1c7b5000..d0d66f33 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -62,6 +62,32 @@ export default withMermaid({ { text: 'Upgrade to v1', link: '/upgrade/v1/' }, ], }, + { + text: 'Changelog', + collapsed: true, + items: [ + { text: '@signaldb/core', link: '/changelog/core/' }, + { text: '@signaldb/sync', link: '/changelog/sync/' }, + { text: '@signaldb/devtools', link: '/changelog/devtools/' }, + { text: '@signaldb/react', link: '/changelog/react/' }, + { text: '@signaldb/fs', link: '/changelog/fs/' }, + { text: '@signaldb/indexeddb', link: '/changelog/indexeddb/' }, + { text: '@signaldb/localstorage', link: '/changelog/localstorage/' }, + { text: '@signaldb/opfs', link: '/changelog/opfs/' }, + { text: '@signaldb/angular', link: '/changelog/angular/' }, + { text: '@signaldb/maverickjs', link: '/changelog/maverickjs/' }, + { text: '@signaldb/meteor', link: '/changelog/meteor/' }, + { text: '@signaldb/mobx', link: '/changelog/mobx/' }, + { text: '@signaldb/oby', link: '/changelog/oby/' }, + { text: '@signaldb/preact', link: '/changelog/preact/' }, + { text: '@signaldb/reactively', link: '/changelog/reactively/' }, + { text: '@signaldb/sinuous', link: '/changelog/sinuous/' }, + { text: '@signaldb/sjs', link: '/changelog/sjs/' }, + { text: '@signaldb/solid', link: '/changelog/solid/' }, + { text: '@signaldb/usignal', link: '/changelog/usignal/' }, + { text: '@signaldb/vue', link: '/changelog/vue/' }, + ], + }, { text: 'Guides', collapsed: false, diff --git a/docs/changelog/angular/index.md b/docs/changelog/angular/index.md new file mode 100644 index 00000000..3dad10f0 --- /dev/null +++ b/docs/changelog/angular/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/angular`](https://www.npmjs.com/package/@signaldb/angular) + + diff --git a/docs/changelog/core/index.md b/docs/changelog/core/index.md new file mode 100644 index 00000000..ddd999c5 --- /dev/null +++ b/docs/changelog/core/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/core`](https://www.npmjs.com/package/@signaldb/core) + + diff --git a/docs/changelog/devtools/index.md b/docs/changelog/devtools/index.md new file mode 100644 index 00000000..b2d3d391 --- /dev/null +++ b/docs/changelog/devtools/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/devtools`](https://www.npmjs.com/package/@signaldb/devtools) + + diff --git a/docs/changelog/fs/index.md b/docs/changelog/fs/index.md new file mode 100644 index 00000000..6012f1ac --- /dev/null +++ b/docs/changelog/fs/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/fs`](https://www.npmjs.com/package/@signaldb/fs) + + diff --git a/docs/changelog/indexeddb/index.md b/docs/changelog/indexeddb/index.md new file mode 100644 index 00000000..ce7fc090 --- /dev/null +++ b/docs/changelog/indexeddb/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/indexeddb`](https://www.npmjs.com/package/@signaldb/indexeddb) + + diff --git a/docs/changelog/localstorage/index.md b/docs/changelog/localstorage/index.md new file mode 100644 index 00000000..e23bdecd --- /dev/null +++ b/docs/changelog/localstorage/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/localstorage`](https://www.npmjs.com/package/@signaldb/localstorage) + + diff --git a/docs/changelog/maverickjs/index.md b/docs/changelog/maverickjs/index.md new file mode 100644 index 00000000..193214c9 --- /dev/null +++ b/docs/changelog/maverickjs/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/maverickjs`](https://www.npmjs.com/package/@signaldb/maverickjs) + + diff --git a/docs/changelog/meteor/index.md b/docs/changelog/meteor/index.md new file mode 100644 index 00000000..ba3fac8d --- /dev/null +++ b/docs/changelog/meteor/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/meteor`](https://www.npmjs.com/package/@signaldb/meteor) + + diff --git a/docs/changelog/mobx/index.md b/docs/changelog/mobx/index.md new file mode 100644 index 00000000..fff38b18 --- /dev/null +++ b/docs/changelog/mobx/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/mobx`](https://www.npmjs.com/package/@signaldb/mobx) + + diff --git a/docs/changelog/oby/index.md b/docs/changelog/oby/index.md new file mode 100644 index 00000000..5deb09c2 --- /dev/null +++ b/docs/changelog/oby/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/oby`](https://www.npmjs.com/package/@signaldb/oby) + + diff --git a/docs/changelog/opfs/index.md b/docs/changelog/opfs/index.md new file mode 100644 index 00000000..ba4d30c6 --- /dev/null +++ b/docs/changelog/opfs/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/opfs`](https://www.npmjs.com/package/@signaldb/opfs) + + diff --git a/docs/changelog/preact/index.md b/docs/changelog/preact/index.md new file mode 100644 index 00000000..b79ed7c6 --- /dev/null +++ b/docs/changelog/preact/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/preact`](https://www.npmjs.com/package/@signaldb/preact) + + diff --git a/docs/changelog/react/index.md b/docs/changelog/react/index.md new file mode 100644 index 00000000..d84d4aab --- /dev/null +++ b/docs/changelog/react/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/react`](https://www.npmjs.com/package/@signaldb/react) + + diff --git a/docs/changelog/reactively/index.md b/docs/changelog/reactively/index.md new file mode 100644 index 00000000..86e1d658 --- /dev/null +++ b/docs/changelog/reactively/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/reactively`](https://www.npmjs.com/package/@signaldb/reactively) + + diff --git a/docs/changelog/sinuous/index.md b/docs/changelog/sinuous/index.md new file mode 100644 index 00000000..97bbb8bb --- /dev/null +++ b/docs/changelog/sinuous/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/sinuous`](https://www.npmjs.com/package/@signaldb/sinuous) + + diff --git a/docs/changelog/sjs/index.md b/docs/changelog/sjs/index.md new file mode 100644 index 00000000..c97a2b9f --- /dev/null +++ b/docs/changelog/sjs/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/sjs`](https://www.npmjs.com/package/@signaldb/sjs) + + diff --git a/docs/changelog/solid/index.md b/docs/changelog/solid/index.md new file mode 100644 index 00000000..b971d32d --- /dev/null +++ b/docs/changelog/solid/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/solid`](https://www.npmjs.com/package/@signaldb/solid) + + diff --git a/docs/changelog/sync/index.md b/docs/changelog/sync/index.md new file mode 100644 index 00000000..c4d3c67a --- /dev/null +++ b/docs/changelog/sync/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/sync`](https://www.npmjs.com/package/@signaldb/sync) + + diff --git a/docs/changelog/usignal/index.md b/docs/changelog/usignal/index.md new file mode 100644 index 00000000..c2a6632f --- /dev/null +++ b/docs/changelog/usignal/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/usignal`](https://www.npmjs.com/package/@signaldb/usignal) + + diff --git a/docs/changelog/vue/index.md b/docs/changelog/vue/index.md new file mode 100644 index 00000000..c8ba1411 --- /dev/null +++ b/docs/changelog/vue/index.md @@ -0,0 +1,3 @@ +# Changelog for [`@signaldb/vue`](https://www.npmjs.com/package/@signaldb/vue) + +