Feed: Add support for parsing media content according to the Media RSS Specification, enhancing the way media elements are handled in feeds.
Improvements
Parser: Improve handling of self-closing special tags like <script />, <style />, and <title />, ensuring they are parsed correctly as self-closing tags.
Parser: Ensure that the content of the HTML <title> tag is processed as text, improving the accuracy of title extraction.
Fixes
Fix broken parsing of self-closing special tags, ensuring that the rest of the input stream is not incorrectly parsed as text.
Fix a bug in the tokenizer that prevents proper parsing when the tag name is not ASCII alpha, enhancing overall parsing reliability.
Others
Add sideEffects: false to package.json to allow Webpack to tree shake the package, optimizing bundle size for users.