@dozerg/condition
Version:
Preconditions utility for TypeScript and JavaScript.
50 lines (35 loc) • 701 B
Markdown
<!-- markdownlint-configure-file
{
"no-duplicate-heading": {
"siblings_only": true
}
}
-->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- [Stacked changes]
### Added
### Changed
### Removed
-->
## [1.0.3] - 2022-09-18
### Added
- isObject
- assertIsObject
## [1.0.1] - 2022-02-27
### Added
- assertIsBigint
- assertIsBoolean
- assertIsClass
- assertIsNumber
- assertIsString
- assertNonNull
- assertTrue
- isBigint
- isBoolean
- isClass
- isNonNull
- isNumber
- isString