Breaking API Change
<ScriptEffects />
now accepts Script
rather than Option<Script>
(#10)
Bug Fix
Relative URL in a string literal now doesn't panic the macro (#17)
Docs
- More detailed documentation
- Feature-gated items are now indicated by the feature badges. (checkout on docs.rs)
- README.md is now included on crates.io
Internal Changes
Polished CI and CONTRIBUTING.md, new contributors are welcome anytime 😄