Skip to content

Releases: juanclopgar97/python_sharp

python_sharp v1.2.1

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 03 Apr 04:51

Not major or functionality changes.

Only adding keywards to project description to provide better visibility

python_sharp v1.2.0

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 25 Mar 05:05

@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

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 24 Mar 05:03

Only documentation improvements

python_sharp v1.1.2

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 23 Mar 01:05

Documentation now is visualizable from Pypi due HTML tag not supported

python_sharp v1.1.1

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 23 Mar 00:45

Changing images of documentation to URLs

python_sharp v1.1.0

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 22 Mar 23:11
45c1cd8

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

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 21 Mar 03:50

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

Choose a tag to compare

@juanclopgar97 juanclopgar97 released this 21 Mar 03:37
87636f2

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

  1. Delegates
  2. @event
  3. @staticevent