Skip to content

Releases: mrdrogdrog/optional

v1.2.1

30 Jul 09:29
aec6ca1
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

Fix a wrong path in the package.json

v1.2.0

30 Jul 09:20
c5e7e11
Compare
Choose a tag to compare

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

05 Feb 13:54
f21f44c
Compare
Choose a tag to compare

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

23 Oct 21:45
df4b698
Compare
Choose a tag to compare

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

24 Aug 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/mrdrogdrog/optional/commits/v0.2.0