Skip to content

Releases: devcomfort/is-html-element

v1.1.2

05 Jul 13:47

Choose a tag to compare

๐ŸŽ‰ For Everyone

This release improves the reliability of our automated release process.

Highlights:

  • โœ… Improved Reliability: We've fixed issues in our automated publish workflow to ensure it works as intended.

๐Ÿ› ๏ธ For Developers

๐Ÿ› Bug Fixes

v1.1.1

04 Jul 22:36

Choose a tag to compare

๐ŸŽ‰ For Everyone

This release improves the npm publish workflow by adding a build step, ensuring the latest build artifacts are included in the published package.

Highlights:

  • โœ… Improved Reliability: The npm publish workflow now includes a build step, making sure the published package contains the latest build artifacts.

๐Ÿ› ๏ธ For Developers

โœจ Features

v1.1.0

04 Jul 21:27

Choose a tag to compare

๐ŸŽ‰ For Everyone

We're excited to release a significant update that enhances the reliability and maintainability of our library through rigorous testing and improved documentation.

Highlights:

  • โœ… Improved Reliability: Our test suite has been significantly enhanced, providing stronger guarantees of the library's correctness and maintainability.
  • ๐Ÿ“š Better Documentation: We've clarified the logic and purpose behind our motivation test, making the project's core claims more transparent and easier to understand.

๐Ÿ› ๏ธ For Developers

Versioning

The version bump is minor due to the addition of new testing features that improve the library's maintainability without introducing breaking changes or new user-facing features.

โœจ Features

๐Ÿ“š Documentation

Full Changelog: v1.0.2...v1.1.0

v1.0.2

04 Jul 21:09

Choose a tag to compare

๐ŸŽ‰ For Everyone

This release improves the reliability of our package publishing process, ensuring that the version in the published package matches the official release version.

Highlights:

  • โœ… Improved Reliability: We've fixed a critical issue where the version in the published NPM package might not match the official release version.

๐Ÿ› ๏ธ For Developers

๐Ÿ› Bug Fixes

  • fix(ci): sync package.json version with release tag before publishing. (81f3308) by @devcomfort

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Jul 21:02

Choose a tag to compare

๐ŸŽ‰ For Everyone

This release improves the library's portability and developer experience by ensuring DOM types are available.

Highlights:

  • โœ… Improved Reliability: We've made the library self-contained, ensuring it compiles correctly even in projects without 'dom' in their tsconfig 'lib' array.

๐Ÿ› ๏ธ For Developers

๐Ÿ› Bug Fixes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Jul 20:56

Choose a tag to compare

๐ŸŽ‰ For Everyone

This release introduces significant improvements to our release automation and core functionality, making our tool more reliable and user-friendly.

Highlights:

  • โœจ New Core Feature: We've added a new function to accurately validate HTML elements, solving common type-checking problems.
  • โœ… Massively Improved Reliability: Over a dozen issues in our automated testing and release pipeline have been fixed, making future updates faster and more dependable.
  • ๐Ÿš€ Better Documentation: The project's documentation has been completely rewritten to be more helpful.

๐Ÿ› ๏ธ For Developers

๐Ÿšจ BREAKING CHANGES

None

โœจ Features

๐Ÿ› Bug Fixes

๐Ÿš€ Miscellaneous

Full Changelog: https://github.com/devcomfort/is-html-element/commits/v1.0.0