Skip to content

Releases: ryan-voitiskis/astro-helmet

astro-helmet v1.0.2

15 Jun 14:01
Compare
Choose a tag to compare
  • fix failing GitHub action for publishing to npm.

astro-helmet v1.0.1

15 Jun 13:49
a69a73d
Compare
Choose a tag to compare
  • README formatting + .prettierrc override
  • GitHub workflow: npm-publish
  • add test for renderAttrs()

astro-helmet v1.0.0

08 Jun 12:04
Compare
Choose a tag to compare
  • README improved
  • full test coverage on src/main.ts
  • fixed optional props destructuring bug

astro-helmet v1.0.0-alpha.2

08 Jun 07:32
Compare
Choose a tag to compare
Pre-release
  • fix options prop, make optional
  • export types

astro-helmet v1.0.0-alpha.1

08 Jun 07:17
Compare
Choose a tag to compare

astro-helmet v1.0.0-alpha.0

08 Jun 05:28
Compare
Choose a tag to compare
Pre-release
  • enhanced tests
  • renderHead() takes HeadItems | HeadItems[]
  • Helmet.astro component
  • component takes options prop
  • omitHeadTags option (defaults to false)
  • applyPriority option (defaults to undefined): (tag: Tag) => Required

astro-helmet v0.2.0

04 Jun 12:11
Compare
Choose a tag to compare
  • removed ' /' from self closing tags
  • handles
  • improved testing for renderHead()

astro-helmet v0.1.3

03 Jun 11:53
Compare
Choose a tag to compare
  • renderAttrs() can handle escaped values.
  • renderAttrs() can handle undefined or null values (omits them).
  • better renderAttrs() tests.

astro-helmet v0.1.1

02 Jun 11:11
Compare
Choose a tag to compare
astro-helmet v0.1.1 Pre-release
Pre-release
  • fix: ContentItem innerHTML is optional

astro-helmet v0.1.0

02 Jun 06:38
Compare
Choose a tag to compare
astro-helmet v0.1.0 Pre-release
Pre-release

Initial release.