Skip to content

Releases: devixa-tech/classmods

1.3.0

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 06 Jul 12:13

What's Changed

Full Changelog: 1.2.2...1.3.0

1.2.2

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 31 Jan 16:42

What's Changed

  • Changed python dependency from 3.9 to 3.12

Full Changelog: 1.2.1...1.2.2

1.2.1

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 23 Dec 13:09

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 22 Dec 21:00

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 04 Aug 09:35

What's Changed

  • Added type hints and overloads for descriptors in _descriptors.py and updated test cases in test_descriptors.py by @HMohammad2520 in #11

  • improved documentation. and msg format improvements by @HMohammad2520 in #13

    • logwrap: args and kwargs are now consolidated and you can use them in all options
    • logwrap: Added result for after option
  • Other minor fixes and documentation updates

Full Changelog: 1.0.0...1.1.0

1.0.0

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 28 Jul 08:16

What's Changed

Full Changelog: 0.3.3...1.0.0

0.3.3

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 26 Jul 07:11

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 25 Jul 17:03

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 25 Jul 09:54

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.1

0.2.0

Choose a tag to compare

@HMohammad2520 HMohammad2520 released this 21 Jul 21:01

Changes:

  • Fixed type hints on descriptors
  • better file management and names
  • added more doc strings and examples
  • added test cases and requirements.txt
  • improved supress_error, now returns any and have better type hinting
  • and many more minor improvements