RedQueryBuilder Project

Release History

Version Date Description
future 2013-??-?? Various small fixes.
0.7.0 2014-07-10 New types and better IE10 support.
0.6.0 2013-12-01 Small fixes.
0.5.0 2013-09-28 Help for CSS/JS
0.4.0 2013-05-13 Multiple selection
0.3.0 2013-03-11 Update UI
0.2.0.b2 2012-12-27 Various small fixes.
0.2.0.b1 2012-10-03 Fix some inconsitencies.
0.1.0.b6 2012-06-29 Various small fixes.
0.1.0.b5 2012-06-29 Various small fixes.
0.1.0.b4 2012-06-19 Various small fixes.
0.1.0.b3 2012-06-15 Various small fixes.
0.1.0.b2 2012-06-09 Merged code bases.

Release future - 2013-??-??

Type Changes By

add

* Support date ranges? Use between and somehow constrain a < b? Thanks to Erick Moura. salk31

add

* Support a "clear all constraints" button? Thanks to Erick Moura. salk31

fix

* Sort buttons in JDBC sample fix. Thanks to Carl Samuelson. salk31

add

* Do something about the need to wait for redquerybuilder to load salk31

add

* Nice error message if meta data malformed and defaults (types, fks). salk31

* Collapse down AND and ORs where evaluation order is not important. Thanks to DaFrenk. salk31

add

* API to control the "add condition" button. Always have a condition. Thanks to Cody Lundquist. salk31

fix

* Fix JDBC sample letting you search with missing args. salk31

add

* Initial validation support. salk31

Release 0.7.0 - 2014-07-10

Type Changes By

add

New Number type/editor. salk31

fix

https://github.com/salk31/RedQueryBuilder/issues/32 upgrade to GWT 2.6.1 for IE10 support. salk31

fix

https://github.com/salk31/RedQueryBuilder/issues/19 problem with default Editor values. salk31

Release 0.6.0 - 2013-12-01

Type Changes By

fix

Cope without format from meta data for DATE Editor. salk31

add

Unpacked documentation on GAE webapp. salk31

fix

Fix packaging for GWT projects. salk31

fix

Fix passing in arguments to the IN operator. Thanks to Matt S. salk31

add

Handling of empty IN operators. Thanks to Matt S. salk31

add

Support "NOT IN" Thanks to Matt S. salk31

fix

Better names for JavaScript/JSON FK config. salk31

Release 0.5.0 - 2013-09-28

Type Changes By

add

Config to hide the from control. Thanks to Cody Lundquist. salk31

add

CSS class name could be added via meta data. Can be added to Type, Editor or Column. salk31

fix

Change linking to xsiframe so can run from local file system. salk31

fix

SELECT editor adds spurious "null" option. salk31

Release 0.4.0 - 2013-05-13

Type Changes By

add

Reduce the redraw lag for and/or widget. Thanks to Cody Lundquist. salk31

add

Widget, parse and generate for multiple selection - i.e. "IN" Thanks to Cody Lundquist. salk31

Release 0.3.0 - 2013-03-11

Type Changes By

More obvious how boolean operators join things together in the UI. Thanks to DaFrenk. salk31

Release 0.2.0.b2 - 2012-12-27

Type Changes By

add

"SELECT" editor. salk31

add

Request context supply type name. salk31

add

Control of text rendering in Date editor. Thanks to Jon Casper. salk31

Release 0.2.0.b1 - 2012-10-03

Type Changes By

add

Label for Table to match Column etc. salk31

add

Editor "TEXT" to replace, now deprecated "STRING". salk31

add

JS edition able to override the editor on a column. salk31

Release 0.1.0.b6 - 2012-06-29

Type Changes By

fix

Remove META-INF from the zip. Thanks to Siddharth. salk31

Release 0.1.0.b5 - 2012-06-29

Type Changes By

fix

Remove extra DOM elements. scary

add

Parse "custom" key words. Thanks to Steven. salk31

fix

Incorrect self join when joining from the root table. Thanks to Jon Casper. salk31

add

Initial documentation. salk31

fix

Fixes to minimal JS html. Thanks to Jon Casper. salk31

fix

JavaScript version not force arguments to String. salk31

add

JavaScript simple example show arguments and have a DATE editor. steven

add

Factory JS provide callback when done. Thanks to Jon Casper. salk31

add

RedQueryBuilderFactory support passing initial SQL and arguments. Thanks to Jon Casper. salk31

add

CSS class "rqbWhat" to mark the root table selector. Thanks to Jon Casper. salk31

fix

JS column label not being used. Thanks to Jon Casper. salk31

Release 0.1.0.b4 - 2012-06-19

Type Changes By

fix

Improve styling packaging. salk31

add

First version of Factory JS. salk31

add

JS project index.html creates very minimal widget. salk31

Release 0.1.0.b3 - 2012-06-15

Type Changes By

add

Control id JS version attaches to. salk31

add

CSS for search oracle. salk31

Release 0.1.0.b2 - 2012-06-09

Type Changes By

update

Merged code bases. salk31