Skip to content

Commit 23a4ef4

Browse files
committed
v1.2.0
1 parent af14871 commit 23a4ef4

File tree

6 files changed

+6477
-6474
lines changed

6 files changed

+6477
-6474
lines changed

.npmignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
.gitignore
22
test/
33
coverage/
4-
.eslintrc.js
54
tsconfig.json
65
.github/
7-
.eslintignore
86
src/
97
tsup.config.ts
108
jest.config.mjs
119
examples/
1210
*.tgz
13-
.prettierrc.mjs
14-
.prettieriignore
1511
docs/
16-
.prettierignore
1712
.vscode/
1813
typedoc.json
19-
CODE_OF_CONDUCT.md
14+
CODE_OF_CONDUCT.md
15+
CONTRIBUTING.md
16+
biome.json

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [1.2.0] - 2024-08
66

7+
### Breaking changes
8+
9+
- The function `getCertURLs` is no longer async ❗ (was async with no need)
10+
711
### Added
812

9-
- Export `downloadIssuerCert` function
13+
- Export `downloadIssuerCert` function for usage outside of the module
1014

1115
### Changed
1216

13-
- The function `getCertURLs` is no longer async
14-
- Update dependencies
17+
- Use biome for linting and formatting instead of eslint and prettier
18+
- Improve code quality and test coverage
19+
- Update dependencies and GitHub Actions
1520

1621
## [1.1.0] - 2024-05
1722

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Read our [Code of Conduct](CODE_OF_CONDUCT.md) to keep our community approachabl
1717
## PRs and code contributions
1818

1919
- After cloning the repo run `npm i`
20-
- Run `npm run lint` before every commit (ESLint)
20+
- Run `npm run lint` before every commit
21+
- Make sure that the code is formatted by running `npm run format`
2122
- If you add new modules or other features, please create tests
2223
- Before you create a PR, run `npm t` to run all tests and check if you can build the code by running `npm run build`

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
I take all security issues in EasyOCSP seriously. I appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
66

7-
To make a security vulnerability report, email me at [info@timokoessler.de](mailto:info@timokoessler.de) with the full details, including steps to reproduce the issue. You can use this [PGP key](https://timokoessler.de/pgp-key.txt) to encrypt the email. Please write the email in English or German.
7+
To make a security vulnerability report, email me at [info@timokoessler.de](mailto:info@timokoessler.de) with the full details, including steps to reproduce the issue. You can use my [PGP key](https://timokoessler.de/pgp-key.txt) or my [S/MIME key](https://timokoessler.de/smime.txt) to encrypt the email. Please write the email in English or German.
88

99
I will check the vulnerability as soon as possible and answer you within 48 hours.

0 commit comments

Comments
 (0)