Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed May 21, 2023
1 parent dca61c5 commit cefb67e
Show file tree
Hide file tree
Showing 78 changed files with 120 additions and 120 deletions.
30 changes: 15 additions & 15 deletions cjs/base-ex.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ class BaseTemplate {
/**
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1610,7 +1610,7 @@ class Base1 extends BaseTemplate {
/**
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-16.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1699,7 +1699,7 @@ class Base16 extends BaseTemplate {
/**
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1805,7 +1805,7 @@ class Base32 extends BaseTemplate {
/**
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1956,7 +1956,7 @@ class Base58 extends BaseTemplate{
/**
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2045,7 +2045,7 @@ class Base64 extends BaseTemplate {
/**
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/uuencode.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2258,7 +2258,7 @@ const ees = () => {
/**
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2382,7 +2382,7 @@ class Base85 extends BaseTemplate {
/**
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
*/
Expand Down Expand Up @@ -2616,7 +2616,7 @@ class Base91 extends BaseTemplate {
/**
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2782,7 +2782,7 @@ class LEB128 extends BaseTemplate {
/**
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/ecoji.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT OR Apache-2.0
* @see https://github.com/keith-turner/ecoji
Expand Down Expand Up @@ -3125,7 +3125,7 @@ class Ecoji extends BaseTemplate {
/**
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-2048.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3304,7 +3304,7 @@ class Base2048 extends BaseTemplate {
/**
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/simple-base.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3405,7 +3405,7 @@ let DP=20,RM=1,MAX_DP=1e6,NE=-7,PE=21,STRICT=!1,NAME="[big.js] ",INVALID=NAME+"I
/**
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3743,7 +3743,7 @@ class BasePhi extends BaseTemplate {
/**
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3862,7 +3862,7 @@ class ByteConverter {
/**
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cjs/base-ex.cjs.map

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions dist/base-ex.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ class BaseTemplate {
/**
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1608,7 +1608,7 @@ class Base1 extends BaseTemplate {
/**
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-16.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1697,7 +1697,7 @@ class Base16 extends BaseTemplate {
/**
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1803,7 +1803,7 @@ class Base32 extends BaseTemplate {
/**
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -1954,7 +1954,7 @@ class Base58 extends BaseTemplate{
/**
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2043,7 +2043,7 @@ class Base64 extends BaseTemplate {
/**
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/uuencode.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2256,7 +2256,7 @@ const ees = () => {
/**
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2380,7 +2380,7 @@ class Base85 extends BaseTemplate {
/**
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
*/
Expand Down Expand Up @@ -2614,7 +2614,7 @@ class Base91 extends BaseTemplate {
/**
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -2780,7 +2780,7 @@ class LEB128 extends BaseTemplate {
/**
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/ecoji.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT OR Apache-2.0
* @see https://github.com/keith-turner/ecoji
Expand Down Expand Up @@ -3123,7 +3123,7 @@ class Ecoji extends BaseTemplate {
/**
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-2048.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3302,7 +3302,7 @@ class Base2048 extends BaseTemplate {
/**
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/simple-base.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3403,7 +3403,7 @@ let DP=20,RM=1,MAX_DP=1e6,NE=-7,PE=21,STRICT=!1,NAME="[big.js] ",INVALID=NAME+"I
/**
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3741,7 +3741,7 @@ class BasePhi extends BaseTemplate {
/**
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down Expand Up @@ -3860,7 +3860,7 @@ class ByteConverter {
/**
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
*
* @version 0.7.6
* @version 0.7.7
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/base-ex.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cefb67e

Please sign in to comment.