v0.6.0: Inline SVGs & better API!
This release brings a major rewrite to the plugin internals, which happens to allow us to write SVGs directly into HTML, without having to save it as a file somewhere. This fixes by far the biggest issue I personally had with the plugin, it forcing an infinite reload loop upon the first file change.
There are also minor updates to the API to make it a bit more coherent and understandable. There are some updates to the documentation as well.
Changelog
Additions
- Add support for inserting SVGs inline, without writing files (2c076db)