Skip to content

Commit ef5d15e

Browse files
committed
Merge branch 'release/0.3.8'
2 parents 59f26a0 + e4f59a5 commit ef5d15e

31 files changed

+20024
-19535
lines changed

CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# Changelog
22

3-
_0.3.8 "XXX" (xx.03.2017)_
43

5-
* ...
4+
_0.3.9 "Turua" (xx.04.2017)_
65

6+
* ...
77

8-
### 0.3.7 "Niau" (xx.02.2017)
9-
10-
* Added: Last `S` in `VALUES` can be omitted when insterting (For the lazy ones)
8+
###0.3.8 "Wanaka" (15.03.2017)
9+
10+
* Added: Lazy promise notation
11+
* Added: Create user defined function via SQL statement
12+
* Added: Create user defined aggretator via SQL statement
13+
* Added: Auto extension for filenames on read + write
14+
* Fix: `.xlsx` can now be imported via browser "upload"
15+
* Update: `xls.js` package not needed any more. Only `xlsx` package is needed.
16+
17+
### 0.3.7 "Niau" (20.02.2017)
18+
19+
* Added: Last `S` in `VALUES` can be omitted when insterting (For the lazy ones)
1120
* Added: The `VALUES` keyword is optional when insterting (For the very lazy ones)
12-
* Fix: Multiple worksheet Excel with custom headers
13-
21+
* Fix: Multiple worksheet Excel with custom headers
22+
1423

1524
### 0.3.6 "Hipu" (24.01.2017)
1625

1726
* Addded: Support for "use strict"
18-
* Fix: Select.toString() had bugs
27+
* Fix: Select.toString() had bugs
1928
* Update: Better and faster deep compare of objects
2029

2130

CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For you to edit the source please do the following:
66

77
- Fork the repo here on Github
88
- Clone your forked repo and install dependencies `git clone https://github.com/MYUSERNAME/alasql/ && cd alasql && npm install`
9-
- Please work with the code from the develop branch `git checkout develop`
9+
- Make sure you work with the develop branch `git checkout develop`
1010
- Add a test for the issue: Copy `test/test000.js` and replace `000` with a new number.
1111
- Implement a test that reflects the issue.
1212
- Run `npm test` to verify only the new test fails
@@ -20,6 +20,3 @@ _Please note that `npm test` will compile from `src/` before running tests_
2020

2121
If you would would like to change the alasql.org website please make a PR to https://github.com/agershun/alasql-org
2222

23-
24-
25-
Thank you!

0 commit comments

Comments
 (0)