Skip to content

Commit a19a787

Browse files
committed
Merge branch 'release/0.1.8'
2 parents ebb21a7 + a4b7c82 commit a19a787

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+84503
-34112
lines changed

.bithoundrc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"ignore": [
3+
"**/deps/**",
4+
"**/node_modules/**",
5+
"**/vendor/**",
6+
"**/**-min-**",
7+
"**/**-min.**",
8+
"**/**.min.**",
9+
"**/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s",
10+
"**/**jquery-*.*.?(*).?(cs|j)s",
11+
"**/prototype?(*).js",
12+
"**/**.test",
13+
"console/**",
14+
"dist/**",
15+
"examples/**",
16+
"meteor/**",
17+
"lib/**",
18+
"stuff/**",
19+
"test-sql/**",
20+
"test/**",
21+
"utils/**",
22+
"alasql.js",
23+
"gulpfile.js"
24+
],
25+
"test": [
26+
"**/test/**",
27+
"**/tests/**",
28+
"**/spec/**",
29+
"**/specs/**"
30+
]
31+
}

.bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alasql",
33
"description":"AlaSQL.js - JavaScript SQL database library for relational and graph data manipulation with support of localStorage, IndexedDB, and Excel",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"license": "MIT",
66
"keywords": [
77
"sql",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"js-xls": "~0.7.5",
3434
"js-xlsx":"0.8.0",
35-
"es6-promise":"2.1.1"
35+
"es6-promise":"2.1.0"
3636
},
3737
"devDependencies": {
3838
"gulp":"3.8.11",

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Changelog
22

3-
### 0.1.7 "Parma" (17.05.2015 - ...05.2015)
3+
### 0.1.8 "Pisa" (22.05.2015 - 28.05.2015)
4+
* SELECT FROM syntax
5+
* Export to multiple sheets workbook
6+
* SQL-99 features list
7+
* Changed README.md
8+
* PEOPLE.md moved to wiki
9+
* VALUE OF SELECT operator
10+
* bitHound file
11+
12+
13+
### 0.1.7 "Parma" (17.05.2015 - 22.05.2015)
414
* Fixed BETWEEN AND and AND parsing priority bug (KPI1:95%)
515
* Fixed SUM() with NULL(undefined) values
616
* SLT tests run
717
* select1.test passed 100%
818
* Set jsdoc environment
919
* Added 'var y' and functions for NULL and undefined conversions
10-
* Fixed ABG() aggregator for NULL elements
20+
* Fixed AVG() aggregator for NULL elements
1121
* New gulp commands: 'gulp doc' and 'gulp console'
1222
* Some jsDoc documentation tag added
1323
* Expression statement ( = 2*2 )

PEOPLE.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)