-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- dep: eslint-plugin-haraka -> @haraka/eslint-config - lint: remove duplicate / stale rules from .eslintrc - populate `[files]` in package.json. Delete .npmignore. - doc: Changes -> CHANGELOG - doc(CHANGELOG): fixed broken release link - prettier Closes #35
- Loading branch information
Showing
12 changed files
with
992 additions
and
898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ env: | |
jobs: | ||
publish: | ||
uses: haraka/.github/.github/workflows/publish.yml@master | ||
secrets: inherit | ||
secrets: inherit |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
singleQuote: true |
Submodule .release
updated
10 files
+2 −0 | .prettierrc.yaml | |
+1 −0 | .shellcheckrc | |
+34 −6 | CHANGELOG.md | |
+1 −1 | LICENSE | |
+32 −15 | README.md | |
+30 −1 | base.sh | |
+8 −1 | finish.sh | |
+7 −6 | npm/prepend-scope.cjs | |
+115 −32 | start.sh | |
+35 −7 | submit.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,48 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/). | ||
|
||
### Unreleased | ||
|
||
### [1.1.1] - 2024-04-08 | ||
|
||
- dep: eslint-plugin-haraka -> @haraka/eslint-config | ||
- lint: remove duplicate / stale rules from .eslintrc | ||
- populate `[files]` in package.json. Delete .npmignore. | ||
- doc: Changes -> CHANGELOG | ||
- doc(CHANGELOG): fixed broken release link | ||
- prettier | ||
|
||
### [1.1.0] - 2024-03-20 | ||
|
||
- chore: bump version deps, and pin them | ||
- fix: minor debug logging issue #32 | ||
- fix: restored missing function call #31 | ||
|
||
|
||
### [1.0.7] - 2022-06-16 | ||
|
||
- import fresh from Haraka | ||
- convert tests to mocha | ||
|
||
|
||
### 1.0.6 - Dec 22, 2021 | ||
|
||
- Fix issue with nested archives not getting counted, #26 | ||
- replace travis & appveyor with GHA | ||
|
||
|
||
### 1.0.5 - Aug 21, 2018 | ||
|
||
- more tests | ||
- update attachment.ini to reflect newer syntax | ||
- fix a cfg path issue | ||
- remove leading dot from file_ext | ||
|
||
|
||
### 1.0.4 - Aug 21, 2018 | ||
|
||
- finished converting tests to mocha, tests work again. Yay. | ||
- es6 updates | ||
- backported changes from haraka/plugins/attachment.js | ||
|
||
|
||
[1.0.7]: https://github.com/haraka/haraka-plugin-attachment/releases/tag/1.0.7 | ||
[1.1.0]: https://github.com/haraka/haraka-plugin-attachment/releases/tag/1.1.0 | ||
[1.0.6]: https://github.com/haraka/haraka-plugin-attachment/releases/tag/v1.0.6 | ||
[1.0.7]: https://github.com/haraka/haraka-plugin-attachment/releases/tag/v1.0.7 | ||
[1.1.0]: https://github.com/haraka/haraka-plugin-attachment/releases/tag/v1.1.0 | ||
[1.1.1]: https://github.com/haraka/haraka-plugin-attachment/releases/tag/v1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.