Releases: servactory/servactory
Releases Β· servactory/servactory
v3.0.0.rc5
v3.0.0.rc4
What's Changed
Features π
- Replace dynamic singleton methods with instance methods in Result by @afuno in #322
- Refactor Type validators to use zero-allocation static methods by @afuno in #323
- Introduce unified Crate storage for Warehouse optimization by @afuno in #326
Polish π π»
- Replace define_singleton_method with instance methods in Actor classes by @afuno in #324
- Optimize String operations in fetch_with methods by @afuno in #325
Full Changelog: v3.0.0.rc3...v3.0.0.rc4
v3.0.0.rc3
v3.0.0.rc2
v3.0.0.rc1
What's Changed
Features π
- Improve dynamic options validation: nil guards, stricter format checks, and Float precision fix by @afuno in #302
- Refactor configuration to prevent shared state between parent and child classes by @afuno in #298
- Add dynamic option
targetby @afuno in #291 - Refactor RSpec Test Kit: modular architecture with Registry DSL by @afuno in #303
- Refactor RSpec test kit: Implement fluent service mocking API with improved exception handling by @afuno in #304
- Improve dynamic options inclusion: Add Range support and refactor logic by @afuno in #306
- Add extensible hook system for service customization by @afuno in #309
- Reorganize Stroma with hierarchical settings storage by @afuno in #314
- Add German, French, Spanish, and Italian locale translations by @afuno in #316
- Add Extension generator with templates and specs by @afuno in #317
- Enhance Collection and Runner with improved stage functionality by @afuno in #318
Bug Fixes π
Polish π π»
- Enhance
DynamicOptionswith expanded documentation and implementation details by @afuno in #305 - Add dynamic options examples with
consists_ofby @afuno in #307 - Add advanced mode examples and descriptions for validators by @afuno in #308
- Revamp RSpec specs by @afuno in #311
- Add example implementations of service extensions by @afuno in #312
Breaking Changes π₯
Misc π§°
Full Changelog: v2.16.1...v3.0.0.rc1
v2.16.1
v2.16.0
What's Changed
Features π
- Add
servactory?method to service class by @afuno in #295 - Add information about stages and actions by @afuno in #296
Bug Fixes π
Polish π π»
- Use
fail_*!methods to raise exceptions by @afuno in #290 - Optimize attribute validation processing by @afuno in #294
Dependencies π¦
Full Changelog: v2.15.0...v2.16.0
v2.16.0.rc3
Full Changelog: v2.16.0.rc2...v2.16.0.rc3
v2.16.0.rc2
v2.16.0.rc1
What's Changed
Features π
Bug Fixes π
Polish π π»
- Use
fail_*!methods to raise exceptions by @afuno in #290 - Optimize attribute validation processing by @afuno in #294
Full Changelog: v2.15.0...v2.16.0.rc1