Skip to content

Commit 1b06a6a

Browse files
authored
Merge pull request #68 from bcdev/forman-33-more_tests
More tests
2 parents e3b88f2 + 584c1d2 commit 1b06a6a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2647
-210
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ node_modules
1212
__pycache__
1313
# mkdocs
1414
site
15+
# pytest --cov
16+
.coverage
1517

1618
# Editor directories and files
1719
.vscode/*

chartlets.js/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
dark, light, and system mode.
3030

3131
* Changed the yet unused descriptor type `CbFunction` for callback functions.
32+
- using `schema` instead of `type` property for callback arguments
33+
- using `return` object with `schema` property for callback return values
34+
3235

3336
## Version 0.0.29 (from 2024/11/26)
3437

0 commit comments

Comments
 (0)