wooorm/property-information
Last release: Yesterday
property-information provides structured info about web platform properties and attributes, covering HTML, SVG, ARIA, XML, XMLNS, and XLink. It’s useful for looking up which attribute or property names exist and what data types or formats they use, including helpers to find info and normalize names for consistent querying.
Project status
- Actively maintained, with recent activity (upstream push on 2026-06-01, and an update to version 7.2.0 released on the same day).
- Apparent update cadence is irregular, with updates at 7.0.0 (2025-02-18), 7.1.0 (2025-05-08, about 2.5 months later), and 7.2.0 (2026-06-01, about 13 months later).
AI summary generated Today
Recent updates
7.2.0
YesterdayRelease 7.2.0 expands the exported HTML and SVG attribute/property metadata with additional attributes. It also adjusts typing for the HTML `colSpan` property to be a `number`. Most of the release notes are high level and do not enumerate the newly added attributes.
Features7.1.0
5/8/2025Release 7.1.0 updates the HTML property metadata type for the `hidden` attribute. The only functional code change in the diff is switching the `hidden` type from `boolean` to `overloadedBoolean`, with the package version bumped accordingly.
Breaking7.0.0
2/18/2025Version 7.0.0 adds an export map and TypeScript declaration support (including declaration maps), and updates the package to require Node.js 16. The code changes also introduce a new public TypeScript surface (index.d.ts) and adjust how schema/property metadata is represented and generated.
BreakingFeatures