initial release

This commit is contained in:
Leo Horie 2014-03-16 22:07:53 -04:00
parent 554e8358cf
commit 70b2489539
81 changed files with 6702 additions and 2 deletions

24
docs/roadmap.md Normal file
View file

@ -0,0 +1,24 @@
## Roadmap
Things that would be useful to have (though likely not as part of Mithril core)
### Utilities
- Formatters / parsers
- i18n
- Date
- Absolute (e.g. Jan 1, 1970 12:00 AM)
- Relative (e.g. 10 days ago)
- Number (e.g. 1,234.5)
- Currency (e.g. $1,000.00)
- Word wrap
- Dependency management
- Functional / relational tools
- Animation
### Components
- Autocompleter
- Date/time picker
- Swipe-to-show panel
- Tree