Skip to content

Commit

Permalink
Updated version in files to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Dec 22, 2016
1 parent 6bbefa8 commit 44722fc
Show file tree
Hide file tree
Showing 15 changed files with 12,350 additions and 12,308 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Changelog

_0.3.5 "Maiao" (xx.12.2016)_

_0.3.6 "???" (xx.01.2017)_

* ...



### 0.3.5 "Maiao" (22.12.2016)
* Added: Import data through AngularJS controllers
* Added: Support for running in VM for nodeJS
* Fix: Typescript definition
* Fix: False negatives for deepequal'ing of extended primitives
* Fix: Double quotation marks in CSV output


### 0.3.4 "Fitii" (09.11.2016)
* Added: trigger `AFTER DELETE`
* Fix: `TRUNCATE TABLE` now works for local storage DB
* Fix: `JOIN` a sub select
* Removed: The `HELP` command (to save space)
* Added: trigger `AFTER DELETE`
* Fix: `TRUNCATE TABLE` now works for local storage DB
* Fix: `JOIN` a sub select
* Removed: The `HELP` command (to save space)


### 0.3.3 "Makemo" (13.10.2016)
Expand All @@ -17,7 +27,7 @@ _0.3.5 "Maiao" (xx.12.2016)_
* Add: Load CSV data from a string
* Add: Warn when server side uses browser build of lib
* Update: typescript definition for native import
* Update: filesaver.js updated to 1.3.2
* Update: filesaver.js updated to 1.3.2


### 0.3.2 "Maumu" (05.09.2016)
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ _Got a question? Ask on [Stack Overflow](http://stackoverflow.com/questions/ask?
[![Build status](https://api.travis-ci.org/agershun/alasql.svg)](https://travis-ci.org/agershun/alasql?123)
[![NPM downloads](http://img.shields.io/npm/dm/alasql.svg?style=flat&label=npm%20downloads)](https://npm-stat.com/charts.html?package=alasql)
[![ghit.me](https://ghit.me/badge.svg?repo=agershun/alasql)](https://ghit.me/repo/agershun/alasql)
![Release](https://img.shields.io/github/release/agershun/alasql.svg?label=Last%20release&a)
![Stars](https://img.shields.io/github/stars/agershun/alasql.svg?label=Github%20%E2%98%85&a)
[![Release](https://img.shields.io/github/release/agershun/alasql.svg?label=Last%20release&a)](https://www.npmjs.com/package/alasql)
[![Stars](https://img.shields.io/github/stars/agershun/alasql.svg?label=Github%20%E2%98%85&a)](https://github.com/agershun/alasql)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/agershun/alasql.svg)](http://isitmaintained.com/project/agershun/alasql "Average time to resolve an issue")
[![Coverage]( https://img.shields.io/codecov/c/github/agershun/alasql/develop.svg)](https://rawgit.com/agershun/alasql/develop/test/coverage/lcov-report/dist/alasql.fs.js.html)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/328/badge)](https://bestpractices.coreinfrastructure.org/projects/328)
Expand All @@ -19,17 +19,15 @@ _Got a question? Ask on [Stack Overflow](http://stackoverflow.com/questions/ask?

_( [à la](http://en.wiktionary.org/wiki/%C3%A0_la) [SQL](http://en.wikipedia.org/wiki/SQL) ) [ælæ ɛskju:ɛl]_ - AlaSQL is a free and open source SQL database for Javascript with a strong focus on query speed and datasource flexibility for relational data, schemaless data, and graph data. It works in your browser, Node.js, IO.js and Cordova.

<div align="center"><a href="http://alasql.org"><img src="https://cloud.githubusercontent.com/assets/1063454/19309516/94f8007e-9085-11e6-810f-62fd60b42185.png" alt="AlaSQL logo" styl="max-width:80%"/></a>
</div>



The library is designed for:

* Fast SQL data processing in-memory for BI and ERP applications on fat clients
* Easy ETL and option for persistency by data import / manipulation / export for several formats
* All major browsers, Node.js, and mobile applications

<div align="center"><a href="http://alasql.org"><img src="https://cloud.githubusercontent.com/assets/1063454/19309516/94f8007e-9085-11e6-810f-62fd60b42185.png" alt="AlaSQL logo" styl="max-width:80%"/></a>
</div>

We focus on [speed](https://github.com/agershun/alasql/wiki/Speed) by taking advantage of the dynamic nature of javascript when building up queries. Real world solutions demands flexibility regarding where data comes from and where it is to be stored. We focus on flexibility by making sure you can [import/export](https://github.com/agershun/alasql/wiki/Import-export) and query directly on data stored in Excel (both `xls` and `.xlsx`), CSV, JSON, TAB, IndexedDB, LocalStorage, and SQLite files.


Expand Down Expand Up @@ -154,7 +152,7 @@ The project has never received any funding and is based on unpaid voluntary work
AlaSQL project is very young and still in active development phase, therefore it <s>may</s> have [bugs](https://github.com/agershun/alasql/labels/%21%20Bug).
Please, submit any bugs and suggestions [as an issue](https://github.com/agershun/alasql/issues/new).

[![Known bugs](https://img.shields.io/github/issues-raw/agershun/alasql/!%20bug.svg?label=Known Bugs&maxAge=2592000)](https://github.com/agershun/alasql/issues?q=is%3Aissue+is%3Aopen+label%3A%22%21+Bug%22)
[![Known bugs](https://img.shields.io/github/issues-raw/agershun/alasql/!%20bug.svg?label=Known%20Bugs&maxAge=2592000)](https://github.com/agershun/alasql/issues?q=is%3Aissue+is%3Aopen+label%3A%22%21+Bug%22)


AlaSQL uses [Semantic Versioning](http://semver.org/) so please note that major version is zero (0.y.z) and the API can not be considered 100% stable. Consider this before using the library in production and please checkout the [limitations of the library](https://github.com/agershun/alasql#limitations)
Expand Down Expand Up @@ -556,6 +554,8 @@ var b = browserify("./main.js").bundle();
["fs","path","xlsx", ... , "xls"].map(ignore => b.ignore(ignore));
```
#### jQuery
Please remember to send the original event, and not the jQuery event, for elements. (use `event.originalEvent` instead of `myEvent`)
### Miss a feature?
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"bin",
"lib"
],
"version": "0.3.4"
"version": "0.3.5"
}
4 changes: 2 additions & 2 deletions dist/alasql-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! AlaSQL v0.3.4-develop-1460 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
//! AlaSQL v0.3.5 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
/*
@module alasql
@version 0.3.4-develop-1460
@version 0.3.5
AlaSQL - JavaScript SQL database
© 2014-2016 Andrey Gershun & Mathias Rangel Wulff
Expand Down
2 changes: 1 addition & 1 deletion dist/alasql-worker.min.js

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

6 changes: 3 additions & 3 deletions dist/alasql.fs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! AlaSQL v0.3.4-develop-1460 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
//! AlaSQL v0.3.5 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
/*
@module alasql
@version 0.3.4-develop-1460
@version 0.3.5

AlaSQL - JavaScript SQL database
© 2014-2016 Andrey Gershun & Mathias Rangel Wulff
Expand Down Expand Up @@ -140,7 +140,7 @@ var alasql = function(sql, params, cb, scope) {
Current version of alasql
@constant {string}
*/
alasql.version = '0.3.4-develop-1460';
alasql.version = '0.3.5';

/**
Debug flag
Expand Down
6 changes: 3 additions & 3 deletions dist/alasql.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! AlaSQL v0.3.4-develop-1460 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
//! AlaSQL v0.3.5 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
/*
@module alasql
@version 0.3.4-develop-1460
@version 0.3.5

AlaSQL - JavaScript SQL database
© 2014-2016 Andrey Gershun & Mathias Rangel Wulff
Expand Down Expand Up @@ -140,7 +140,7 @@ var alasql = function(sql, params, cb, scope) {
Current version of alasql
@constant {string}
*/
alasql.version = '0.3.4-develop-1460';
alasql.version = '0.3.5';

/**
Debug flag
Expand Down
4 changes: 2 additions & 2 deletions dist/alasql.min.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alasql",
"description": "Versatile SQL database for browser or node. Handles relational data and nested JSON (noSQL). Export to and import from Excel, localStorage or IndexedDB",
"version": "0.3.4",
"version": "0.3.5",
"author": "Andrey Gershun <[email protected]>",
"contributors": [
{
Expand All @@ -22,39 +22,39 @@
"build:jison": "gulp --jison && gulp",
"build:watch": "gulp watch",
"bump": "mversion --no-prefix",
"uptodate": "npm-check && npm-check -u",
"uptodate": "npm-check -u --skip-unused",
"release": "f='/TMP/alasql.tmp' && curl https://raw.githubusercontent.com/wiki/agershun/alasql/How-to-release.md > $f && sh $f ; rm $f",
"jison": "jison ./src/alasqlparser.jison -o ./src/alasqlparser.js"
},
"dependencies": {
"dom-storage": "^2.0.1",
"es6-promise": "^3.3.1",
"lodash": "^4.15.0",
"request": "^2.74.0",
"lodash": "^4.17.2",
"request": "^2.79.0",
"xlsjs": "^0.7.5",
"xlsx": "^0.8.0",
"yargs": "^5.0.0"
},
"devDependencies": {
"blueimp-md5": "^2.3.1",
"blueimp-md5": "^2.6.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-concat": "^2.6.1",
"gulp-dereserve": "^0.2.1",
"gulp-exec": "^2.1.2",
"gulp-exec": "^2.1.3",
"gulp-jison": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^2.0.0",
"istanbul": "^0.4.5",
"jison": "^0.4.17",
"mocha": "^3.0.2",
"mocha": "^3.2.0",
"mocha.parallel": "^0.12.0",
"mversion": "^1.10.1",
"npm-check": "^5.2.3",
"open": "0.0.5",
"strftime": "^0.9.2",
"uglify-js": "^2.7.3"
"uglify-js": "^2.7.5"
},
"engines": [
"node"
Expand Down
2 changes: 1 addition & 1 deletion test/coverage/coverage.json

Large diffs are not rendered by default.

Loading

0 comments on commit 44722fc

Please sign in to comment.