We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4de352 commit 2ce0954Copy full SHA for 2ce0954
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "utf8",
3
- "version": "2.1.2",
+ "version": "3.0.0",
4
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
5
"homepage": "https://mths.be/utf8js",
6
"main": "utf8.js",
utf8.js
@@ -1,4 +1,4 @@
-/*! https://mths.be/utf8js v2.1.2 by @mathias */
+/*! https://mths.be/utf8js v3.0.0 by @mathias */
;(function(root) {
var stringFromCharCode = String.fromCharCode;
@@ -195,7 +195,7 @@
195
196
/*--------------------------------------------------------------------------*/
197
198
- root.version = '2.1.2';
+ root.version = '3.0.0';
199
root.encode = utf8encode;
200
root.decode = utf8decode;
201
0 commit comments