-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8837cb5
commit 940b53a
Showing
2 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,9 @@ | |
gulpfile.babel.js | ||
/examples | ||
|
||
# docs | ||
CHANGELOG.md | ||
|
||
# logs | ||
/log | ||
npm-debug.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# Lux Changelog | ||
|
||
### 0.0.1-beta.9 (May 18, 2016) | ||
|
||
* [[`4002a5a64d`](https://github.com/postlight/lux-framework/commit/4002a5a64d)] - **chore**: bump version to 0.0.1-beta.9 (#97) (Zachary Golba) | ||
* [[`a7e54aa4da`](https://github.com/postlight/lux-framework/commit/a7e54aa4da)] - **fix**: middleware functions added in 'beforeAction' not executing (#95) (Zachary Golba) | ||
* [[`b16557647e`](https://github.com/postlight/lux-framework/commit/b16557647e)] - **fix**: migration generator does not change - to _ (#96) (Zachary Golba) | ||
* [[`81cdd2108b`](https://github.com/postlight/lux-framework/commit/81cdd2108b)] - **fix**: remove short -db flag from lux new cmd (#93) (Zachary Golba) | ||
* [[`71f4593fbb`](https://github.com/postlight/lux-framework/commit/71f4593fbb)] - **refactor**: use chalk instead of colors (#92) (Zachary Golba) | ||
* [[`786872becb`](https://github.com/postlight/lux-framework/commit/786872becb)] - **fix**: config generator uses double quotes (#89) (Zachary Golba) | ||
* [[`2fb314ad1b`](https://github.com/postlight/lux-framework/commit/2fb314ad1b)] - **deps**: update bluebird to version 3.4.0 (#91) (Zachary Golba) | ||
* [[`d95fb392c2`](https://github.com/postlight/lux-framework/commit/d95fb392c2)] - **deps**: update babel-preset-es2015 to version 6.9.0 (#90) (Zachary Golba) | ||
* [[`6c7b42ddad`](https://github.com/postlight/lux-framework/commit/6c7b42ddad)] - **deps**: update babel-runtime to version 6.9.0 (#88) (Greenkeeper) | ||
* [[`095d12a100`](https://github.com/postlight/lux-framework/commit/095d12a100)] - **deps**: update babel-plugin-transform-runtime to version 6.9.0 (#87) (Greenkeeper) | ||
* [[`9ef804ecd9`](https://github.com/postlight/lux-framework/commit/9ef804ecd9)] - **deps**: update babel-core to version 6.9.0 (#86) (Greenkeeper) | ||
* [[`23251651e9`](https://github.com/postlight/lux-framework/commit/23251651e9)] - **chore**: add keywords to package.json (#81) (Zachary Golba) | ||
* [[`418cadb662`](https://github.com/postlight/lux-framework/commit/418cadb662)] - **chore**: add dependencies badge to README.md (#80) (Zachary Golba) | ||
* [[`af3e72b73e`](https://github.com/postlight/lux-framework/commit/af3e72b73e)] - **deps**: Update all dependencies 🌴 (#79) (Greenkeeper) | ||
* [[`2560584a4f`](https://github.com/postlight/lux-framework/commit/2560584a4f)] - **chore**: update roadmap to reflect changes in #65 (#78) (Zachary Golba) | ||
|
||
### 0.0.1-beta.8 (May 14, 2016) | ||
|
||
* [[`6416c6c309`](https://github.com/postlight/lux-framework/commit/6416c6c309)] - **feat**: implement custom orm on top of knex.js (#65) (Zachary Golba) | ||
* [[`d117376a46`](https://github.com/postlight/lux-framework/commit/d117376a46)] - **test**: add sudo and correct g++ version for node 4+ in .travis.yml (#70) (Zachary Golba) | ||
* [[`9a293bd117`](https://github.com/postlight/lux-framework/commit/9a293bd117)] - **feat**: use js instead of json for config files (#67) (John-Henry Liberty) | ||
* [[`720f0e1323`](https://github.com/postlight/lux-framework/commit/720f0e1323)] - **test**: update travis to use npm link (#68) (John-Henry Liberty) | ||
* [[`2fc214c045`](https://github.com/postlight/lux-framework/commit/2fc214c045)] - **feat**: use local lux install if one exists (#66) (Zachary Golba) | ||
|
||
### 0.0.1-beta.7 (May 01, 2016) | ||
|
||
* [[`e35c430cdc`](https://github.com/postlight/lux-framework/commit/e35c430cdc)] - **chore**: bump version to 0.0.1-beta.7 (#64) (Zachary Golba) | ||
* [[`ec0b60b191`](https://github.com/postlight/lux-framework/commit/ec0b60b191)] - **fix**: HEAD and OPTIONS request result in a 404 (#63) (Zachary Golba) | ||
|
||
### 0.0.1-beta.6 (April 28, 2016) | ||
|
||
* [[`4079b07269`](https://github.com/postlight/lux-framework/commit/4079b07269)] - **chore**: bump version to 0.0.1-beta.6 (#61) (Zachary Golba) | ||
* [[`b94c526e87`](https://github.com/postlight/lux-framework/commit/b94c526e87)] - **fix**: serialize hasMany relationships (#60) (Zachary Golba) | ||
* [[`2f5aa41c1a`](https://github.com/postlight/lux-framework/commit/2f5aa41c1a)] - **chore**: test on node 6 (#58) (Zachary Golba) | ||
* [[`e26a900e43`](https://github.com/postlight/lux-framework/commit/e26a900e43)] - **docs**: add ROADMAP.md (#57) (Zachary Golba) | ||
|
||
### 0.0.1-beta.5 (April 22, 2016) | ||
|
||
* [[`8a21b472e0`](https://github.com/postlight/lux-framework/commit/8a21b472e0)] - **chore**: bump version to 0.0.1-beta.5 (#55) (Zachary Golba) | ||
* [[`909e732b9a`](https://github.com/postlight/lux-framework/commit/909e732b9a)] - **chore**: update dependencies (#54) (Zachary Golba) | ||
* [[`47ef4b87a8`](https://github.com/postlight/lux-framework/commit/47ef4b87a8)] - **fix**: miss-match session key/secret error (#53) (Zachary Golba) | ||
* [[`e70a032c0f`](https://github.com/postlight/lux-framework/commit/e70a032c0f)] - **fix**: strings w/ commas interpreted as an array for POST/PATCH (#49) (Zachary Golba) | ||
* [[`23da23d74d`](https://github.com/postlight/lux-framework/commit/23da23d74d)] - **docs**: add npm package badge to README (#47) (Zachary Golba) | ||
* [[`0788e468a6`](https://github.com/postlight/lux-framework/commit/0788e468a6)] - **test**: add unit/integration tests (#39) (Zachary Golba) | ||
* [[`498c951917`](https://github.com/postlight/lux-framework/commit/498c951917)] - **chore**: add Gitter badge (#46) (The Gitter Badger) | ||
|
||
### 0.0.1-beta.4 (April 21, 2016) | ||
|
||
* [[`77dcdbe03b`](https://github.com/postlight/lux-framework/commit/77dcdbe03b)] - **chore**: bump version to 0.0.1-beta.4 (#45) (Zachary Golba) | ||
* [[`7c529fa235`](https://github.com/postlight/lux-framework/commit/7c529fa235)] - **fix**: correct typo in README (#44) (Nic Young) | ||
* [[`0880a71d89`](https://github.com/postlight/lux-framework/commit/0880a71d89)] - **fix**: globally disable orm2 cache (Zachary Golba) | ||
* [[`0bd7c8dfde`](https://github.com/postlight/lux-framework/commit/0bd7c8dfde)] - **fix**: make ora a runtime dependency (#40) (Zachary Golba) | ||
* [[`30ca0c27d5`](https://github.com/postlight/lux-framework/commit/30ca0c27d5)] - **feat**: add spinner for long running task (#38) (Albert Yu) | ||
|
||
### 0.0.1-beta.3 (April 18, 2016) | ||
|
||
* [[`03958b98d1`](https://github.com/postlight/lux-framework/commit/03958b98d1)] - **chore**: bump version to 0.0.1-beta.3 (#37) (Zachary Golba) | ||
* [[`18199d6993`](https://github.com/postlight/lux-framework/commit/18199d6993)] - Merge pull request #36 from postlight/database-missing-port (kev5873) | ||
* [[`10b782be1f`](https://github.com/postlight/lux-framework/commit/10b782be1f)] - **fix**: logger date incorrect (#35) (kev5873) | ||
* [[`e9897371be`](https://github.com/postlight/lux-framework/commit/e9897371be)] - **chore**: Link to Medium Article in Readme (#33) (Zachary Golba) | ||
|
||
### 0.0.1-beta.2 (April 18, 2016) | ||
|
||
* [[`c073253cd0`](https://github.com/postlight/lux-framework/commit/c073253cd0)] - **fix**: listening message dispatched before workers are ready (#34) (Zachary Golba) | ||
|
||
### 0.0.1-beta.1 (April 17, 2016) | ||
|
||
* [[`5a734e79ce`](https://github.com/postlight/lux-framework/commit/5a734e79ce)] - **fix**: shebang line not finding node on linux (#32) (Zachary Golba) | ||
|
||
### 0.0.1-beta (April 07, 2016) | ||
|
||
* [[`4a193b86d2`](https://github.com/postlight/lux-framework/commit/4a193b86d2)] - Initial Commit (Zachary Golba) |