ZappaJS 5.x is out

2 views
Skip to first unread message

step...@shimaore.net

unread,
May 28, 2016, 6:02:57 PM5/28/16
to zap...@googlegroups.com
Hello!

Just wanted to let you know that ZappaJS 5.0 is out.

This version removes client-side dependencies from core ZappaJS and moves
the `@client` feature to a plugin (zappajs-plugin-client). This makes
core ZappaJS much smaller if you didn't use the embedded client-side code
features such as `@client`.

Those features are still available if you need them, though:

@with 'client'

@client '/app.js', ->
$ = require 'component-dom'
@on 'ok', ->
$('#main').html 'Server is ready too!'
@emit 'ready', 'hello'

@on 'ready', ->
@emit 'ok', @data

Since this removes features from core ZappaJS, following semver
conventions this is a new major release. No other changes, really.

Documentation and tests are up-to-date and the new version is on npm --
although it's still tagged `development` to give everyone some time to
review their options before it becomes `latest`.

https://zappajs.github.io/zappajs/

Thanks for reading!
Stéphane

--
tel:+33643482771
http://stephane.shimaore.net/
Reply all
Reply to author
Forward
0 new messages