Skip to content

Releases: zhang-ning/RiverJS

release 1.0.85

Choose a tag to compare

@zhang-ning zhang-ning released this 22 Mar 01:33

optimized model onchange method

release 1.0.84

Choose a tag to compare

@zhang-ning zhang-ning released this 17 Mar 15:34

fix bug on jcompile grammar.

fixed domcontent loaded cross ie issue , more stable

Choose a tag to compare

@zhang-ning zhang-ning released this 11 Mar 07:19

fixed domcontent loaded cross ie issue , more stable

the perfect version with todomvc example

Choose a tag to compare

@zhang-ning zhang-ning released this 09 Mar 14:21

fix almost 20 bugs on riverjs core ,
and finish the todo-mvc example totally.

more stable

Choose a tag to compare

@zhang-ning zhang-ning released this 03 Mar 15:31

fix bugs on tool repeat module,
made the example todoMVC worked.

1.0.6 release

Choose a tag to compare

@zhang-ning zhang-ning released this 20 Feb 05:02

add exports,require,module parameters when define module, for example:

define('my.app',function(exports,require,module){
    //do everything like what you ever did in node and component
    var someapp = require('some,app');

   exports.abc = function(){
   }

   // you know what I mean
})

the fivth time release but first time on github

Choose a tag to compare

@zhang-ning zhang-ning released this 17 Feb 16:00

add functional , add/remove data with repeat grammer.
and pass data from repeat to scope