Skip to content

Commit cddb593

Browse files
committed
Merge branch 'release/0.2.4'
2 parents 12cc13c + 575f593 commit cddb593

Some content is hidden

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

57 files changed

+18846
-36658
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AlaSQL is based on unpaid voluntary work. Thank you for taking the time to make it better.
2+
3+
Ideas or input?
4+
- Just write what you feel like.
5+
6+
Things that are not working?
7+
- Describe the problem
8+
- Provide code that replicates the problem
9+
(Feel free to make a jsfiddle from http://jsfiddle.net/vahrxxzm/ )
10+
11+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
Thank you for the time you are putting into AlaSQL!
3+
4+

.jshintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"NL",
2727
"ID",
2828
"P",
29+
“utils”,
2930
"n2u",
3031
"LocalFileSystem",
3132
"Meteor",

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ node_js:
1111
- "4"
1212
- "0.12"
1313

14+
before_install:
15+
- npm install -g alasql

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Changelog
22
* Check https://trello.com/b/qxz65pVi/alasql-roadmap for roadmap
33

4-
### 0.2.4 "Exogi" (xx.xx.2016)
4+
### 0.2.5 "......" (xx.04.2016)
55
* ...
6+
* ...
7+
8+
9+
### 0.2.4 "Exogi" (04.03.2016)
10+
* Added: Central enviroment detection
11+
* Added: SELECT * FROM ? GROUP BY a works as FIRST(*)
12+
* Added: Better detection for browserify, phonegap and cordova
13+
* Fix: CONCAT without space
14+
* Fix: IE11: Reading Excel File
15+
* Fix: Date handeling (in)dependent from locale
616

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

29+
1830
### 0.2.2 "Mitilini" (15.01.2016)
1931
* Fix: SELECT can use functions from GROUP BY list
2032
* Fix: Bug in NUMERIC type conversion

README.md

Lines changed: 91 additions & 65 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)