All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.2 - 2023-10-16
- updated dependencies
2.0.1 - 2022-07-08
- updated dependencies
- package.json now also contains exports
2.0.0 - 2021-11-30
BREAKING This is a breaking release, a lot of function flags/types have been explicitly added and changed. Please refer to the @konfirm/stringify mappings for the various types.
- BREAKING - Added a lot of function flags:
Async,Generator,Shorthand(as object member)
- BREAKING -
<empty string>>EmptyString - BREAKING -
undefined>Undefined - BREAKING -
class <name>>Class <name> - BREAKING -
anonymous class>AnonymousClass - BREAKING -
arrow function>ArrowFunction - BREAKING -
anonymous function>AnonymousFunction
- BREAKING
Stringifier, is now replaced by the@konfirm/stringifypackage
1.2.0 - 2021-11-29
assertion- creates a Guard which will throw an AssertionError if it (or any nested assertion) failsassert- assert the given valueAssertionError- the extend ofErrorthrown byassertionandassertStringifier- simple mapper class which maps any value into a string representation
1.1.0 - 2021-11-28
isStrictStucture- validating the structure with excess properties
1.0.4 - 2021-11-17
A couple of iterations figuring out the correct course of Github Actions
1.0.0 - 2021-11-17
Initial release