Skip to content

Commit 26d9bee

Browse files
committed
docs: add changelogs and include features in readme
1 parent aa31b10 commit 26d9bee

File tree

17 files changed

+179
-6
lines changed

17 files changed

+179
-6
lines changed

CHANGELOG/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
This directory contains the changelog for each release version of JSONP. Each file represents a specific release and its associated changes.
4+
5+
## Release History
6+
7+
1. v1.0.0 (96c3049) - Initial release
8+
2. v1.1.0 (bc6a659) - Feature additions
9+
3. v1.2.0 (77e1aa1) - Enhancements
10+
4. v1.3.0 (c2b3f3e) - Major updates
11+
5. v1.4.0 (1689dab) - New features
12+
6. v1.5.0 (fee4e58) - Improvements
13+
7. v1.6.0 (74741a8) - Feature additions
14+
8. v1.7.0 (444b22a) - Enhancements
15+
9. v1.8.0 (95529d1) - Updates
16+
10. v1.9.0 (9481e49) - New features
17+
11. v1.10.0 (c9176bd) - Major improvements
18+
12. v1.11.0 (dcceba8) - Feature additions
19+
13. v1.12.0 (1cc33a1) - Enhancements
20+
14. v1.13.0 (f779cd8) - Latest updates
21+
15. v1.14.0 (aa31b10) - Tab Reordering Feature
22+
23+
Each version has its own changelog file with detailed information about the changes.

CHANGELOG/v1.0.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v1.0.0 (96c3049)
2+
3+
Initial release of JSONP - Multi tab JSON toolkit
4+
5+
### Features
6+
- Base design for JSON preview
7+
- Initial JSON formatting functionality
8+
- Basic tree view implementation
9+
- JSON validation

CHANGELOG/v1.1.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# v1.1.0 (bc6a659)
2+
3+
### Features
4+
- Added multi-tab support
5+
- Tab management system
6+
- Ability to work with multiple JSON documents simultaneously

CHANGELOG/v1.10.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# v1.10.0 (c9176bd)
2+
3+
### Features
4+
- Added copy button to all features
5+
- Enhanced user interaction capabilities
6+
- Improved clipboard functionality

CHANGELOG/v1.11.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# v1.11.0 (dcceba8)
2+
3+
### Features
4+
- Added coloration on JSON tree view
5+
- Improved design for tree view
6+
- Enhanced visual representation of JSON structure

CHANGELOG/v1.12.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v1.12.0 (1cc33a1)
2+
3+
### Features
4+
- Added Python dictionary to JSON converter
5+
- Added JSON to Python dictionary converter
6+
- Enhanced conversion capabilities
7+
8+
### Documentation
9+
- Added Code of Conduct
10+
- Created Contributing Guidelines

CHANGELOG/v1.13.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v1.13.0 (f779cd8)
2+
3+
### Features
4+
- Added mock data generator
5+
- Implemented Faker.js integration
6+
- Enhanced data generation capabilities
7+
8+
### Bug Fixes
9+
- Fixed text overflow on preview screen of JSON formatter in raw view
10+
- Added favicon
11+
- Added logo.svg format

CHANGELOG/v1.14.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# v1.14.0 (aa31b10)
2+
3+
### Features
4+
- Implemented tab reordering functionality
5+
- Added drag-and-drop support for tabs
6+
- Enhanced tab management system with reordering capabilities

CHANGELOG/v1.2.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v1.2.0 (77e1aa1)
2+
3+
### Features
4+
- Added search functionality
5+
- Implemented JSON search feature
6+
- Search within raw JSON content
7+
- Tree preview improvements
8+
9+
### Bug Fixes
10+
- Fixed tree preview hidden class
11+
- Fixed multiple tab switch failure for tab 1

CHANGELOG/v1.3.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v1.3.0 (c2b3f3e)
2+
3+
### Features
4+
- Added editable tab names
5+
- Tab name customization support
6+
7+
### Documentation
8+
- Updated documentation for tab name editing feature
9+
- Fixed name title in documentation

0 commit comments

Comments
 (0)