github cyclejs/cyclejs v1.0.0-rc1
Release candidate for v1.0.0

latest releases: unified-tag, v7.0.0, v7.0.0-rc8...
pre-release8 years ago

This release splits the original cyclejs npm package into two: @cycle/core and @cycle/web.

This is just a split, no functionality added nor removed nor changed. To migrate, you just need to get the right functions from the right packages.

They contain:

let Cycle = require('@cycle/core');
let {run, Rx} = Cycle;
let CycleWeb = require('@cycle/web');
let {makeDOMDriver, makeHTMLDriver, h, svg} = Cycle;

Don't miss a new cyclejs release

NewReleases is sending notifications on new releases.