Skip to content

Latest commit

 

History

History
115 lines (62 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

115 lines (62 loc) · 1.97 KB

6.0.1 (2023-10-30)

Bug Fixes

  • Merge remote-tracking branch 'upstream/main' (3f4b981)

6.0.0

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

5.0.1 (2023-01-23)

Bug Fixes

  • Remove the default export from package.json (6d2c6d3)

5.0.0

Fork the project as a library for programmatic usage only

  • Rename the package to unix-permissions-lib
  • Expose ES, CJS and UMD exports, TypeScript types remain included
  • Remove the command-line interface together with the documentation and tests
  • Add VS Code settings

5.0.0

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

4.8.0

Features

  • Improve TypeScript types

4.7.0

Features

  • Improve tree-shaking support

4.6.0

Features

  • Add browser support

4.5.0

Features

  • Improve error handling

4.4.0

Features

  • Reduce npm package size by 50%

4.3.0

Features

  • Reduce npm package size

4.2.0

Features

4.1.0

Features

  • Add TypeScript types

4.0.0

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

3.0.1

Bug fixes

  • Fix main field in package.json

3.0.0

Breaking changes

  • Minimal supported Node.js version is now 12.20.0
  • This package is now an ES module. It can only be loaded with an import or import() statement, not require(). See this post for more information.

2.0.0

Breaking changes

  • Minimal supported Node.js version is now 10.17.0

1.3.0

Features

  • Warn when a new version is available