Skip to content

Latest commit

 

History

History
208 lines (105 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

208 lines (105 loc) · 11.2 KB

Changelog

8.0.2 (2024-01-03)

Bug Fixes

  • 728d68a #214 handling of directory glob (#214) (@mohd-akram)
  • 837af58 #210 avoid modifying singleton variable (#210) (@mohd-akram)

8.0.1 (2023-12-06)

Bug Fixes

  • 8fc4df1 #204 always ignore .npmrc files at every level (@wraithgar)
  • cd5ddbd #205 preserve slashes in specified files (#205) (@mohd-akram)

Dependencies

Chores

  • 20fe0cd #207 bump @npmcli/template-oss from 4.21.1 to 4.21.2 (#207) (@dependabot[bot], @lukekarrys)
  • f8be7bd #202 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (#202) (@dependabot[bot], @lukekarrys)
  • 8e1d900 #204 tests reflect fixed ignore-walk rules (@wraithgar)
  • 6d7cbe9 #181 postinstall for dependabot template-oss PR (@lukekarrys)
  • 80ec501 #181 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • f327738 #179 postinstall for dependabot template-oss PR (@lukekarrys)
  • a770a96 #179 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])

8.0.0 (2023-08-24)

⚠️ BREAKING CHANGES

  • The files array can now be used to exclude non-root readme, license, licence, and copying files.

Bug Fixes

  • 24344a2 #173 exclude non-root README.md/LICENSE files (#173) (@AaronHamilton965, @rahulio96)

7.0.4 (2022-12-07)

Bug Fixes

7.0.3 (2022-12-07)

Bug Fixes

  • c6f2b69 #147 treat glob the same as globstar (#147) (@lukekarrys)

7.0.2 (2022-10-26)

Bug Fixes

  • d5b653c #140 account for directories and files prefixed with ./ (#140) (@wraithgar)

7.0.1 (2022-10-17)

Dependencies

7.0.0 (2022-10-04)

Features

7.0.0-pre.1 (2022-10-03)

⚠️ BREAKING CHANGES

  • if npm-shrinkwrap.json is included in your .npmignore, the shrinkwrap will now be excluded from your packlist.

Features

  • 5e80968 #131 npm-shrinkwrap.json files can now be ignored (#131) (@fritzy)

7.0.0-pre.0 (2022-09-26)

⚠️ BREAKING CHANGES

  • tree is now the first parameter
  • the arborist tree must now be provided in the options and will not be generated for you. the npm-packlist bin has also been removed.

Features

  • 87c778e make the required tree the first parameter (@lukekarrys)
  • 123875a remove dependency on arborist, require tree to be passed in (@nlf)

6.0.1 (2022-09-23)

Dependencies

6.0.0 (2022-09-21)

⚠️ BREAKING CHANGES

  • this module now follows a strict order of operations when applying ignore rules. if a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.
  • npm-packlist is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • c37371b #88 change interactions between files array and ignore files to be more consistent (#88) (@nlf)
  • a2c96ef #123 postinstall for dependabot template-oss PR (@lukekarrys)

5.1.3 (2022-08-25)

Dependencies

  • bump npm-bundled from 1.1.2 to 2.0.0 (#113) (de5e96b)

5.1.2 (2022-08-23)

Dependencies

  • bump npm-normalize-package-bin from 1.0.1 to 2.0.0 (#110) (c97d1a8)

5.1.1 (2022-05-31)

Bug Fixes

  • correctly ignore .gitignore when a .npmignore is present (#108) (da1ba4a)

5.1.0 (2022-05-25)

Features

5.0.4 (2022-05-19)

Bug Fixes

  • do not pack workspaces by default (0f31f71)
  • respect gitignore and npmignore files in workspace roots (839e6e8)

5.0.3 (2022-05-04)

Bug Fixes

  • strip leading ./ from files array entries (#97) (9f519b7)

5.0.2 (2022-04-21)

Bug Fixes

  • normalize win32 paths before globbing (16f1343)

5.0.1 (2022-04-20)

Dependencies

5.0.0 (2022-04-06)

⚠ BREAKING CHANGES

  • this module no longer supports synchronous usage

Features

Bug Fixes

  • remove polynomial regex (b2e2f7b)
  • replace deprecated String.prototype.substr() (#85) (79d6f7e)

Dependencies

  • bump ignore-walk from 4.0.1 to 5.0.1 (#87) (0e241f5)

4.0.0 (2022-03-03)

⚠ BREAKING CHANGES

  • This drops support for node10 and non-LTS versions of node12 and node14

Bug Fixes

Dependencies

  • update glob requirement from ^7.1.6 to ^7.2.0 (#70) (d6b34ac)
  • update npm-bundled requirement from ^1.1.1 to ^1.1.2 (#71) (2a5e140)