- Update all packages and migrate codebase to TypeScript + ESM
- Remove
lodash.templatedependency in favor oflodash-es
Fix transpiling configuration to support IE11 (try again)
Fix transpiling configuration to support IE11
Fix to message merging
Removed deep-extend dependency to fix undefined Buffer errors
Removed lodash dependency in favor of deep-extend and lodash.template.
Updated lodash dependency to latest version
Switched to depending on the full lodash package. The individual lodash packages are no longer maintained and have security vulnerabilities. Properly configured Webpack should be able to "tree shake" the lodash package when building your app, so that only the needed code gets added to your JavaScript bundle.
Added messageBox.clone() to clone an instance