# Changelog All notable changes to this project will be documented in this file. ## [0.6.0] - 2024-11-05 ### 🚀 Features - Add support for more tags from rfc (#3) ## [0.5.0] - 2024-11-02 ### ⚙️ Miscellaneous Tasks - [**breaking**] Restructure project (#2) ## [0.4.0] - 2024-11-01 ### ⚙️ Miscellaneous Tasks - Add a Note about the status of the project - Fix `Crates.io` badge in `README.md` ## [0.3.0] - 2024-11-01 ### 🚀 Features - Add `PlaylistBuilder` - Add example to README for `PlaylistBuilder` - Add `validate` method to the `Playlist` to validate the Playlist on build ### ⚙️ Miscellaneous Tasks - Update README.md ## [0.2.0] - 2024-11-01 ### 🚀 Features - Creat the first version of m3u8-parser ### ⚙️ Miscellaneous Tasks - Implement the first version - [**breaking**] Rename crate from `m3u8` to `m3u8_parser` - Update README.md