Skip to content

Releases: 01taylop/key-mirror-prefix

1.0.1

27 May 16:44
Compare
Choose a tag to compare

🐛 Fixed

  • Exported the keyMirrorPrefix function as default to allow users to easily adopt the latest version.

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Jun 15:17
Compare
Choose a tag to compare

🚀 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