Commit 0ff2b00
Merge Develop in main (#82)
* feat(ui): add reusable CopyButton and refactor wordCounter and jsonToTxt
Adds a reusable CopyButton component and refactors WordCounter and JsonToTxt to use it.
Fixes #17
* chore(release): 1.4.0-develop.1 [skip ci]
# [1.4.0-develop.1](v1.3.2...v1.4.0-develop.1) (2026-02-28)
### Features
* **ui:** add reusable CopyButton and refactor wordCounter and jsonToTxt ([d5b9e83](d5b9e83)), closes [#17](#17)
* fix(tools): implement proper bcrypt generator
Replaces placeholder hashing logic with bcryptjs implementation as contributed in PR #23
Adds proper salt generation and verification using bcrypt.compare.
Fixes #13
* chore(release): 1.4.0-develop.2 [skip ci]
# [1.4.0-develop.2](v1.4.0-develop.1...v1.4.0-develop.2) (2026-02-28)
### Bug Fixes
* **tools:** implement proper bcrypt generator ([94d19be](94d19be)), closes [#23](#23) [#13](#13)
* Add Curl to Code Converter (#25)
closes: #21
Co-authored-by: Syed Fahad <sfahad2904@gmail.com>
* feat: Add Smart Repair feature to JSON Validator (#41)
Closes #38
* feat. json to csv convertor (#26)
* feat. json to csv convertor
* align checkbox
Fixes #18
* chore: initialize eslint configuration
* feat: Add IPv4 Subnet Calculator Tool
This pull request implements a specialized IPv4 Subnet Calculator tool for network engineers and DevOps professionals. The tool simplifies network planning and infrastructure setup by instantly calculating subnet details from an IP address and CIDR prefix or subnet mask.
closes #33
* chore: sync package-lock with package.json
* chore(release): 1.4.0-develop.3 [skip ci]
# [1.4.0-develop.3](v1.4.0-develop.2...v1.4.0-develop.3) (2026-03-03)
### Features
* Add IPv4 Subnet Calculator Tool ([ad1c03f](ad1c03f)), closes [#33](#33)
* Add Smart Repair feature to JSON Validator ([#41](#41)) ([7a3c7a5](7a3c7a5)), closes [#38](#38)
* feat: Add lockfile guard workflow to prevent unintended lockfile changes
* chore(release): 1.4.0-develop.4 [skip ci]
# [1.4.0-develop.4](v1.4.0-develop.3...v1.4.0-develop.4) (2026-03-03)
### Features
* Add lockfile guard workflow to prevent unintended lockfile changes ([aa20fb5](aa20fb5))
* feat(tools): add SVG to React/CSS utility
* feat(tools): add SVG to React/CSS utility
Add SVG converter tool that transforms raw SVG code into optimized variants:
- React Component: Clean, reusable functional component with dynamic sizing
- CSS Data URI: Inline SVG for CSS background images
- CSS Mask: SVG as CSS mask-image for flexible icon styling
Features:
- Automatic metadata cleanup (removes XML declarations, comments, DOCTYPE)
- viewBox preservation for responsive sizing
- Optional currentColor replacement for theme support
- Configurable default width/height
- File upload support (.svg files)
- Copy-to-clipboard functionality
Closes #50
* fix(release): update GITHUB_TOKEN to use RELEASE_TOKEN for semantic release
* chore(release): 1.4.0-develop.5 [skip ci]
# [1.4.0-develop.5](v1.4.0-develop.4...v1.4.0-develop.5) (2026-03-05)
### Bug Fixes
* **release:** update GITHUB_TOKEN to use RELEASE_TOKEN for semantic release ([be3a012](be3a012))
### Features
* **tools:** add SVG to React/CSS utility ([218ccad](218ccad)), closes [#50](#50)
* Favourite Feature Added (#77)
Added a favourite tool feature.
Favourite tools are pushed to top.
Added a filter for favourite tools.
Closes #61
* feat: Add Unix Timestamp (Epoch) Converter Utility
Closes: #16
* chore(release): 1.4.0-develop.6 [skip ci]
# [1.4.0-develop.6](v1.4.0-develop.5...v1.4.0-develop.6) (2026-03-08)
### Features
* Add Unix Timestamp (Epoch) Converter Utility ([f277272](f277272)), closes [#16](#16)
* feat(tools): add Unix Timestamp Converter to development tools list
* chore(release): 1.4.0-develop.7 [skip ci]
# [1.4.0-develop.7](v1.4.0-develop.6...v1.4.0-develop.7) (2026-03-08)
### Features
* **tools:** add Unix Timestamp Converter to development tools list ([3fedf57](3fedf57))
* feat: Added URL parser & Query Editor Tool
Closes : #51
* chore(release): 1.4.0-develop.8 [skip ci]
# [1.4.0-develop.8](v1.4.0-develop.7...v1.4.0-develop.8) (2026-03-08)
### Features
* Added URL parser & Query Editor Tool ([c9933ba](c9933ba)), closes [#51](#51)
* feature: add light mode toggle and global theme support #29
Closes: #14
* feat: add class-validator dependency and update page styles (#81)
- Added `class-validator` package to `package.json`.
- Adjusted styles in `page.tsx` for sidebar positioning and button margin.
- Refined text styles in `[slug]/page.tsx` for better readability.
- Updated descriptions in `constants.tsx` for JSON tools to enhance clarity.
Co-authored-by: Mohit Mali <mohit@linearloop.io>
---------
Co-authored-by: Harryson <168550932+HarrysonLadines@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Sayak Datta <174126344+datta-sayak@users.noreply.github.com>
Co-authored-by: Omkar <182200831+omkarhole@users.noreply.github.com>
Co-authored-by: Syed Fahad <sfahad2904@gmail.com>
Co-authored-by: Uday Kiran <132606304+udaykiran243@users.noreply.github.com>
Co-authored-by: Madhav Majumdar <161720210+madhav2348@users.noreply.github.com>
Co-authored-by: Gaurav Karakoti <karakotigaurav12@gmail.com>
Co-authored-by: Aadya Paradkar <aadyaparadkar@gmail.com>
Co-authored-by: zeel0m <137067026+zeel0m@users.noreply.github.com>1 parent 07ddc29 commit 0ff2b00
33 files changed
Lines changed: 5075 additions & 445 deletions
File tree
- .github
- workflows
- app
- [slug]
- components
- comparisonsComponent
- developmentToolsComponent
- layout
- Header
- theme/Icon
- ui
- contexts
- libs
- styles
- public/images
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
1 | 63 | | |
2 | 64 | | |
3 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
50 | 81 | | |
51 | 82 | | |
52 | 83 | | |
| |||
0 commit comments