Releases: BHC-IT/stronk-types
Releases · BHC-IT/stronk-types
v5.1.0
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2023-06-04)
Code Refactoring
Features
- Object: Add Keys.Required and Keys.Optional (dcd60a3)
- Object: Add OnlyOptional (9c8b631)
- Object: Add OnlyRequired (98bf3d2)
- Object: Add RequireOneOptional (a7709f5)
BREAKING CHANGES
- Object: Object namespace has been renamed to avoid clashing with global interface
- Object: RequireOne has been renamed
v4.0.0
4.0.0 (2023-06-01)
Bug Fixes
Code Refactoring
- Object: Make PartialRecord parameters mandatory (9c23a2f)
Features
- Conditionals: Add IfNot (8988ca7)
- Object: Add RequireOne (dfeedcc)
- Object: Add support for optional props in Entries and Values (a4b512d)
BREAKING CHANGES
- Object: PartialRecord parameters are now required
v3.0.0
3.0.0 (2023-06-01)
Bug Fixes
- Conditionals: Extends doesn't respect
extends
keyword behaviour (530c4ea)
chore
- Object: Remove Entry (use Entries instead) (18c3044)
Features
- Conditionals: Add MutuallyExtend (831563b)
- Object: Add Entries (ffc8c1e)
- Object: Add ObjectEntry and PartialRecord (34dd411)
- Object: Add Values (bdd7479)
BREAKING CHANGES
- Object: Entry has been removed