From 2b0004254fb81e994ccbadc6f021f03468eaef70 Mon Sep 17 00:00:00 2001 From: Andrew Rowls Date: Mon, 11 Feb 2013 15:10:31 -0500 Subject: [PATCH] Start of release branch; CHANGELOG file initiated; bootstrap and jquery requirements documented. --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 9 +++++++++ 2 files changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0753d08 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2b8c464..3205b26 100644 --- a/README.md +++ b/README.md @@ -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: