Skip to content

Commit 47d8edd

Browse files
committed
next version is 2.3.0
1 parent 13fb870 commit 47d8edd

30 files changed

+1145
-589
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@
44
[![Build Status](https://travis-ci.org/mistic100/jQuery-QueryBuilder.svg?branch=master)](https://travis-ci.org/mistic100/jQuery-QueryBuilder)
55
[![Coverage Status](https://coveralls.io/repos/mistic100/jQuery-QueryBuilder/badge.svg)](https://coveralls.io/r/mistic100/jQuery-QueryBuilder)
66
[![Gratipay](https://img.shields.io/gratipay/mistic100.svg)](https://gratipay.com/mistic100)
7-
[![Online documentation](https://img.shields.io/badge/documentation-online-blue.svg)](http://mistic100.github.io/jQuery-QueryBuilder)
87

98
jQuery plugin offering an simple interface to create complex queries.
109

10+
![screenshot](https://raw.githubusercontent.com/mistic100/jQuery-QueryBuilder/master/examples/screenshot.png)
11+
1112
## Documentation
1213
http://mistic100.github.io/jQuery-QueryBuilder
1314

1415
### Dependencies
15-
* Bootstrap >= 3.1 (CSS only)
1616
* jQuery >= 1.9
17+
* Bootstrap >= 3.1 (CSS only)
1718
* [jQuery.extendext](https://github.com/mistic100/jQuery.extendext)
18-
* (optional) MomentJS for date/time validation
19-
* (optional) some JS components used by plugins
19+
* [doT.js](http://olado.github.io/doT)
20+
* [MomentJS](http://momentjs.com) (optional, for Date/Time validation)
21+
* Other Bootstrap/jQuery plugins used by plugins
2022

21-
($.extendext is directly included in the [standalone](https://github.com/mistic100/jQuery-QueryBuilder/blob/master/dist/js/query-builder.standalone.js) file)
23+
($.extendext and doT.js are directly included in the [standalone](https://github.com/mistic100/jQuery-QueryBuilder/blob/master/dist/js/query-builder.standalone.js) file)
2224

2325
### Browser support
24-
* Internet Explorer >= 10 (9 with various shims)
25-
* Mozilla FireFox ??
26-
* Google Chrome ??
27-
* Opera ??
28-
* Safari ??
26+
* Internet Explorer >= 9
27+
* All other recent browsers
2928

3029
### Build
3130

@@ -45,8 +44,8 @@ Install Node and Bower dependencies `npm install & bower install` then run `grun
4544

4645
You can choose which plugins to include with `--plugins` :
4746
```bash
48-
# include "sql-support" plugin
49-
grunt --plugins=sql-support
47+
# include "sql-support" and "mongodb-support" plugins
48+
grunt --plugins=sql-support,mongodb-support
5049

5150
# disable all plugins
5251
grunt --plugins=false
@@ -63,7 +62,8 @@ grunt --languages=fr,it
6362

6463
* `grunt test` to run JSHint and the QUnit test suite.
6564
* `grunt list_modules` to get the list of available plugins and languages.
66-
* `grunt watch` to automatically build the library when modifying source files.
65+
* `grunt describe_triggers` to get the list of all triggers.
66+
* `grunt watch` to automatically build the library when modifying the source files.
6767

6868
### Inspiration
6969
* [Knockout Query Builder](http://kindohm.github.io/knockout-query-builder/)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery-QueryBuilder",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"authors": [{
55
"name": "Damien \"Mistic\" Sorel",
66
"email": "contact@git.strangeplanet.fr",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mistic100/jquery-querybuilder",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"authors": [{
55
"name": "Damien \"Mistic\" Sorel",
66
"email": "contact@git.strangeplanet.fr",

dist/css/query-builder.dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery QueryBuilder 2.2.1
2+
* jQuery QueryBuilder 2.3.0
33
* Copyright 2014-2015 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
44
* Licensed under MIT (http://opensource.org/licenses/MIT)
55
*/

dist/css/query-builder.dark.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/query-builder.default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery QueryBuilder 2.2.1
2+
* jQuery QueryBuilder 2.3.0
33
* Copyright 2014-2015 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
44
* Licensed under MIT (http://opensource.org/licenses/MIT)
55
*/

dist/css/query-builder.default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/i18n/query-builder.da.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery QueryBuilder 2.2.1
2+
* jQuery QueryBuilder 2.3.0
33
* Locale: Danish (da)
44
* Author: Jna Borup Coyle, github@coyle.dk
55
* Licensed under MIT (http://opensource.org/licenses/MIT)

dist/i18n/query-builder.de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery QueryBuilder 2.2.1
2+
* jQuery QueryBuilder 2.3.0
33
* Locale: German (de)
44
* Author: "raimu"
55
* Licensed under MIT (http://opensource.org/licenses/MIT)

dist/i18n/query-builder.en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery QueryBuilder 2.2.1
2+
* jQuery QueryBuilder 2.3.0
33
* Locale: English (en)
44
* Author: Damien "Mistic" Sorel, http://www.strangeplanet.fr
55
* Licensed under MIT (http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)