Commit Graph

12 Commits

Author SHA1 Message Date
Artemy
a98f532cf6 feat: habr navigation
fix: dompurify
fix: middleware processing
2024-05-15 17:06:51 +03:00
Artemy
1d47c66f7d fix(plugins): html2text format 2024-05-14 15:21:39 +03:00
Artemy
9a6819e652 feat: auto html-to-text conversion
fixes: #100
2024-05-14 12:56:51 +03:00
Artemy
04322ea3c5 doc: one line logger instead ugly one 2024-05-14 11:12:20 +03:00
Artemy
bdf625bb1f refactor: engine output 2024-05-13 13:30:47 +03:00
Artemy
494d1c8134 fix@sdk: types export 2024-05-13 12:54:14 +03:00
dependabot[bot]
1836571163
Build(deps): Bump linkedom from 0.16.11 to 0.18.0
Bumps [linkedom](https://github.com/WebReflection/linkedom) from 0.16.11 to 0.18.0.
- [Commits](https://github.com/WebReflection/linkedom/compare/v0.16.11...v0.18.0)

---
updated-dependencies:
- dependency-name: linkedom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 04:32:02 +00:00
Artemy
593b4cde4a fix: lock and format 2024-05-12 16:28:25 +03:00
Artemy
30977d1357 refactor: create monorepo 2024-05-12 16:24:50 +03:00
dependabot[bot]
b21ee84629
Build(deps): Bump dompurify from 3.1.1 to 3.1.2 (#152)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.1...3.1.2)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 15:03:52 +03:00
Artemy Egorov
6e9e9a6cc6
Plugins config (#147)
* refactor: rename configs

* refactor: create plugin config

* refactor: universal config

* fix: engine plugins default list
2024-04-27 22:15:19 +03:00
Artemy Egorov
c04ea407ae
Plugins (#146)
* refactor: move engines to the sdk

* refactor: move engines to plugins

* refactor: move engines to plugins

* fix: prettier
2024-04-27 16:21:41 +00:00