Skip to content

Releases: pomponchik/transfunctions

0.0.8

05 Aug 11:58
907b405

Choose a tag to compare

A very important update.

  • Added typing for most of the most important scenarios. Thanks a lot to @skarndev!
  • Added marker "yield_from_it".
  • You can use any variables to set the default values of a function and for type hints.

0.0.7

23 Jul 21:48
8f375a3

Choose a tag to compare

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 pass is always inserted into the empty body of the function (except for generator functions, there will be a check for yield in the future).
  • Fixed a problem with work of third-party context managers.
  • Added more tests for old features.

0.0.6

22 Jul 20:06
95e10c9

Choose a tag to compare

A little update.

  • Added a logo.
  • Now there is automatic check that superfunction in non-tilde mode doesn't contain returns.

0.0.5

22 Jul 18:34
2b12522

Choose a tag to compare

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

21 Jul 21:48
4cf69a7

Choose a tag to compare

Minore update.

  • Fixed a bug for return values for async version of superfunctions.
  • Added some new tests.

0.0.3

21 Jul 21:20
501bb60

Choose a tag to compare

Minor change. Mostly added some type hints.

0.0.2

21 Jul 11:11
875c6d0

Choose a tag to compare

A big and meaningful update.

  • Added documentation.
  • Added superfunctions and a special ~-syntax for them.
  • Added more tests for old features.

0.0.1

15 Jul 09:28
8b62fd5

Choose a tag to compare

Minimal implementation of the basic decorator and some set of tests for it.