Skip to content

Commit

Permalink
Updated version in files to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed May 30, 2016
1 parent f1aab47 commit eadda85
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
agershun:[email protected].6
local-test:agershun:[email protected].6
agershun:[email protected].7
local-test:agershun:[email protected].7
[email protected]
[email protected]
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
# Changelog
* Check https://trello.com/b/qxz65pVi/alasql-roadmap for roadmap

_0.2.7 "Corinth" (21.05.2016)_
_0.2.8 "..." (xx.06.2016)_


_0.2.7 "Corinth" (30.05.2016)_
* Added: Now supports Node 6.0
* Added: Let .promise return all responses (not just last)
* Change: Headers set as default true for INTO and FROM statements
* Fix: Back on track (for good) with supporting Meteor
* Fix: Default tentative string to numbers conversion when reading data from google spreadsheets
* Update: No need for empty params when async
* Update: Better hashing for cashing


### 0.2.6 "Frikes" (22.04.2016)

* Added: Progress callback
* Change: CLI defaults to pretty print (with option for compressed output as original)
* Update: CLI output is guaranteed to be valid JSON
* Update: Better error message for missing table or column
* Update: Typescript defenition for .promise
* Update: Empty params not needed for async calls
* Fix: Declaring all variables
* Fix: Read XLSX files
* Fix: Selecting a view from localstorage
* Fix: CREATE VIEW for localStorage engine
* Fix: Better use for RequireJS
* Update: CLI output is guaranteed to be valid JSON
* Update: Better error message for missing table or column
* Update: Typescript defenition for .promise
* Update: Empty params not needed for async calls


### 0.2.5 "Polychrono" (23.03.2016)
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.2.6"
"version": "0.2.7"
}
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.2.6-develop-1314 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
//! AlaSQL v0.2.7 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
/*
@module alasql
@version 0.2.6-develop-1314
@version 0.2.7
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.js
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! AlaSQL v0.2.6-develop-1314 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
//! AlaSQL v0.2.7 | © 2014-2016 Andrey Gershun & Mathias Rangel Wulff | License: MIT
/*
@module alasql
@version 0.2.6-develop-1314
@version 0.2.7

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.2.6-develop-1314';
alasql.version = '0.2.7';

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ gulp.task('plugin-prolog', function(){
// });


var toRun = ['js-merge', 'js-merge-worker', 'plugin-prolog', 'plugin-plugins' ];
var toRun = ['js-merge', 'js-merge-worker', 'plugin-prolog', 'plugin-plugins', 'typescript' ];

if(argv.jison){
//toRun.unshift('jison-compile');
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'agershun:alasql',
version: '0.2.6',
version: '0.2.7',
// Brief, one-line summary of the package.
summary: 'AlaSQL - JavaScript SQL database library',
// URL to the Git repository containing the source code for this package.
Expand Down
2 changes: 1 addition & 1 deletion 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.2.6",
"version": "0.2.7",
"author": "Andrey Gershun <[email protected]>",
"contributors": [
{
Expand Down
11 changes: 11 additions & 0 deletions test/test604.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"alasql": "{\"databases\":{\"test267\":true,\"Atlas\":true,\"ls379\":true,\"test\":true}}",
"test267": "{\"databaseid\":\"test267\",\"tables\":{\"test\":true}}",
"test267.test": "{\"columns\":[],\"data\":[],\"identities\":{}}",
"Atlas": "{\"databaseid\":\"Atlas\",\"tables\":{\"transactions\":true}}",
"Atlas.transactions": "{\"columns\":[{\"columnid\":\"transid\",\"dbtypeid\":\"\"},{\"columnid\":\"payee\",\"dbtypeid\":\"\"},{\"columnid\":\"amount\",\"dbtypeid\":\"\"}],\"data\":[],\"identities\":{}}",
"ls379": "{\"databaseid\":\"ls379\",\"tables\":{\"one\":true}}",
"ls379.one": "{\"columns\":[{\"columnid\":\"a\",\"dbtypeid\":\"INT\"},{\"columnid\":\"b\",\"dbtypeid\":\"STRING\"}],\"data\":[],\"identities\":{}}",
"test": "{\"databaseid\":\"test\",\"tables\":{\"one\":true}}",
"test.one": "{\"columns\":[{\"columnid\":\"a\",\"dbtypeid\":\"INT\",\"identity\":{\"value\":1,\"step\":1}},{\"columnid\":\"b\",\"dbtypeid\":\"STRING\"}],\"data\":[{\"b\":\"one\"},{\"b\":\"two\"},{\"b\":\"three\"},{\"b\":\"four\"}],\"identities\":{\"a\":{\"value\":1,\"step\":1}}}"
}

0 comments on commit eadda85

Please sign in to comment.