Skip to content

Tags: AegisJSProject/core

Tags

v0.2.25

Toggle v0.2.25's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Add new functions for styles

v0.2.24

Toggle v0.2.24's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Add new HTML parser for Shadow DOM

**Added**
- Add parser for web component/shadow DOM

**Changed**
- `createTrustedHTMLTemplate` now throws if not given a `TrustedTypePolicy`

v0.2.23

Toggle v0.2.23's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Add `createTrustedHTMLTemplate()`

v0.2.22

Toggle v0.2.22's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Various dependency updates

v0.2.21

Toggle v0.2.21's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Misc dependency updates

v0.2.20

Toggle v0.2.20's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Remove polyfills & misc updates

**Added**
- Add support for stringifying of `AbortSignal` and `AbortController` using `@aegisjsproject/callback-registry`

**Changed**
- Various lib updates

**Fixed**
- Remove duplication of Trusted Types Policy for sanitizer (removed polyfills)

v0.2.19

Toggle v0.2.19's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Switch to using `@aegisjsproject/callback-registry`

**Changed**
- Use `@aegisjsproject/callback-registry` instead of own registry

**Removed**
- Do not include `attributeObserver.js` in default export/bundles

v0.2.18

Toggle v0.2.18's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Fix stringifying elements

v0.2.17

Toggle v0.2.17's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Add unsafe `html` and `doc` methods

**Added**
- Add unsafe versions of `html` and `doc` via `setHTMLUnsafe` and `parseHTMLUnsafe`

**Changed**
- Upadte `@aegisjsproject/parsers`

v0.2.16

Toggle v0.2.16's commit message

Verified

This tag was signed with the committer’s verified signature.
shgysk8zer0 Chris Zuber
Various updates for compatibility with new/updated dependencies