pseudom 1.0.1
pseudom: ^1.0.1 copied to clipboard
A Dart package for CSS parsing and manipulation, with added support for custom pseudo selectors.
Changelog #
All notable changes to this project will be documented in this file.
1.1.0 - 2024-03-24 #
1.0.0 - 2024-03-24 #
🚀 Features #
- (init) Antlr for css parser code
- (selector) Can select elements with custom query selector
- (changelog) Add git cliff config and generated changelog
🐛 Bug Fixes #
- (fmt) Fix analysis issues
- (parser) Support combiners before first selector
📚 Documentation #
- (readme) Update readme
- (changelog) Update changelog
- (changelog) Update changelog
🎨 Styling #
- (fmt) Change line length to 80
⚙️ Miscellaneous Tasks #
- (actions) Add dart test action
Build #
- (pub) Publish library to pub.dev