Skip to content

Commit 19b186e

Browse files
committed
updates post 1.2.0 release
1 parent 2e2e32b commit 19b186e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/new_features.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,24 @@ to see the development version of the documentation.
1818
If you want to see development progress since 1.2.0, see
1919
`new features <https://hacs-pyscript.readthedocs.io/en/latest/new_features.html>`__
2020
in the latest documentation.
21+
22+
Planned new features post 1.2.0 include:
23+
24+
- Consider supporting the built-in functions that do I/O, such as ``open``, ``read`` and ``write``, which
25+
are not currently supported to avoid I/O in the main event loop, and also to avoid security issues if people
26+
share pyscripts. The ``print`` function only logs a message, rather than implements the real ``print`` features,
27+
such as specifying an output file handle. Support might be added in the future using an executor job, perhaps
28+
enabled when ``allow_all_imports`` is set.
29+
- Consider adding an option argument to `@pyscript_compile` that wraps the function with `task.executor`.
30+
31+
The new features since 1.2.0 in master include:
32+
33+
- None yet.
34+
35+
Breaking changes since 1.2.0 include:
36+
37+
- None yet.
38+
39+
Bug fixes since 1.2.0 include:
40+
41+
- None yet.

0 commit comments

Comments
 (0)