Releases: guanguans/notify
Releases · guanguans/notify
3.4.0
3.3.0
3.3.0 - 2025-11-13
✨ Features
- client: add support to Zoho Cliq (d9ddccf)
💅 Code Refactorings
- composer: Update IDE JSON generation script (df3cc77)
- support: Add platform linting functionality (bffa848)
- zoho: Improve token generation and update dependencies (b51ab48)
📦 Builds
- composer: Replace pest aliases with lint script (f65a37f)
🤖 Continuous Integrations
- update issue templates and secret scanning workflow (3b2e148)
- issue-template: Add new bug report template (bfa8499)
Pull Requests
- Merge pull request #173 from ricardoapaes/add-zoho-cliq-integration
- Merge pull request #172 from guanguans/dependabot/github_actions/actions/setup-node-6
- Merge pull request #171 from guanguans/dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
- Merge pull request #169 from guanguans/dependabot/github_actions/actions/setup-node-5
- Merge pull request #170 from guanguans/dependabot/github_actions/actions/labeler-6
- Merge pull request #168 from guanguans/dependabot/github_actions/actions/stale-10
- Merge pull request #167 from guanguans/dependabot/github_actions/actions/checkout-5
- Merge pull request #166 from guanguans/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
- Merge pull request #165 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.30
- Merge pull request #164 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.4.0
- Merge pull request #163 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.29
- Merge pull request #162 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.28
- Merge pull request #161 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.27
- Merge pull request #160 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.26
- Merge pull request #159 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.25
- Merge pull request #158 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.24
- Merge pull request #157 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.23
- Merge pull request #156 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.22
- Merge pull request #155 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.20
- Merge pull request #154 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.19
3.2.2
3.2.2 - 2025-03-26
Bug Fixes
- doc: Update method parameter types to 'mixed' in message classes
- doc: Update doc comments for HTTP client methods
- response: Improve JSON handling and add error throwing
CI
- workflows: Add license update workflow
Code Refactoring
- utils: Improve type annotation and streamline code
Features
- http-client: Improve mock method for response handling
3.2.1
3.2.0
3.2.0 - 2025-03-25
Bug Fixes
- Response: Simplify exception handling in throw method
- Response: Remove readonly annotations from properties
- ServerChan: Remove deprecated encryption method
- arr: add paramOut.type to phpstan.neon
- baselines: Remove deprecated method.nonObject baseline
- baselines: Remove unused baseline file for argument unpacking
- baselines: Improve baseline error handling and add files
- composer-updater: Replace strIs method with Str::is
- dependencies: Ignore errors for specific extensions and packages
- phpstan: Improve strictness of type checking
CI
- config: Update PHPStan configuration for type checks
Features
- composer: Update dependencies and remove unused packages
Tests
- tests: Improve autoload class retrieval in Pest
Pull Requests
3.1.2
3.1.2 - 2025-03-12
Bug Fixes
- Authenticator: Improve argument validation logic
CI
- config: Enhance Rector configuration for flexibility
- dependency: Add composer dependency analyser configuration
Pull Requests
3.1.1
3.1.1 - 2025-03-04
CI
- rector: Add PHPStan ignore rules to configuration
- workflows: Add coverage file path to Codecov config
Code Refactoring
- tests: Rename directory from fixtures to Fixtures
Style
- config: Improve PHP CS Fixer configuration and order traits
Pull Requests
3.1.0
3.1.0 - 2025-02-25
Bug Fixes
- config: Update PHPStan level and improve typing
- workflows: Update PHP CS Fixer command in CI configuration
CI
- baselines: Add new baseline and update existing files
- config: Update dependencies and improve PHPStan configuration
- config: Adjust PHP CS Fixer and remove unused packages
- dependencies: Add symplify/phpstan-rules for code quality
- dependencies: Add PHPStan baseline and unused method checks
Features
- deps: Update symfony/options-resolver version constraint to support only 6.0 and 7.0
3.0.2
3.0.2 - 2025-02-24
Bug Fixes
- configuration: Add additional rector rules and update paths
CI
- workflows: Remove Psalm workflow and configuration files
Code Refactoring
- Response: Simplify exception handling and cleaner code
- Support: Rename error_silencer to error_handler
- config: Improve message handling and array functions
Performance Improvements
- Response: Improve type hinting for key parameters
- doc: Improve type coverage and doc comments
Style
- config: Refactor license and PHP CS Fixer configuration
- config: Enhance PHP CS Fixer and clean imports
Tests
- update test case templates and improve code quality