Releases: trolit/Patchron
Releases · trolit/Patchron
v1.1.5
v1.1.4
What's Changed
- Update Probot (12.2.7 -> 12.2.8)
- Update @probot/adapter-github-actions (3.1.1 -> 3.1.2)
Full Changelog: v1.1.3...v1.1.4
v1.1.3 ✅
v1.1.2 ✅
What's Changed
- Remove unnecessary env parse (dotenv does it later) by @trolit in #110
- Create complete relative paths example by @trolit in #111
- Fix keywords ordered by length rule by @trolit in #112
- Fix positioned keywords rule tests by @trolit in #113
- Remove regex parsing by @trolit in #114
Full Changelog: v1.1.1...v1.1.2
v1.1.1 ✅
v1.1.0 ✅
- Update dependency dotenv to v16.0.2 by @renovate in #105
- Update dependency probot to v12.2.7 by @renovate in #106
- Update README
- Implement feature that allows to configure rules via
relative paths
- Fix environment variables not being read through GitHub actions
- Apply minor fix to
KeywordsOrderedByLengthRule
- Apply minor fix to
PredefinedFilenamesRule
- Add GitHub Actions support
- Update project structure to add rules versioning
- Commit package-lock (for
npm ci
purposes) - Move rules configuration to
json
file - Add option to fetch rules configuration from specified URL
- Add option to specify location of config file in project
- Unify property name that stores regular expression
- Relocate type definitions (from
src/config
tosrc
)
Initial release ❌
v1.0.0 Add banner