Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed May 6, 2018
2 parents 88f816a + bd623d8 commit d858d9a
Show file tree
Hide file tree
Showing 48 changed files with 424 additions and 370 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ module.exports = function(grunt) {
banner: '/*!\n' +
' * jQuery QueryBuilder <%= pkg.version %>\n' +
' * Copyright 2014-<%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel (http://www.strangeplanet.fr)\n' +
' * Licensed under MIT (http://opensource.org/licenses/MIT)\n' +
' * Licensed under MIT (https://opensource.org/licenses/MIT)\n' +
' */',

langBanner: '/*!\n' +
' * jQuery QueryBuilder <%= pkg.version %>\n' +
' * Locale: <%= lang_locale %>\n' +
'<% if (lang_author) { %> * Author: <%= lang_author %>\n<% } %>' +
' * Licensed under MIT (http://opensource.org/licenses/MIT)\n' +
' * Licensed under MIT (https://opensource.org/licenses/MIT)\n' +
' */',

// serve folder content
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2017 Damien Sorel
Copyright (c) 2014-2018 Damien Sorel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# jQuery QueryBuilder

[![Bower version](https://img.shields.io/bower/v/jQuery-QueryBuilder.svg?style=flat-square)](http://querybuilder.js.org)
[![npm version](https://img.shields.io/npm/v/jQuery-QueryBuilder.svg?style=flat-square)](https://www.npmjs.com/package/jQuery-QueryBuilder)
[![jsDelivr CDN](https://data.jsdelivr.com/v1/package/npm/jQuery-QueryBuilder/badge)](https://www.jsdelivr.com/package/npm/jQuery-QueryBuilder)
[![Build Status](https://img.shields.io/travis/mistic100/jQuery-QueryBuilder.svg?style=flat-square)](https://travis-ci.org/mistic100/jQuery-QueryBuilder)
Expand All @@ -9,12 +8,12 @@

jQuery plugin offering an simple interface to create complex queries.

[![screenshot](https://raw.githubusercontent.com/mistic100/jQuery-QueryBuilder/master/examples/screenshot.png)](http://querybuilder.js.org)
[![screenshot](https://raw.githubusercontent.com/mistic100/jQuery-QueryBuilder/master/examples/screenshot.png)](https://querybuilder.js.org)



## Documentation
[http://querybuilder.js.org](http://querybuilder.js.org)
[querybuilder.js.org](https://querybuilder.js.org)



Expand Down Expand Up @@ -43,8 +42,8 @@ jQuery-QueryBuilder is available on [jsDelivr](https://www.jsdelivr.com/package/
* [jQuery 3](https://jquery.com)
* [Bootstrap 3](https://getbootstrap.com/docs/3.3) (CSS only)
* [jQuery.extendext](https://github.com/mistic100/jQuery.extendext)
* [doT.js](http://olado.github.io/doT)
* [MomentJS](http://momentjs.com) (optional, for Date/Time validation)
* [doT.js](https://olado.github.io/doT)
* [MomentJS](https://momentjs.com) (optional, for Date/Time validation)
* [SQL Parser](https://github.com/mistic100/sql-parser) (optional, for SQL methods)
* Other Bootstrap/jQuery plugins used by plugins

Expand Down Expand Up @@ -92,10 +91,5 @@ grunt --languages=fr,it
* `grunt doc` to generate the documentation.



## License
This library is available under the MIT license.

#### Inspirations
* [Knockout Query Builder](http://kindohm.github.io/knockout-query-builder/)
* [jui_filter_rules](http://www.pontikis.net/labs/jui_filter_rules/)
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"homepage": "http://www.strangeplanet.fr"
"homepage": "https://www.strangeplanet.fr"
}
],
"description": "jQuery plugin for user friendly query/filter creator",
Expand All @@ -26,7 +26,7 @@
"filter"
],
"license": "MIT",
"homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
"homepage": "https://querybuilder.js.org",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jQuery-QueryBuilder.git"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mistic100/jquery-querybuilder",
"version": "2.5.1",
"version": "2.5.2",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"homepage": "http://www.strangeplanet.fr"
"homepage": "https://www.strangeplanet.fr"
}],
"description": "jQuery plugin for user friendly query/filter creator",
"require": {
Expand All @@ -20,7 +20,7 @@
"filter"
],
"license": "MIT",
"homepage": "https://github.com/mistic100/jQuery-QueryBuilder",
"homepage": "https://querybuilder.js.org",
"support": {
"issues": "https://github.com/mistic100/jQuery-QueryBuilder/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions dist/css/query-builder.dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/
.query-builder .rules-group-container, .query-builder .rule-container, .query-builder .rule-placeholder {
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/query-builder.dark.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/query-builder.default.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/
.query-builder .rules-group-container, .query-builder .rule-container, .query-builder .rule-placeholder {
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/query-builder.default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/i18n/query-builder.ar.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Arabic (ar)
* Author: Mohamed YOUNES, https://github.com/MedYOUNES
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.az.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Azerbaijan (az)
* Author: Megaplan, mborisv <bm@megaplan.ru>
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.bg.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Bulgarian (bg)
* Author: Valentin Hristov
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.cs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Čeština (cs)
* Author: Megaplan, mborisv <bm@megaplan.ru>
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.da.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Danish (da)
* Author: Jna Borup Coyle, github@coyle.dk
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.de.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: German (de)
* Author: "raimu"
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.el.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Greek (el)
* Author: Stelios Patsatzis, https://www.linkedin.com/in/stelios-patsatzis-89841561
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.en.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: English (en)
* Author: Damien "Mistic" Sorel, http://www.strangeplanet.fr
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.es.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Spanish (es)
* Author: "pyarza", "kddlb"
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.fa-IR.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Farsi (fa-ir)
* Author: Behzad Sedighzade, behzad.sedighzade@gmail.com
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.fr.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: French (fr)
* Author: Damien "Mistic" Sorel, http://www.strangeplanet.fr
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.he.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Hebrew (he)
* Author: Kfir Stri https://github.com/kfirstri
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.it.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Italian (it)
* Author: davegraziosi
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.nl.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Dutch (nl)
* Author: "Roywcm"
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.no.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Norwegian (no)
* Author: Jna Borup Coyle, github@coyle.dk
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.pl.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Polish (pl)
* Author: Artur Smolarek
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.pt-BR.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Brazilian Portuguese (pr-BR)
* Author: Leandro Gehlen, leandrogehlen@gmail.com; Marcos Ferretti, marcosvferretti@gmail.com
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.pt-PT.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Portuguese (pt-PT)
* Author: Miguel Guerreiro, migas.csi@gmail.com
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.ro.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Romanian (ro)
* Author: ArianServ
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.ru.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Russian (ru)
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.sq.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Albanian (sq)
* Author: Tomor Pupovci
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/i18n/query-builder.tr.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* jQuery QueryBuilder 2.5.1
* jQuery QueryBuilder 2.5.2
* Locale: Turkish (tr)
* Author: Aykut Alpgiray Ateş
* Licensed under MIT (http://opensource.org/licenses/MIT)
* Licensed under MIT (https://opensource.org/licenses/MIT)
*/

(function(root, factory) {
Expand Down
Loading

0 comments on commit d858d9a

Please sign in to comment.