Skip to content

Commit 2b46c7a

Browse files
committed
Moved changelog to a separate file
1 parent 5269136 commit 2b46c7a

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
### 0.0.8
3+
4+
* support week numbers
5+
* support to select forward/backward
6+
* support mobile browsers
7+
* fix many bugs and style issues
8+
9+
### 0.0.7
10+
11+
* add hovering effect on day elements
12+
* add sticky month mode
13+
* add single month mode
14+
* enable adding elements on each day element
15+
* available to hide the top bar
16+
* no longer support IE6,7
17+
* fix many bugs and style issues
18+
19+
### 0.0.5
20+
21+
* enable control by script
22+
* enable batch mode ( select week or month by one click )
23+
* fixed some position issues
24+
* fixed some time related bugs

README.md

+4-25
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,6 @@ jQuery Date Range Picker is a jQuery plugin that allows user to select a date ra
1515

1616
![screenshot](https://raw.github.com/longbill/jquery-date-range-picker/master/preview.jpg)
1717

18-
##what's new in 0.0.8##
19-
20-
* support week numbers
21-
* support to select forward/backward
22-
* support mobile browsers
23-
* fix many bugs and style issues
24-
25-
##what's new in 0.0.7##
26-
27-
* add hovering effect on day elements
28-
* add sticky month mode
29-
* add single month mode
30-
* enable adding elements on each day element
31-
* available to hide the top bar
32-
* no longer support IE6,7
33-
* fix many bugs and style issues
34-
35-
##what's new in 0.0.5##
36-
37-
* enable crontrol by script
38-
* enable batch mode ( select week or month by one click )
39-
* fixed some position issues
40-
* fixed some time related bugs
41-
4218
#### How to setup this project on your development machine
4319
* Install node.js [Ubuntu/Mac](https://github.com/creationix/nvm) , [Windows](https://nodejs.org/en/download/)
4420
* Update npm to latest version
@@ -64,5 +40,8 @@ gulp
6440
```
6541
* Above command will generate new files by reading from ```src```
6642

67-
###LICENSE###
43+
### Change log
44+
* See [changelog](CHANGELOG.md)
45+
46+
### License
6847
This date range picker plugin is under MIT LICENSE

0 commit comments

Comments
 (0)