it-tools/src/utils
cgoIT 0b20f1c16a
feat(base64-string-converter): switch to encode and decode url safe base64 strings (#392)
* feat(base64-string-converter): switch to encode and decode url safe

* feat(base64-string-converter): changes based on review comments, use config object instead of boolean argument.

* feat(base64-string-converter): fix validation, add option to watch additional refs for changes which interfere with validation rules
2023-05-15 14:35:44 +02:00
..
array.ts feat(list-converter): a small converter who deals with column based data and do some stuff with it (#387) 2023-05-07 13:25:25 +02:00
base64.test.ts feat(base64-string-converter): switch to encode and decode url safe base64 strings (#392) 2023-05-15 14:35:44 +02:00
base64.ts feat(base64-string-converter): switch to encode and decode url safe base64 strings (#392) 2023-05-15 14:35:44 +02:00
boolean.test.ts feat(new tool): phone parser and normalizer 2023-05-02 13:57:39 +02:00
boolean.ts feat(new tool): phone parser and normalizer 2023-05-02 13:57:39 +02:00
convert.ts feat(tool): text statistics 2022-04-14 01:06:06 +02:00
defaults.test.ts refactor(base64): mutualized base64 functions into global utilities 2022-08-04 12:09:32 +02:00
defaults.ts feat(new-tool): RSA key pair generator 2023-03-10 18:16:55 +01:00
error.test.ts fix(integer-base-converter): handle non-decimal char and better error message 2022-12-07 21:52:24 +01:00
error.ts fix(integer-base-converter): handle non-decimal char and better error message 2022-12-07 21:52:24 +01:00
macAddress.ts refactor(ui): replaced some n-input with c-input-text 2023-05-15 01:31:22 +02:00
random.ts ui-lib(new-component): added text input component in the c-lib 2023-05-14 22:30:23 +02:00