Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-09 | fix(copy): prevent shorthand copy if source is present in useCopy (#559) | 14 | -20/+26 | ||
* fix(copy): prevent shorthand copy if source is present in useCopy * refactor(copy): normalized copy usage | |||||
2023-08-09 | feat(Case Converter): Add lowercase and uppercase (#534) | 3 | -52/+79 | ||
* feat(case converter): add uppercase and lowercase * (case converter) correctly use stripRegexp * style: lint fix * feat(ui): added c-select in the ui lib (#550) * feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select * feat(new tool): emoji picker (#551) * chore(deps): update dependency @vitejs/plugin-vue to v4 (#496) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @vitejs/plugin-vue-jsx to v3 (#497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * refactor(case converter): using nocase to convert to upper and lower case * refactor(case converter): config based case changes --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-08-09 | fix(c-lib): hide component library shortcut link in non-dev (#557) | 1 | -1/+1 | ||
2023-08-09 | fix(emoji picker): fix copy button (#556) | 1 | -1/+1 | ||
2023-08-08 | chore(deps): update dependency @vitejs/plugin-vue-jsx to v3 (#497) | 2 | -334/+42 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-08-08 | chore(deps): update dependency @vitejs/plugin-vue to v4 (#496) | 2 | -7/+7 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-08-08 | feat(new tool): emoji picker (#551) | 11 | -6/+192 | ||
2023-08-07 | feat(ui): added c-select in the ui lib (#550) | 29 | -199/+666 | ||
* feat(ui): added c-select in the ui lib * refactor(ui): switched n-select to c-select | |||||
2023-07-05 | chore(deps): update dependency vite-plugin-pwa to ^0.16.0 (#488) | 2 | -90/+84 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-29 | chore(deps): update dependency vite to v4 (#503) | 2 | -272/+25 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-29 | chore(ci): e2e against vercel deployement (#518) | 2 | -42/+21 | ||
2023-06-29 | fix(deps): update dependency @vueuse/head to v1 (#515) | 2 | -27/+77 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-29 | chore(e2e): execute e2e against built app (#511) | 4 | -7/+29 | ||
2023-06-29 | chore(deps): update github/codeql-action action to v2 (#513) | 1 | -3/+3 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-28 | chore(deps): update node.js to v18 (#514) | 3 | -27/+32 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-27 | chore(deps): switched from vite-plugin-md to vite-plugin-vue-markdown (#510) | 3 | -86/+42 | ||
2023-06-27 | chore(deps): update dependency workbox-window to v7 (#509) | 2 | -16/+16 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-27 | chore(deps): update dependency vite-svg-loader to v4 (#508) | 2 | -64/+34 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-27 | chore(deps): update dependency typescript to ~4.9.0 (#481) | 2 | -79/+81 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-27 | chore(deps): update dependency vue-tsc to ^0.40.0 (#490) | 3 | -395/+72 | ||
* chore(deps): update dependency vue-tsc to ^0.40.0 * chore(deps): upgraded vue-tsc dependency --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> | |||||
2023-06-27 | refactor(navbar): consistent spacing in navbar buttons (#507) | 1 | -21/+5 | ||
2023-06-25 | refactor(ui): remove n-text (#506) | 14 | -74/+52 | ||
2023-06-25 | refactor(ui): replaced some n-input to c-input (#505) | 20 | -235/+189 | ||
2023-06-25 | chore(deps): updated unplugin-auto-import (#504) | 4 | -57/+330 | ||
2023-06-25 | chore(deps): removed start-server-and-test dependency | 3 | -116/+2 | ||
* chore(deps): update dependency start-server-and-test to v2 * chore(deps): removed start-server-and-test dependency --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> | |||||
2023-06-25 | feat(new-tool): password strength analyzer (#502) | 7 | -1/+223 | ||
2023-06-25 | chore(deps): update dependency c8 to v8 (#498) | 2 | -6/+10 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-24 | chore(deps): update dependency @types/jsdom to v21 (#495) | 2 | -10/+12 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-24 | chore(deps): update node.js to v16.20.1 (#491) | 1 | -1/+1 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-24 | fix(deps): update dependency country-code-lookup to ^0.1.0 (#493) | 2 | -5/+5 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-24 | fix(deps): update dependency @vueuse/head to ^0.9.0 (#492) | 2 | -11/+20 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-24 | chore(deps): update dependency vitest to ^0.32.0 (#489) | 2 | -36/+502 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-24 | chore(deps): update actions/checkout action to v3 (#494) | 2 | -2/+2 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-23 | chore(deps): update dependency unplugin-vue-components to ^0.25.0 (#484) | 2 | -8/+12 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-23 | chore(deps): update dependency unplugin-auto-import to ^0.16.0 (#483) | 2 | -15/+23 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-23 | fix(i18n): fallback for demo i18n | 1 | -1/+1 | ||
2023-06-23 | feat(new-tool): yaml to toml | 5 | -3/+83 | ||
2023-06-23 | feat(new-tool): json to toml | 5 | -0/+83 | ||
2023-06-23 | feat(new-tool): toml to yaml | 4 | -0/+77 | ||
2023-06-23 | feat(new-tool): toml to json | 8 | -1/+114 | ||
2023-06-23 | refactor(json-viewer): input monospace font (#485) | 1 | -2/+3 | ||
2023-06-23 | chore(deps): update dependency unocss to ^0.53.0 (#482) | 2 | -122/+123 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-23 | chore(deps): update dependency @unocss/eslint-config to ^0.53.0 (#478) | 2 | -30/+94 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-23 | refacor(transformers): use monospace font for JSON and SQL text areas (#476) | 4 | -3/+15 | ||
* feat(c-input): Add monospace prop * feat: use monospace input for json and sql inputs | |||||
2023-06-23 | chore(deps): added renovate.json (#477) | 1 | -0/+6 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||
2023-06-23 | fix(typos): fixed more typos & uppercase JSON (#475) | 5 | -13/+13 | ||
* fix(About): typo * uppercase json & typos | |||||
2023-06-21 | fix(about): typos and wording (#474) | 1 | -8/+8 | ||
* fix(About): typos and wording * Update src/pages/About.vue --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> | |||||
2023-06-19 | docs(ide): updated vscode extensions settings (#472) | 2 | -2/+22 | ||
2023-06-19 | chore(i18n): tool scoped locales (#471) | 6 | -45/+35 | ||
2023-06-19 | feat(command-palette): random tool action | 3 | -2/+33 | ||