Skip to content

v0.3.0

Choose a tag to compare

@juliancwirko juliancwirko released this 20 Aug 16:53
· 91 commits to main since this release
  • breaking change: from v0.3.0, the elven.js is served as an ES6 module. Why? Because ES6 modules are well supported in all browsers, it will be much simpler to make it compatible with many different frontend frameworks if needed. It would be simpler to import it from node_modules. You can still use it directly from the CDN. You just need to import it using <script type="module" /> Check the docs for more info about it.
  • supporting it as a standard script seems to be obsolete nowadays, but please let me know if you have a good use case for it, then I will try to support both