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

Show files added since the last release and not part of the package #456

Merged
merged 41 commits into from Oct 29, 2020

Commits on Sep 14, 2019

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

Commits on Sep 21, 2019

  1. Copy the full SHA
    5507f54 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. test-passes

    bunysae committed Sep 23, 2019
    Copy the full SHA
    7278c44 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9f3a1c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

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

Commits on Dec 11, 2019

  1. Refactorings for new function show files since

    the last release and not part of package
    according to pull-request comments from @fregante
    Pull-Request 456
    bunysae committed Dec 11, 2019
    Copy the full SHA
    5bb7561 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c43f900 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Copy the full SHA
    71d179a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Show files added since the last release not part of the release packa…

    …ge Iteration 3
    
    1. Moved .npmignore exitence check into separate function
    2. According to npm-docs files-attribute has a higher priority than .npmignore-file in the package-root-directory
    3. Exclude the files ignored by default (http://npm.github.io/publishing-pkgs-docs/publishing/the-npmignore-file.html) from the comparison
    4. Refactoring: naming of variables
    bunysae committed Dec 27, 2019
    Copy the full SHA
    12a16f0 View commit details
    Browse the repository at this point in the history
  2. Show files added since the last release not part of the release packa…

    …ge Iteration 3
    
    1. Refactorings
    2. UI-Improvement
    bunysae committed Dec 27, 2019
    Copy the full SHA
    73b86f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Show files added since the last release not part of the release packa…

    …ge Iteration 4
    
    Added failing unit-test for directories in file-property (package.json)
    bunysae committed Jan 4, 2020
    Copy the full SHA
    7cef7cb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4a75e6d View commit details
    Browse the repository at this point in the history
  3. Show files added since the last release not part of the release packa…

    …ge Iteration 4
    
    Added support for directories in files-property (package.json)
    bunysae committed Jan 4, 2020
    Copy the full SHA
    2827f81 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4a8f2e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Show files added since the last release not part of the release packa…

    …ge Iteration 5
    
    Apply suggestions from code review
    
    Co-Authored-By: Itai Steinherz <itaisteinherz@gmail.com>
    2 people authored and germanysources committed Jan 25, 2020
    Copy the full SHA
    da3f187 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Show files added since the last release not part of the release packa…

    …ge Iteration 6
    
    Improve ui and code comments
    bunysae committed Jan 28, 2020
    Copy the full SHA
    5db79e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Copy the full SHA
    76e6a80 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Copy the full SHA
    786187d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Refactoring ui

    Co-Authored-By: Itai Steinherz <itaisteinherz@gmail.com>
    bunysae and itaisteinherz committed Feb 29, 2020
    Copy the full SHA
    32d0d47 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Simplify tests

    bunysae committed Jul 8, 2020
    Copy the full SHA
    71d410f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3634a96 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ddcaebf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Update npmignore.js

    sindresorhus committed Jul 15, 2020
    Copy the full SHA
    d86bf7d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Apply suggestions from code review

    Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
    bunysae and sindresorhus committed Jul 18, 2020
    Copy the full SHA
    c445ff6 View commit details
    Browse the repository at this point in the history
  2. 1. Ingore test files

    2. take always included files into account
    3. add draft for integration test
    bunysae committed Jul 18, 2020
    Copy the full SHA
    239c61f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fba3ab4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Copy the full SHA
    2fa3cf5 View commit details
    Browse the repository at this point in the history
  2. exclude linting submodules

    bunysae committed Aug 2, 2020
    Copy the full SHA
    22b242a View commit details
    Browse the repository at this point in the history
  3. Updating submodule

    bunysae committed Aug 2, 2020
    Copy the full SHA
    dd5353b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a082606 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f8a5507 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bd12ee8 View commit details
    Browse the repository at this point in the history
  7. Tweak integration-test

    bunysae committed Aug 2, 2020
    Copy the full SHA
    fa5c3c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Copy the full SHA
    aa73b47 View commit details
    Browse the repository at this point in the history
  2. fix for dot-files

    bunysae committed Aug 11, 2020
    Copy the full SHA
    3bb2783 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Fix early exit

    bunysae committed Aug 12, 2020
    Copy the full SHA
    546aebb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Rewriting readme

    bunysae committed Aug 30, 2020
    Copy the full SHA
    c0a7b4c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Copy the full SHA
    7f383bf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Update readme.md

    sindresorhus committed Oct 29, 2020
    Copy the full SHA
    db59d35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d75573f View commit details
    Browse the repository at this point in the history
  3. Update source/ui.js

    sindresorhus committed Oct 29, 2020
    Copy the full SHA
    d784837 View commit details
    Browse the repository at this point in the history