Skip to content

Releases: christophertrudel/node_acl_knex

update dependencies

13 May 21:32
1e19c5f
Compare
Choose a tag to compare
Merge pull request #23 from christophertrudel/updateDependencies

Update dependencies

Auto create meta table rows (users, roles)

30 Oct 12:23
Compare
Choose a tag to compare

Added dropTables method. And cleaned up tests

26 Sep 17:17
Compare
Choose a tag to compare
0.2.1

added support to drop the tables, we make use of it in unit tests in …

Changes to createTables method for setup

24 Sep 19:42
Compare
Choose a tag to compare

Please see readme for more changes

Support for connection string use with createTables method

22 Sep 20:07
Compare
Choose a tag to compare
0.1.9

add second test to check createTable with connection string and versi…

Setup.js update

02 Sep 19:10
Compare
Choose a tag to compare

Support for host and port params for setup.js

Quick update to 0.1.6

20 Aug 19:22
Compare
Choose a tag to compare
Merge pull request #6 from schuttsm/master

add script support for setup & cleanup the _ between prefix

Table creation script added.

20 Aug 17:28
Compare
Choose a tag to compare

Added pull request from https://github.com/schuttsm that added support for table creation.

First release of acl_knex

02 Aug 21:11
Compare
Choose a tag to compare

This first release only supports Postgres for now. Future releases will support MySql and Sqlite