Start of release branch; CHANGELOG file initiated; bootstrap and jquery requirements documented.

This commit is contained in:
Andrew Rowls 2013-02-11 15:10:31 -05:00
parent a9d5943af1
commit 2b0004254f
2 changed files with 28 additions and 0 deletions

19
CHANGELOG.md Normal file
View File

@ -0,0 +1,19 @@
Changelog
=========
v1.0.0
------
Initial release:
* format option
* weekStart option
* calendarWeeks option
* startDate / endDate options
* daysOfWeekDisabled option
* autoclose option
* startView / mnViewMode options
* todayBtn / todayHighlight options
* keyboardNavigation option
* language option
* forceParse option

View File

@ -6,6 +6,15 @@ thanks go to him for getting this thing started!
Please note that this fork is not used on Stefan's page at this time, nor is it maintained or
contributed to by him (yet?)
Versions are incremented according to [semver](http://semver.org/).
# Requirements
* [Bootstrap](http://twitter.github.com/bootstrap/) [2.0.4](https://github.com/twitter/bootstrap/tree/v2.0.4)
* [jQuery](http://jquery.com/) [1.7.1](https://github.com/jquery/jquery/tree/1.7.1)
These are the specific versions bootstrap-datpicker is tested against (`js` files) and built against (`css` files). Use other versions at your own risk.
# Example
Attached to a field with the format specified via options: