Releases: shawwwn/vueify.js
Releases · shawwwn/vueify.js
V1.0 - Production Release!
V0.3 - Finalizing things.
- Enclosing module, interact with
Vueify
object in global namespace to test out functionalities! - Component caching.
- Cyclic dependency detection.
- Add a nice looking logo.
Next version should be production ready.
V0.2 - Fully Compatible with ES6 Import/Export Style
- Rewrite transpilation flow, now load component's option data from Blob, fully compatible with ES6 import/export style.
- Loading nested components
- Firefox compatible css injection.
- Dynamically load/unload css when component is being created/destroyed.
- Asynchronous downloading files.
- Code refactorization.
- Allow loading external script/css via 'src' attributes.
- Add more examples.