Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
63 lines (49 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

63 lines (49 loc) · 1.5 KB

Changelog

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.

[1.3.0]

Added

  • Unit tests for the whole package

[1.2.1]

Changed

  • A clearer errors management for user-provided data (Vue inst. / options)

[1.2.0] - 2021-02-20

Changed

  • Added a parse public method to allow HTML customized elements after VCI instantiation

[1.1.3] - 2021-02-20

Changed

  • First part of a clean & code split rework into core functions

[1.1.2] - 2021-02-17

Fixed

  • The weird merge strategy when replaceRoot conf. option is set to true

[1.1.1] - 2021-02-17

Fixed

  • The weird merge strategy when replaceRoot conf. option is set to true

[1.1.0] - 2021-02-16

Added

  • A replaceRoot configuration option
  • Prefixes management in configuration options (componentPrefix and propPrefix)

[1.0.2] - 2021-02-16

Added

  • More infos in README (standalone comps)

[1.0.1] - 2021-02-16

Changed

  • Fixed constructor docstring
  • Replaced custom script path by CDN (jsDelivr)

[1.0.0] - 2021-02-15

Changed

  • README clean informations
  • Code clean

[0.0.3] - 2021-02-12

Changed

  • Removed useless prefix from VCI's class properties

[0.0.2] - 2021-02-12

Added

  • DocString to the main VCI script

[0.0.1] - 2021-02-12

Added

  • First implementation
  • CHANGELOG file
  • README sample file