index
:
it-tools
argon2
card-hover
dev
dev-backup
docker-run-to-docker-compose-converter
ed25519-key-pair-generator
feat/jwt-parser
landing-page
main
master
ssg
svg-mesh-gradient-generator
update-dependencies
update-deps
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
json-diff
/
json-diff.models.test.ts
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-14
chore(version): release 2023.05.14-77f2efc
v2023.5.14-77f2efc
Corentin Thomasset
1
-1
/
+1
2023-05-14
docs(changelog): update changelog for 2023.05.14-77f2efc
Corentin Thomasset
1
-0
/
+20
2023-05-14
refactor(ui): replaced some n-input with c-input-text
Corentin Thomasset
39
-452
/
+742
2023-05-14
ui-lib(new-component): added text input component in the c-lib
Corentin Thomasset
14
-21
/
+428
2023-05-14
ui-lib(button): size variants
Corentin Thomasset
3
-20
/
+51
2023-05-13
chore(issues): updated new tool request issue template
Corentin THOMASSET
1
-2
/
+2
2023-05-07
fix(phone-parser): use default country code
Corentin Thomasset
2
-4
/
+4
2023-05-07
feat(list-converter): a small converter who deals with column based data and ...
cgoIT
9
-139
/
+441
2023-05-02
feat(new tool): phone parser and normalizer
Corentin Thomasset
10
-140
/
+357
2023-05-01
fix(home): prevent weird blue border on card
Corentin Thomasset
1
-0
/
+1
2023-04-23
chore(version): release 2023.04.23-92bd835
v2023.4.23-92bd835
Corentin Thomasset
1
-1
/
+1
2023-04-23
docs(changelog): update changelog for 2023.04.23-92bd835
Corentin Thomasset
1
-0
/
+19
2023-04-23
feat(ui-lib): demo pages for c-lib components
Corentin Thomasset
14
-240
/
+286
2023-04-23
fix(ts): cleaned legacy typechecking warning
Corentin Thomasset
7
-17
/
+20
2023-04-23
feat(new-tool): diff of two json objects
Corentin Thomasset
12
-134
/
+751
2023-04-20
refactor(ui-lib): prevent c-button to shrink
Corentin Thomasset
1
-0
/
+1
2023-04-20
refactor(ui): replaced naive ui cards with custom ones
Corentin Thomasset
40
-304
/
+352
2023-04-19
refactor(clean): removed unused lodash import
Corentin Thomasset
1
-1
/
+0
2023-04-19
fix(mac-address-lookup): added copy handler on button click
Corentin Thomasset
1
-1
/
+4
2023-04-19
refactor(clean): removed useless br tags
Corentin Thomasset
13
-43
/
+21
2023-04-19
refactor(ui): getting ride of naive ui buttons
Corentin Thomasset
44
-205
/
+739
2023-04-19
feat(ipv4-range-expander): expands a given IPv4 start and end address to a va...
cgoIT
11
-9
/
+284
2023-04-19
feat(date converter): auto focus main input
Corentin Thomasset
1
-0
/
+1
2023-04-14
chore(version): release 2023.04.14-dbad773
v2023.4.14-dbad773
Corentin Thomasset
1
-1
/
+1
2023-04-14
docs(changelog): update changelog for 2023.04.14-dbad773
Corentin Thomasset
1
-0
/
+12
2023-04-14
chore(release): create a github release on new version
Corentin Thomasset
8
-819
/
+356
2023-04-14
chore(version): reset CHANGELOG content to support new format
Corentin Thomasset
1
-573
/
+2
2023-04-14
feat(new-tool): http status codes
Corentin Thomasset
6
-0
/
+525
2023-04-13
refactor(uuid-generator): prevent NaN in quantity
Corentin Thomasset
1
-29
/
+25
2023-04-13
chore(version): release v2023.04.13-dce9ff9
v2023.4.13-dce9ff9
Corentin Thomasset
1
-1
/
+1
2023-04-13
feat(cd): git version tag pushed to docker
Corentin Thomasset
2
-6
/
+63
2023-04-13
refactor(404): simplified 404 page
Corentin Thomasset
1
-14
/
+11
2023-04-12
refactor(date-converter): improved ux and layout
Corentin Thomasset
7
-76
/
+346
2023-04-12
chore(deps): updated dependencies
Corentin Thomasset
2
-334
/
+341
2023-04-10
feat(new-tool): yaml and json converters
Corentin Thomasset
9
-1
/
+149
2023-04-10
refactor(dx): generic data transformer
Corentin Thomasset
5
-50
/
+78
2023-04-10
refactor(config): removed new tools env config
Corentin Thomasset
3
-17
/
+3
2023-04-10
refactor(lint): auto fix lint
Corentin Thomasset
4
-10
/
+7
2023-04-09
feat(new-tool): generate ula based on timestamp and mac address (#344)
cgoIT
2
-5
/
+6
2023-04-09
feat(new-tool): generate ula based on timestamp and mac address (#344)
cgoIT
6
-12
/
+98
2023-04-09
feat(test): added e2e tests
Corentin Thomasset
11
-5
/
+245
2023-04-09
chore(cd): don't run nightly release if their is no new commits
Corentin Thomasset
1
-0
/
+18
2023-04-09
fix(mac-address-lookup): fix typo in mac-address-lookup tool (#345)
cgoIT
1
-3
/
+3
2023-04-08
feat(new-tool): ipv4 address converter
Corentin Thomasset
2
-1
/
+2
2023-04-08
feat(new-tool): ipv4 address converter
Corentin Thomasset
5
-1
/
+152
2023-04-08
fix(roman-numeral-converter): input validation and feedback (#332)
cgoIT
3
-14
/
+62
2023-04-07
feat(new-tool): mac address lookup
Corentin Thomasset
7
-9
/
+209
2023-04-06
chore(cd): docker nightly releases
Corentin Thomasset
1
-1
/
+3
2023-04-06
chore(cd): docker nightly releases
Corentin Thomasset
1
-5
/
+12
2023-04-06
feat(css): added unocss with attributify preset
Corentin Thomasset
15
-13
/
+406
[next]