Skip to content

Releases: algoyounes/Bindify

v1.2.3

28 Jun 17:00
671eadb

Choose a tag to compare

What's Changed

  • Removed // @phpstan-ignore-next-line as they caused issues on PHP 8.3
  • Confirmed that these changes were included in the same pull request created by dependabot in #4

Full Changelog: v1.2.2...v1.2.3

v1.2.2

12 Apr 17:12

Choose a tag to compare

Changes

Full Changelog: v1.2.0...v1.2.2

v1.2.0

08 Apr 03:08
301887a

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

07 Apr 04:54

Choose a tag to compare

What's Changed

  • Feat: Add multiple service binding support by @algoyounes in #1

Full Changelog: v1.0.4...v1.1.0

v1.0.4

05 Apr 22:44
ec3ef75

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Apr 18:45

Choose a tag to compare

Changes :

  • chore: add .gitattributes rules to ignore unnecessary files
  • chore: ignore composer.lock

Full Changelog: v1.0.2...v1.0.3

v1.0.1

26 Dec 14:44

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

  • Auto-discovery service provider

v1.0.0

05 Dec 17:13

Choose a tag to compare

🚀 Features

  • Attribute-Based Binding: Bind interfaces to implementations using the powerful #[BindWith] attribute.
  • Binding Types:
    • BindType::Singleton – Ensure a single instance is shared throughout your application.
    • BindType::Transient – Create new instances each time the binding is resolved.
  • Automatic Discovery: Bindify automatically registers and resolves bindings during the application lifecycle.
  • Declarative Design: Simplify dependency management with clean, readable code.

Full Changelog: https://github.com/algoyounes/Bindify/commits/v1.0.0