From c3f3e661dfcc1f73ffcc8df00d479827358c64e2 Mon Sep 17 00:00:00 2001 From: Max Huang Date: Sun, 17 Jul 2016 22:49:00 +1000 Subject: [PATCH] Update todo guide --- README.md | 3 +++ doc/not-in-the-plan.md | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 doc/not-in-the-plan.md diff --git a/README.md b/README.md index c7ac42a9..644ac70c 100644 --- a/README.md +++ b/README.md @@ -167,9 +167,12 @@ gulp mocha && gulp eslint - [x] ReactJS component - [x] Add credit card type detection callback - [x] Mocha unit tests for formatter +- [ ] Fix the classic cursor jumping issue - [ ] AngularJS component (WIP...) - [ ] PhantomJS / Jest browser tests +> Then to contributors, we have a [not in the plan](https://github.com/nosir/cleave.js/blob/master/doc/not-in-the-plan.md) list you may concern. + ## Get in touch - Bugs / Suggestions: [open an issue](https://github.com/nosir/cleave.js/issues) - Twitter: [@rison](https://twitter.com/rison) diff --git a/doc/not-in-the-plan.md b/doc/not-in-the-plan.md new file mode 100644 index 00000000..87f1d2af --- /dev/null +++ b/doc/not-in-the-plan.md @@ -0,0 +1,24 @@ +# Cleave.js Documentation + +## Not in the plan + +As a small and simple project, cleave.js has its own direction, which is something we won't compromise. + +At the same time, we want to only focus on things we are able to keep following and updating. + +Thus, for now we won't consider adding / merging these features / pull requests, as for the future who knows, let's just be less ambitious: + +- LTE IE8 support +- RegExp option +- Change API to a more OO way +- Ember.js component +- Vue.js component +- React HOC +- TypeScript port +- CoffeeScript port + +This is by no means to say these technologies are not good, just the opposite, they are all brilliant and outstanding, maybe except the first one. + +Still, feel free to fork cleave.js and play with your favourite tech. + +Cheers.