0.3.0
What's Changed
- feat: Move config fixtures into
configsubdirectory. by @terabytesoftw in #35 - feat: Update
ActiveQueryandActiveRecorddynamic return type extensions for improved type inference and error handling; remove deprecatedActiveQueryObjectTypeandActiveRecordObjectTypeclasses. by @terabytesoftw in #36 - feat: Enhance
DIcontainer type inference and testing. by @terabytesoftw in #37 - fix: Correct exception message formatting in
ServiceMapServiceTest. by @terabytesoftw in #38 - fix: Resolve
Container::get()type inference for unconfigured classes in config (ServiceMap). by @terabytesoftw in #39 - feat: Enhance
PHPStananalysis forBehaviortype inference and testing. by @terabytesoftw in #40 - fix: Refactor
PHPDoccomments for consistency and clarity. by @terabytesoftw in #41 - refactor: Move
ApplicationPropertiesClassReflectionExtensiontopropertydirectory and add testing. by @terabytesoftw in #42 - test: Add tests for session property availability in
ConsoleandWebApplications. by @terabytesoftw in #43 - refactor: Move
UserPropertiesClassReflectionExtensiontopropertydirectory and add testing. by @terabytesoftw in #44 - refactor: Improve
ServiceMapconfiguration for application types (Base,Console,Web) by @terabytesoftw in #45 - docs: Update
README.mdto enhance clarity and structure ofdocs/installation.md,docs/configuration.mdanddocs/examples.md. by @terabytesoftw in #46 - feat: Add
ActiveRecordGetAttributeDynamicMethodReturnTypeExtensionto provide precise type inference forgetAttribute()method calls based on PHPDoc annotations. by @terabytesoftw in #47 - refactor: Update
PHPStanconfiguration paths and create new config files for improved structure and clarity. by @terabytesoftw in #48 - refactor: Update documentation for
ServiceMapand related classes to enhance clarity for Yii Application static analysis. by @terabytesoftw in #49 - docs: Add Testing Guide link to
installationandexamplesdocumentation. by @terabytesoftw in #50 - docs: Reorder Installation section in
README.mdfor improved clarity. by @terabytesoftw in #51 - docs: Standardize headings and improve clarity in documentation files. by @terabytesoftw in #52
- docs: Update documentation for consistency and clarity; change section titles and add strict types declaration. by @terabytesoftw in #53
- refactor: Update
PHPStantmpDirconfig; moveruntimedirectory toroot; update docs. by @terabytesoftw in #54 - ci: Remove
OSandPHPversion specifications from workflow files for simplification. by @terabytesoftw in #55 - feat: Add
ServiceLocatorDynamicMethodReturnTypeExtensionto provide precise type inference forget()method. by @terabytesoftw in #56 - docs: Clarify exception documentation and improve type inference descriptions in test cases. by @terabytesoftw in #57
- Fix: Handle generic type components in
ApplicationPropertiesClassReflectionExtension. by @terabytesoftw in #59 - chore: Update
CHANGELOG.mdfor version0.3.0release date and adjustcomposer.jsonfor stability settings. by @terabytesoftw in #60 - docs: Update
README.mdwith newGitHubrelease badge and correctYii2version badge. by @terabytesoftw in #61
Full Changelog: 0.2.3...0.3.0