UNPKG

loopback-connector-dashdb

Version:
199 lines (100 loc) 4.2 kB
2020-03-18, Version 2.0.5 ========================= * confirm id is same after replace (Dominique Emond) * Exclude 'deps' and '.github' from npm publish (Dominique Emond) * Test should fail if no error is thrown (Robin Betjes) * prevent read from undefined in case of error (Robin Betjes) * run shared test from juggler for v3 and v4 (Agnes Lin) * chore: update copyrights year (Diana Lau) 2020-01-23, Version 2.0.4 ========================= * fix: add tests for custom column name for id (Dominique Emond) * chore: improve issue and PR templates (Nora) * chore: update CODEOWNERS (Nora) * chore: fix eslint violations (Nora) * chore: update deps and fix eslint violations (Nora) * drop support for node 6 (Nora) * chore: improve steps for running 'npm test' (Dominique Emond) * fix: CI failures (Dominique Emond) * chore: update copyrights years (Agnes Lin) 2019-01-14, Version 2.0.3 ========================= * remove .travis.yml (Diana Lau) * Update dependencies (Quentin Presley) * [WebFM] cs/pl/ru translation (candytangnb) * chore:update license (Diana Lau) * README: document connection pooling opts (Kevin Delisle) * Add stalebot configuration (Kevin Delisle) 2017-08-21, Version 2.0.2 ========================= * Create Issue and PR Templates (#64) (Sakib Hasan) * Update translated strings Q3 2017 (Allen Boone) * Clean up old schemas in pretest (ssh24) * Revert "Run posttest even when test fails" (Sakib Hasan) * update translation file (Diana Lau) * Add regex query tests and docs (ssh24) * Add CODEOWNER file (Diana Lau) * Run posttest even when test fails (ssh24) * Fix repo name env variable (ssh24) * Add build name to schema name (ssh24) * Fix dashdb CI (ssh24) * Require init on mocha args (ssh24) 2017-06-13, Version 2.0.1 ========================= * ParameterizeSQL (#48) (Janny) * Add info on how to run tests (ssh24) * add .travis.yml (Diana Lau) * test CI (Diana Lau) 2017-03-31, Version 2.0.0 ========================= * Update to loopback-connector@4.0.0 (jannyHou) * Fix linting errors (Loay) * Refactor migration methods (biniam) * Refactor discovery (jannyHou) * Upgrade to loopback-ibmdb@2.x (jannyHou) * Upgrade to loopback-connector@3.x (jannyHou) * Update Readme with lb and link to lb3 (ivy ho) * Limit count data transfer in update & destroyAll (Quentin Presley) * Remove code that skips tests in CI (Quentin Presley) * Add tests for transactions (Quentin Presley) * Fix linting errors (Quentin Presley) * Resolve memory leak (Quentin Presley) * Enable CI tests (Candy) * Add discovery tests (Loay) * Update paid support URL (Siddhi Pai) * Revert "3.0.0" (biniam) * Remove lazy connect tests (Quentin Presley) * Enable pooling (Quentin Presley) * Start 3.x + drop support for Node v0.10/v0.12 (siddhipai) * Drop support for Node v0.10 and v0.12 (Siddhi Pai) * Start the development of the next major version (Siddhi Pai) * Fix typo in README (Candy) * Put issues tab back (siddhipai) * Fix issues redirection in package.json (Siddhi Pai) * Remove issues warning from README.md (Siddhi Pai) * Update README.md (Rand McKinney) * Add translation files (Candy) * Update README doc links (Candy) * Add connectorCapabilities global object (#14) (Nicholas Duffy) * Remove path dependency (Candy) 2016-09-27, Version 1.0.17 ========================== * Remove DB2z references (Quentin Presley) * Need longer time for CI success (Quentin Presley) * Redirect issues to LoopBack in package.json (Simon Ho) * Add note to create issues in LoopBack issues (Simon Ho) * Disable tests for CI environments (Simon Ho) * Fix linting errors (Simon Ho) * Use latest LoopBack ESLint configs (Simon Ho) * Delete Makefile (Simon Ho) * Add license text and fix typos (Candy) * Update deps to loopback 3.0.0 RC (Miroslav Bajtoš) * Add globalization (Candy) * Run CI with juggler3 (Loay) 2016-08-23, Version 1.0.16 ========================== * Change idName to idColumn (Quentin Presley) * Update URLs in CONTRIBUTING.md (#1) (Ryan Graham) 2016-05-30, Version 1.0.15 ========================== * First release!