diff --git a/ROADMAP.md b/ROADMAP.md index 3f52e3f..4228b2a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -5,7 +5,15 @@ - [x] Improvement: Enhancing performance, rewrite using ES6 - [x] Documentation: Detailed examples and use cases. + +## What's `next` +- [x] Add code quality tools like ESlint, coverage reporting, EditorConfig +- [x] add `replace` method for replacing accents with it's unaccented equivalents without wrapping +- [ ] Add Prettier +- [ ] Update readme: how to use the new `replace` method + + ## Future Plans -- [ ] Feature 3: add TypeScript support -- [ ] Feature 4: replace accent with it's unaccented equivalent without wrapping -- [ ] Feature 5: Add support for CommonJS \ No newline at end of file +- [ ] Add TypeScript support +- [ ] Add support for CommonJS +