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.
- New
findFragmentsFromQuery
function andautoRegisterFragment
method to register your Fragments automatically.
0.2.0 - 2020-08-11
- Dropped support for non-spec fragment names.
- Issues with IE11 with UTF-8 RegExp.
0.1.3 - 2020-03-18
- Changed compile target from ES6 to ES5.
0.1.2 - 2020-03-17
- The unicode special characters are not supported on each engine. The capability to support it will be checked and enabled if possible.
0.1.1 - 2020-03-17
- Resolving nested fragments resulted in duplication for each level
- Incorrect fragment-name resolving
0.1.0 - 2020-03-14
- First release with a basic implementation of the fragment loading