1.0.0
🚀 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 likekeyMirrorPrefix
, but without the prefix.
Full Changelog: 0.0.4...1.0.0