Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: re-build winston-couchdb transport adapter #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 11, 2022

  1. refactor!: re-build winston-couchdb transport adapter

    The `winston-couchdb` was pretty outdated and not compatible anymore with current winston release. To enable the transport again, it was necessary to re-build the whole module.
    
    The two functions `query` and `stream` where implemented, but not tested. The documentation is not complete at this point.
    
    BREAKING CHANGE:
    - changed dependencies
    - changed necessary constructor attributes
    - the whole program code was changed
    - used the `abstract-winston-transport` package instead of `winston/test/transports/transport` (which is not available anymore) for test
    - added StandardJS for Code Styling
    - used `mocha` for testing instead of `vows`
    - bumped node engine to 12.0.0, which is the same as `winston`
    - used `main` instead of `master`, may be this can be changed?
    DoomyTheFroomy committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    f4c746f View commit details
    Browse the repository at this point in the history