jupyter-ydoc 3.0.0a6__tar.gz → 3.0.0a7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.pre-commit-config.yaml +1 -1
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/CHANGELOG.md +18 -2
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/PKG-INFO +1 -1
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/javascript/package.json +1 -1
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/_version.py +1 -1
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/dependabot.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/workflows/auto_author_assign.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/workflows/check-release.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/workflows/enforce-label.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/workflows/license-header.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/workflows/prep-release.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/workflows/publish-release.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.github/workflows/test.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.gitignore +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.licenserc.yaml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.yarn/releases/yarn-3.4.1.cjs +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/.yarnrc.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/LICENSE +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/README.md +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/Makefile +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/make.bat +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/_static/jupyter_logo.svg +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/_static/logo-icon.png +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/conf.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/custom.md +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/index.md +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/javascript_api.rst +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/overview.md +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/python_api.rst +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/docs/source/schema.md +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/__init__.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/py.typed +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/utils.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/ybasedoc.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/yblob.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/yfile.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/ynotebook.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/jupyter_ydoc/yunicode.py +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/lerna.json +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/package.json +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/pyproject.toml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/pytest.ini +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/readthedocs.yml +0 -0
- {jupyter_ydoc-3.0.0a6 → jupyter_ydoc-3.0.0a7}/yarn.lock +0 -0
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
|
4
4
|
|
|
5
|
+
## 3.0.0a7
|
|
6
|
+
|
|
7
|
+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a6...3f323117ba2e8cf36f0e06c0ec9b9fa2c192278b))
|
|
8
|
+
|
|
9
|
+
### Enhancements made
|
|
10
|
+
|
|
11
|
+
- Add YDocument source getter/setter [#273](https://github.com/jupyter-server/jupyter_ydoc/pull/273) ([@davidbrochart](https://github.com/davidbrochart))
|
|
12
|
+
|
|
13
|
+
### Maintenance and upkeep improvements
|
|
14
|
+
|
|
15
|
+
### Contributors to this release
|
|
16
|
+
|
|
17
|
+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2024-08-30&to=2024-09-18&type=c))
|
|
18
|
+
|
|
19
|
+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-08-30..2024-09-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-08-30..2024-09-18&type=Issues)
|
|
20
|
+
|
|
21
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
22
|
+
|
|
5
23
|
## 3.0.0a6
|
|
6
24
|
|
|
7
25
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a5...00ca649ec94ec5a00dad9656f7a122a7f9248590))
|
|
@@ -18,8 +36,6 @@
|
|
|
18
36
|
|
|
19
37
|
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-08-23..2024-08-30&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-08-23..2024-08-30&type=Issues)
|
|
20
38
|
|
|
21
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
22
|
-
|
|
23
39
|
## 3.0.0a5
|
|
24
40
|
|
|
25
41
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a4...e97181c93ce91fdb56968b9e4ed8fc6006049cd5))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|