Skip to content

1.0.0

Compare
Choose a tag to compare
@01taylop 01taylop released this 02 Jun 15:17
· 5 commits to main since this release

🚀 Features

  • Support for CommonJS and ES Module Imports.

    You can now import keyMirrorPrefix using either CommonJS or ES Modules, making it compatible with a wider range of JavaScript environments.

  • Named Exports.

    We've switched from a default export to named exports. This change makes it easier to import only the functions you need from keyMirrorPrefix.

  • Addition of keyMirror Function.

    For those who don't need a prefix added to their keys, we've added a new keyMirror function. This function works just like keyMirrorPrefix, but without the prefix.

Full Changelog: 0.0.4...1.0.0