All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Unit tests for the whole package
- A clearer errors management for user-provided data (Vue inst. / options)
- Added a
parse
public method to allow HTML customized elements after VCI instantiation
- First part of a clean & code split rework into core functions
- The weird merge strategy when
replaceRoot
conf. option is set totrue
- The weird merge strategy when
replaceRoot
conf. option is set totrue
- A
replaceRoot
configuration option - Prefixes management in configuration options (
componentPrefix
andpropPrefix
)
- More infos in README (standalone comps)
- Fixed constructor docstring
- Replaced custom script path by CDN (jsDelivr)
- README clean informations
- Code clean
- Removed useless prefix from VCI's class properties
- DocString to the main VCI script
- First implementation
- CHANGELOG file
- README sample file