Releases: pomponchik/transfunctions
Releases · pomponchik/transfunctions
0.0.8
0.0.7
A little but useful update.
- Fixed a problem where code blocks intended for functions of a different type were removed from the generated function, and as a result, the function was not compiled. Now a
passis always inserted into the empty body of the function (except for generator functions, there will be a check foryieldin the future). - Fixed a problem with work of third-party context managers.
- Added more tests for old features.
0.0.6
A little update.
- Added a logo.
- Now there is automatic check that superfunction in non-tilde mode doesn't contain returns.
0.0.5
A small but important update.
- Now you can choose between the normal launch mode of the super functions and the tilde syntax. These modes do not work simultaneously.
- Added additional tests for some old functionality.
0.0.4
Minore update.
- Fixed a bug for return values for async version of superfunctions.
- Added some new tests.
0.0.3
Minor change. Mostly added some type hints.
0.0.2
A big and meaningful update.
- Added documentation.
- Added superfunctions and a special
~-syntax for them. - Added more tests for old features.
0.0.1
Minimal implementation of the basic decorator and some set of tests for it.