Releases: mrdrogdrog/optional
v1.2.1
Full Changelog: v1.2.0...v1.2.1
Fix a wrong path in the package.json
v1.2.0
What's Changed
This release changes the build system from microbundle to a bash script that uses multiple tsconfigs and a package.json fix.
The problem with microbundle is that it doesn't produce correct types for hybrid packaging.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Guard will skip the condition and error if the optional is empty
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
The biggest change (besides many many dependency updates which are mostly dev dependencies) is that this package now uses https://github.com/developit/microbundle to create cjs and mjs builds. This is such an awesome tool and makes this mjs/cjs headache a lot easier.
This release is marked as breaking change because this package is a module now and the file names and paths have changed. A commonJS build is still included.
The API has not changed.
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- Add "wrapInArray" by @mrdrogdrog in fe19c40
Full Changelog: https://github.com/mrdrogdrog/optional/commits/v0.2.0