Skip to content

0.0.10

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 06 Feb 15:56
10d2915

CDN Updates

Include Hyperapp in your project using our CDN:

<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.10/dist/hyperapp.min.js"></script>

or

<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.10/dist/app.min.js"></script>
<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.10/dist/html.min.js"></script>
<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.10/dist/h.min.js"></script>

Changes

  • Documentation for lifecycle events added by @danigb (#40).
  • Updated default browser behavior to comply with specs, via @terkelg (#36).
  • Modernization Initiatives (#37).
    • Embracing more ES6 idioms.
    • Implementation of Webpack for a smaller bundle, courtesy of @maraisr.
    • Initial tests + coverage by @maraisr.