Skip to content

Commit

Permalink
Update todo guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nosir committed Jul 17, 2016
1 parent 266177c commit c3f3e66
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
24 changes: 24 additions & 0 deletions doc/not-in-the-plan.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c3f3e66

Please sign in to comment.