Skip to content

Releases: khmm12/knex-tiny-logger

Support knex 0.9.5

15 Mar 11:06
2647c45
Compare
Choose a tag to compare

Enhancements 🚀

  • Add support of knex 0.9.5 (no breaking changes)
  • Upgrade chalk to v4.1

v2.0.0

12 Apr 13:48
ea1ad12
Compare
Choose a tag to compare

Breaking ☣️

  • Require minimum Node.js 10 ☣️

Enhancements 🚀

  • Ship flow and typescript typings
  • Upgrade chalk to v4

Maintenance 👷‍♂️

  • Upgrade dev packages
  • Setup prettier

v1.1.0

05 Jul 14:01
Compare
Choose a tag to compare

Changes

  • Replace bindings with knex instead of own custom function
  • Change output color for errors. Thanks @problematik!
  • Add ability to disable bindings

Maintenance

  • Upgrade babel to v7
  • Upgrade eslint and configs
  • Setup flow.js

v1.0.4

11 Apr 03:29
Compare
Choose a tag to compare
  • [hotfix] Stringify binding before output

v1.0.3

07 Apr 18:48
Compare
Choose a tag to compare
  • Update documentation
  • Fix potential memory leaks
  • Change output format to RoR like

v1.0.2

07 Apr 18:52
Compare
Choose a tag to compare

Initial 🎆