Skip to content

Releases: postlight/lux

0.0.1-beta.9

19 May 02:35
Compare
Choose a tag to compare
0.0.1-beta.9 Pre-release
Pre-release
chore: bump version to 0.0.1-beta.9 (#97)

0.0.1-beta.8: feat: implement custom orm on top of knex.js (#65)

14 May 18:39
Compare
Choose a tag to compare
* feat: implement custom orm on top of Knex.js

* feat: write operations with custom orm

* test: add fixutres to match new table names

* feat: add model hooks

* feat: use primaryKey variable instead of id

* refactor: move model initializer to a private Database util

* refactor: set route props in constructor

* refactor: set controller props in constructor

* feat: dirty checking for models and object model refactors

* feat: migrations

* fix: remove extra deps from test apps package.json

* chore: remove empty hook from post model in test-app

* feat: more db commands including seeding

* refactor: replace range with literall array when small enough

* feat: update all generators to use optional attrs

* test: update helper to use npm linked version of lux

* feat: validations

* fix: change example app lux imports to point to npm package

* fix: load knex and db driver from application not lux

* test: test against node 4

* test: test against mysql, sqlite, and postgres

test: fix broken .travis.yml syntax

test: fix postgres user for test-app test env

fix: don't use connection pool for tests

test: another attempt to get postgres working on travis

test: change DB=postgres -> DB=postgresql

test: remove services section and custom pg version from travis.yml

test: debug postgres travis build

test: uncomment postgresql matrix

test: continued postgresql build debugging

test: continued postgresql build debugging

test: continued postgresql build debugging

test: continued postgresql build debugging

test: continued postgresql build debugging

test: continued postgresql build debugging

test: run tests against all matrixes

test: add all verion tests back to travis.yml

* refactor: do not run npm install for test-app in gulp task

* refactor: add config option to disable/enable logging

* fix: lux d resource cmd does not remove resource from routes.js

* feat: add --database option to lux new cmd

* test: default to sqlite if DB is not set

* chore: update dependencies

* chore: bump version to 0.0.1-beta.8

* fix: move eslint version back to 2.8.0

* feat: update package.json template and test-app dependencies

0.0.1-beta.7

02 May 04:00
Compare
Choose a tag to compare
0.0.1-beta.7 Pre-release
Pre-release
chore: bump version to 0.0.1-beta.7 (#64)

0.0.1-beta.6

28 Apr 14:34
Compare
Choose a tag to compare
0.0.1-beta.6 Pre-release
Pre-release
chore: bump version to 0.0.1-beta.6 (#61)