Skip to content

Commit 83d7cdd

Browse files
committed
Update README.md to highlight TypeScript support and enhance contribution ideas
1 parent d088a23 commit 83d7cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A simple, robust, and thread-safe CRUD library for managing JSON objects in file
1212
- **Custom ID Fields** - Use any field name as the primary key (default: 'id')
1313
- **Directory Creation** - Automatically creates directories if they don't exist ✨ *New in v1.1*
1414
- **Convenience Functions** - Helper functions for quick setup ✨ *New in v1.1*
15+
- **TypeScript Support** - Full TypeScript definitions for IDE support ✨ *New in v1.2*
1516
- **Error Handling** - Comprehensive error handling and detailed error messages
1617
- **Zero dependencies** - Built with only Node.js built-in modules
1718
- **ESM support** - Full ES modules support
@@ -359,11 +360,10 @@ Contributions are welcome! Here are some ways you can help improve JsonFileCRUD:
359360

360361
### Ideas for Contributions
361362

362-
- **TypeScript Support**: Add TypeScript type definitions (.d.ts files)
363363
- **Async/Await Support**: Add Promise-based API alongside callbacks
364364
- **Batch Operations**: Add bulk insert/update/delete operations
365365
- **File Locking**: Add file locking for multi-process safety
366-
- **Documentation**: Improve documentation and add more examples
366+
- **Enhanced Documentation**: Improve documentation and add more examples
367367

368368
### How to Contribute
369369

0 commit comments

Comments
 (0)