@rr0/common
Version:
Common and utility classes
25 lines (13 loc) • 603 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
- fix error cause visibility to public
- `Assert.ok(value, message)` works in both Node an browser. Initialize the singleton using assertInit()
## [1.0.1] - To be released
### Added
- `ObjectUtils.asSet(val, errMsg?)` returns val as defined. If it was not, an AssertionError(errMsg) will be thrown.