Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: log4js-node/log4js-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: log4js-node/log4js-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.1
Choose a head ref
  • 9 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    a119798 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Ignore .bob when publishing

    We noticed that .bob was in our production container 
    
    ```
    du -k node_modules/* | awk '$1 > 2000' | sort -nr 
    2648	node_modules/log4js/.bob
    2632	node_modules/log4js/.bob/complexity
    2624	node_modules/log4js/.bob/complexity/plato
    ```
    
    Since .bob is in the .gitignore and only referenced in the tests https://github.com/log4js-node/log4js-node/blob/5545f2a932e012177e553bfda90d8b3fba80b332/test/tap/LoggingEvent-test.js#L19 we figured you might want to add it to the .npmignore
    cesine authored Dec 3, 2019
    Configuration menu
    Copy the full SHA
    e60d908 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    150b1f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    bb841d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge pull request #984 from techmunk/master

    fix(types): mark log level method in Logger class declaration.
    nomiddlename authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    c34dce4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #975 from cesine/patch-1

    Ignore .bob when publishing
    nomiddlename authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    7366f5b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #972 from aaron-edwards/master

    fix: Adds guards for undefiend callback functions in shutdown method
    nomiddlename authored Jan 29, 2020
    Configuration menu
    Copy the full SHA
    cb6d8b0 View commit details
    Browse the repository at this point in the history
  4. chore: updated changelog for 6.1.1

    Gareth Jones committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9dab33f View commit details
    Browse the repository at this point in the history
  5. 6.1.1

    Gareth Jones committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    d37678f View commit details
    Browse the repository at this point in the history
Loading