Skip to content

Commit

Permalink
Merge branch 'release/0.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Mar 4, 2016
2 parents 12cc13c + 575f593 commit cddb593
Show file tree
Hide file tree
Showing 57 changed files with 18,846 additions and 36,658 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AlaSQL is based on unpaid voluntary work. Thank you for taking the time to make it better.

Ideas or input?
- Just write what you feel like.

Things that are not working?
- Describe the problem
- Provide code that replicates the problem
(Feel free to make a jsfiddle from http://jsfiddle.net/vahrxxzm/ )


4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Thank you for the time you are putting into AlaSQL!


1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"NL",
"ID",
"P",
“utils”,
"n2u",
"LocalFileSystem",
"Meteor",
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ node_js:
- "4"
- "0.12"

before_install:
- npm install -g alasql
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Changelog
* Check https://trello.com/b/qxz65pVi/alasql-roadmap for roadmap

### 0.2.4 "Exogi" (xx.xx.2016)
### 0.2.5 "......" (xx.04.2016)
* ...
* ...


### 0.2.4 "Exogi" (04.03.2016)
* Added: Central enviroment detection
* Added: SELECT * FROM ? GROUP BY a works as FIRST(*)
* Added: Better detection for browserify, phonegap and cordova
* Fix: CONCAT without space
* Fix: IE11: Reading Excel File
* Fix: Date handeling (in)dependent from locale

### 0.2.3 "Spetses" (02.01.2016)

### 0.2.3 "Spetses" (01.02.2016)
* Changed: New fast way to calculate aggregators (some parameters changed)
* Added: User defined aggregators
* Fixed: Remove empty Last line in TXT and XLSX
Expand All @@ -15,6 +26,7 @@
* Added: NEWID(), UUID() and GEN_RANDOM_UUID() functions for GUID
* Added: DEFAULT for column can be a function (e.g. DEFAULT NEWID())


### 0.2.2 "Mitilini" (15.01.2016)
* Fix: SELECT can use functions from GROUP BY list
* Fix: Bug in NUMERIC type conversion
Expand Down
156 changes: 91 additions & 65 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit cddb593

Please sign in to comment.