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