Skip to content

Commit 8fe16fe

Browse files
committed
added potential new features and placeholders for features & bugs post 1.1.0
1 parent 176f874 commit 8fe16fe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/new_features.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,21 @@ to see the development version of the documentation.
1818
If you want to see development progress since 1.1.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.1.0 include:
23+
24+
- use ``aionofity`` to auto-reload newly written script files, at least on linux (#74)
25+
- consider allowing native Python functions inside pyscript (#71)
26+
- consider allowing new tasks to be created via `task.create` (#112)
27+
- consider implementing function decorators (#43)
28+
- consider supporting the built-in functions that do I/O, such as ``open``, ``read`` and ``write``, which
29+
are not currently supported to avoid I/O in the main event loop, and also to avoid security issues if people
30+
share pyscripts. The ``print`` function only logs a message, rather than implements the real ``print`` features,
31+
such as specifying an output file handle. Support might be added in the future using an executor job, perhaps
32+
enabled when ``allow_all_imports`` is set.
33+
34+
The new features since 1.1.0 in master include:
35+
36+
Breaking changes since 1.1.0 include:
37+
38+
Bug fixes since 1.1.0 include:

0 commit comments

Comments
 (0)