-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: jooservices/dto
Releases · jooservices/dto
v1.0.6
v1.0.5
@soulevilx
soulevilx
3324100
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- feat(runtime): Support default fallbacks and discriminator hydration by @soulevilx in #41
- ci(deps): bump fortify/github-action from 1.7.0 to 3.0.0 by @dependabot[bot] in #40
- ci(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #37
- ci(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #39
- ci(deps): bump codacy/codacy-analysis-cli-action from 1.1.0 to 4.4.7 by @dependabot[bot] in #38
- release: V1.0.5 by @soulevilx in #42
Full Changelog: v1.0.4...v1.0.5
Assets 2
v1.0.4
@soulevilx
soulevilx
df13dcf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Merge from master by @soulevilx in #25
- Add AI skill pack to repository by @soulevilx in #27
- ci(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #30
- feat: Wire runtime hydration enhancements by @soulevilx in #29
- Merge back from master to develop by @soulevilx in #31
- refactor: Extract shared schema generator base by @soulevilx in #32
- chore: Prepare v1.0.4 by @soulevilx in #34
- test: Reduce schema generator test duplication by @soulevilx in #36
- chore: Release v1.0.4 by @soulevilx in #35
Full Changelog: v1.0.3...v1.0.4
Assets 2
v1.0.3
@soulevilx
soulevilx
7094556
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- ci(scorecard): pin ossf scorecard action to v2.4.3 by @soulevilx in #19
- chore(release): Merge back from master by @soulevilx in #20
- docs: Refresh docs and harden CI tooling by @soulevilx in #23
- ci(deps): bump metcalfc/changelog-generator from 4.3.1 to 4.7.0 by @dependabot[bot] in #21
- Develop by @soulevilx in #24
- feat(ai): Add repository AI skill pack by @soulevilx in #26
Full Changelog: v1.0.2...v1.0.3
Assets 2
v1.0.1
@soulevilx
soulevilx
b85b466
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- docs: Add architecture and development guides by @soulevilx in #14
- docs: Add architecture and development guides by @soulevilx in #15
Full Changelog: v1.0.0...v1.0.1
Assets 2
v1.0.0
@soulevilx
soulevilx
d52684a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🎉 First Stable Release
This is the first stable release of the JOOservices DTO library.
✨ Features
- Immutable DTOs with readonly properties
- Mutable Data objects for flexible data handling
- Comprehensive hydration and normalization
- Type casting and validation
- Lazy computed properties for performance
- Full test coverage (90%+)
- PHP 8.5+ support
📦 Installation
composer require jooservices/dto
📚 Documentation
Full documentation is available in the docs/ directory:
- Getting Started Guide
- User Guide
- API Reference
- Examples
🔗 Links
🎯 Breaking Changes
None - this is the initial release.
Full Changelog: See CHANGELOG.md