Skip to content

Releases: shawwwn/vueify.js

V1.0 - Production Release!

13 Apr 20:03
Compare
Choose a tag to compare
  • Making the script into a Vue plugin.
  • Add dynamic import.
  • Better error handling.
  • Various bugfixes and code refactorization.

V0.3 - Finalizing things.

11 Apr 07:00
9a39f98
Compare
Choose a tag to compare
Pre-release
  • 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

10 Apr 00:37
Compare
Choose a tag to compare
  • 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.