[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Releases: lostick/path-filtering-action

v0.5.0

04 Oct 17:40
2da2cce
Compare
Choose a tag to compare
  • Bump all dependencies (mention: zeit is now vercel)
  • Remove expressions that could lead to undefined behavior
  • Ensure diff against base branch work with shallow clones in git 2.28 (see pre-commit#1554)
  • Change default branch from master to main

v0.4.0

03 May 15:45
685091d
Compare
Choose a tag to compare
  • Rename action to path-filtering
  • Update all dependencies
  • Comply with latest eslint recommendations
  • Add jsdocs

v0.3.0

26 Apr 17:31
Compare
Choose a tag to compare
  • Add support for a non-default branch by using base_ref input
  • Add more test workflows to cover possible outputs
  • Fetch all branches as part of the step instead of relying on another step

v0.2.1

19 Apr 21:09
Compare
Choose a tag to compare
  • Publish action to the marketplace

v0.2.0

19 Apr 19:42
Compare
Choose a tag to compare

This release removes the must_include parameter to focus only on options that are natively supported by git diff. The ability to override the default rules files location is also supported by passing config_file input to the action in your workflow.

v0.1.0

13 Apr 19:04
Compare
Choose a tag to compare
  • First release. Basic support for diffing added