.. |
Base58.mjs
|
Fixing the babel, scrypt, and base58 issues
|
2018-10-21 21:10:49 -04:00 |
Base62.mjs
|
Cleaned up Base62 ops and updated CHANGELOG
|
2018-12-18 12:19:42 +00:00 |
Base64.mjs
|
Converted the core to ES modules
|
2018-03-26 23:14:23 +01:00 |
BCD.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
BitwiseOp.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
BSON.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
ByteRepr.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
CartesianProduct.mjs
|
ESM: Tidied up Set operations
|
2018-04-11 17:29:02 +00:00 |
CharEnc.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
Checksum.mjs
|
ESM: Ported all Hash and Checksum operations
|
2018-05-17 15:11:34 +00:00 |
Ciphers.mjs
|
Added simple A1Z26 'cipher'
|
2018-12-14 22:29:51 +01:00 |
Code.mjs
|
Added webpack-bundle-analyzer to production build. Refactored some modules to improve performance. Removed moment-timezone from Utils to drastically reduce module size.
|
2018-12-25 23:58:00 +00:00 |
Comment.mjs
|
update comments
|
2018-05-21 11:12:58 +01:00 |
Compress.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
ConditionalJump.mjs
|
add other flowcontrol ops. Update tests
|
2018-05-21 10:58:35 +01:00 |
Crypt.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
CSV.mjs
|
'JSON to CSV' operation now escapes characters correctly. Added tests for CSV/JSON operations.
|
2018-11-13 17:54:43 +00:00 |
DateTime.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
ExtractEmailAddresses.mjs
|
fix comment
|
2018-10-11 20:52:12 +10:00 |
Fork.mjs
|
add other flowcontrol ops. Update tests
|
2018-05-21 10:58:35 +01:00 |
FromDecimal.mjs
|
Added signed feature to 'To Decimal'
|
2018-11-07 14:39:33 +00:00 |
FromGeohash.mjs
|
Tidied up Geohash operations
|
2018-08-29 17:59:48 +00:00 |
Hash.mjs
|
Fix HMAC operation when hex key has bytes >= 0x80 (#437)
|
2018-12-14 21:32:44 +00:00 |
HaversineDistance.mjs
|
Added Haversine distance operation
|
2018-08-03 18:20:38 +01:00 |
Hexdump.mjs
|
'From Hexdump' now supports an alternative style of Wireshark hexdumps. Test added.
|
2018-06-13 13:00:49 +00:00 |
Image.mjs
|
Ported Image operations + some cleanup
|
2018-05-27 23:27:11 +01:00 |
JSONBeautify.mjs
|
Tidied JSON Beautify op. Changed default indent to 4 spaces instead of a tab.
|
2018-11-23 16:05:51 +00:00 |
JSONMinify.mjs
|
Tidied JSON Beautify op. Changed default indent to 4 spaces instead of a tab.
|
2018-11-23 16:05:51 +00:00 |
Jump.mjs
|
add other flowcontrol ops. Update tests
|
2018-05-21 10:58:35 +01:00 |
JWTDecode.mjs
|
Tidied up JWT operations
|
2018-08-31 13:58:06 +00:00 |
JWTSign.mjs
|
Tidied up JWT operations
|
2018-08-31 13:58:06 +00:00 |
JWTVerify.mjs
|
Tidied up JWT operations
|
2018-08-31 13:58:06 +00:00 |
Magic.mjs
|
Improvements and basic tests for Magic op and addition of deep cloning for dishes
|
2018-08-09 19:17:24 +01:00 |
Media.mjs
|
Add the Play Media operation and place it under a new "Multimedia" category. Move the Render Image to this new category as well.
|
2018-12-20 00:05:10 +10:00 |
MorseCode.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
MS.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
NetBIOS.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
OTP.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
ParseIPRange.mjs
|
fix regex issues and ESlint errors and warnings
|
2018-08-28 23:07:53 +10:00 |
ParseQRCode.mjs
|
Tidied up QR code operations
|
2018-12-25 21:54:38 +00:00 |
ParseTLV.mjs
|
Tidied up TLV operation and tests
|
2018-10-10 13:56:20 +00:00 |
PGP.mjs
|
ESM: Fixed PGP ops and added tests
|
2018-05-29 16:00:24 +00:00 |
PHP.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
PowerSet.mjs
|
Add other set operations
|
2018-04-09 11:13:23 +01:00 |
Regex.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
Register.mjs
|
add other flowcontrol ops. Update tests
|
2018-05-21 10:58:35 +01:00 |
RemoveDiacritics.mjs
|
Lint
|
2018-11-07 15:20:09 +00:00 |
Rotate.mjs
|
ESM: Tidied up Rotate operations
|
2018-04-06 12:40:39 +00:00 |
SeqUtils.mjs
|
Update hexadecimal sort after review
|
2018-10-12 15:39:06 +02:00 |
SetDifference.mjs
|
add Set Difference operation
|
2018-04-09 10:23:05 +01:00 |
SetIntersection.mjs
|
add Set Difference operation
|
2018-04-09 10:23:05 +01:00 |
SetUnion.mjs
|
ESM: Tidied up Set operations
|
2018-04-11 17:29:02 +00:00 |
SplitColourChannels.mjs
|
Add tests, however non-functional due to lack of File in Node
|
2018-12-21 17:17:11 +00:00 |
StrUtils.mjs
|
ESM: Ported various tests for completed operations
|
2018-05-17 15:34:00 +00:00 |
SymmetricDifference.mjs
|
Add other set operations
|
2018-04-09 11:13:23 +01:00 |
TextEncodingBruteForce.mjs
|
Tidied up 'Text Encoding Brute Force' operations and updated CHANGELOG
|
2018-12-18 13:50:10 +00:00 |
ToGeohash.mjs
|
Tidied up Geohash operations
|
2018-08-29 17:59:48 +00:00 |
TranslateDateTimeFormat.mjs
|
Newline at end of files
|
2018-08-16 03:31:09 +01:00 |