Skip to content

Commit

Permalink
Merge branch 'release/0.1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
agershun committed May 28, 2015
2 parents ebb21a7 + a4b7c82 commit a19a787
Show file tree
Hide file tree
Showing 78 changed files with 84,503 additions and 34,112 deletions.
31 changes: 31 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
"**/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s",
"**/**jquery-*.*.?(*).?(cs|j)s",
"**/prototype?(*).js",
"**/**.test",
"console/**",
"dist/**",
"examples/**",
"meteor/**",
"lib/**",
"stuff/**",
"test-sql/**",
"test/**",
"utils/**",
"alasql.js",
"gulpfile.js"
],
"test": [
"**/test/**",
"**/tests/**",
"**/spec/**",
"**/specs/**"
]
}
4 changes: 2 additions & 2 deletions .bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alasql",
"description":"AlaSQL.js - JavaScript SQL database library for relational and graph data manipulation with support of localStorage, IndexedDB, and Excel",
"version": "0.1.7",
"version": "0.1.8",
"license": "MIT",
"keywords": [
"sql",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"js-xls": "~0.7.5",
"js-xlsx":"0.8.0",
"es6-promise":"2.1.1"
"es6-promise":"2.1.0"
},
"devDependencies": {
"gulp":"3.8.11",
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Changelog

### 0.1.7 "Parma" (17.05.2015 - ...05.2015)
### 0.1.8 "Pisa" (22.05.2015 - 28.05.2015)
* SELECT FROM syntax
* Export to multiple sheets workbook
* SQL-99 features list
* Changed README.md
* PEOPLE.md moved to wiki
* VALUE OF SELECT operator
* bitHound file


### 0.1.7 "Parma" (17.05.2015 - 22.05.2015)
* Fixed BETWEEN AND and AND parsing priority bug (KPI1:95%)
* Fixed SUM() with NULL(undefined) values
* SLT tests run
* select1.test passed 100%
* Set jsdoc environment
* Added 'var y' and functions for NULL and undefined conversions
* Fixed ABG() aggregator for NULL elements
* Fixed AVG() aggregator for NULL elements
* New gulp commands: 'gulp doc' and 'gulp console'
* Some jsDoc documentation tag added
* Expression statement ( = 2*2 )
Expand Down
43 changes: 0 additions & 43 deletions PEOPLE.md

This file was deleted.

Loading

0 comments on commit a19a787

Please sign in to comment.