Skip to content

Releases: NicDom/overloadlib

v0.3.0

07 Oct 20:11
12ed8c3

Choose a tag to compare

Changes

  • Feature:
    • Add @<Function>.add decorator, that adds callable's to an existing `Function'.
    • @override now adds all version of Function when overriding it
  • Fix: Overloading callable's without arguments is now supported
  • Add Tests for the new features and fixed issues
  • Import is now from overloadlib and not ´overloadlib.overloadlib´
  • Documentation:
    • Add usage for @<Function>.add
    • Update usage of @override
    • Update section for ´import´

Type of Change

  • 💥 Breaking Changes (fix or feature that would cause existing functionality to change)
  • 🚀 Features (non-breaking change which adds functionality)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🔥 Removals and Deprecations
  • 🐞 Fixes (non-breaking change which fixes an issue)
  • 🐎 Performance
  • 🚨 Testing
  • 👷 Continuous Integration
  • 📚 Documentation
  • 🔨 Refactoring
  • 💄 Style
  • 📦 Dependencies
  • 🔐 Security fix

📦 Dependencies

  • ⬆️ Bump nox from 2021.6.12 to 2021.10.1 in /.github/workflows (#39) @dependabot

v0.2.3

07 Oct 07:32
28d364f

Choose a tag to compare

Changes

  • 🏗️ Restructure 'NamespaceKey' (#40) @NicDom

v0.2.2

05 Oct 20:14
a88f394

Choose a tag to compare

Changes

📦 Dependencies

v0.1.2

28 Sep 08:16
ab95b69

Choose a tag to compare

Changes

📦 Dependencies

  • Bump virtualenv from 20.0.35 to 20.8.1 in /.github/workflows (#21) @dependabot

v0.1.1

27 Sep 12:19
99507e0

Choose a tag to compare

Changes