Skip to content

Releases: juanclopgar97/python_sharp

python_sharp v1.2.1

03 Apr 04:51

Choose a tag to compare

Not major or functionality changes.

Only adding keywards to project description to provide better visibility

python_sharp v1.2.0

25 Mar 05:05

Choose a tag to compare

@event and @staticevent decorators contain "add" and "remove" functions, they get renamed to "adder" and "remover" to keep consistency in how python uses @Property.

@Property -> getter, setter

@event -> adder, remover

python_sharp v1.1.3

24 Mar 05:03

Choose a tag to compare

Only documentation improvements

python_sharp v1.1.2

23 Mar 01:05

Choose a tag to compare

Documentation now is visualizable from Pypi due HTML tag not supported

python_sharp v1.1.1

23 Mar 00:45

Choose a tag to compare

Changing images of documentation to URLs

python_sharp v1.1.0

22 Mar 23:11
45c1cd8

Choose a tag to compare

This release add a lot of corrections and new content in the README documentation:

-Vs code extension info
-Using snake case in all the files and documentation as PEP8 mentions (test.py,python_sharp.py and documentation) were affected with this to be consistent
-Adding Naming conventions and some disclamers if they are not being used
-changing images to code blocks in order to facilitate the analisys with tools like an AI

python_sharp v1.0.1

21 Mar 03:50

Choose a tag to compare

This release offers full EOP functionality on python with native feeling, includes:

  1. Delegates
  2. @event
  3. @staticevent

Improved documentation

python_sharp v1.0.0

21 Mar 03:37
87636f2

Choose a tag to compare

This release offers full EOP functionality on python with native feeling, includes:

  1. Delegates
  2. @event
  3. @staticevent