From 9372405cb2d12da7a3e52ceb698af0fd75d10c58 Mon Sep 17 00:00:00 2001 From: Zoltan Rakottyai Date: Wed, 21 Aug 2024 14:45:29 +0200 Subject: [PATCH] chore: update ROADMAP.md --- ROADMAP.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 53355a0..f9c6624 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -5,8 +5,13 @@ - [x] Improvement: Enhancing performance, rewrite using ES6 - [x] Documentation: Detailed examples and use cases. +## What's `next` +- [x] chore: Add code quality tools like ESlint, EditorConfig & Prettier +- [x] add `replace` method for replacing accents with it's unaccented equivalents without wrapping +- [x] Add coverage reporting + ## Future Plans +- [ ] Add TypeScript support +- [ ] Add support for CommonJS + -- [ ] Feature 3: add TypeScript support -- [ ] Feature 4: replace accent with it's unaccented equivalent without wrapping -- [ ] Feature 5: Add support for CommonJS