v1.1.2
This release changes the import statements in the compiled code to include an extension, which allows this library to be used without module bundlers, or with bundlers which strictly follow ESM module identifier rules, for example Deno or WebPack v5. Fixes #119. Thanks goes out to @heynan0 and @vmsp!