0.0.9 • Published 10 years ago

gulp-html2json v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

gulp-html2json

translate weex's component to json. this output json used for translate to react dom.

Usage

var gulpHtmlToJson = require('gulp-html2json');

return gulp.src(sourceFiles)
  .pipe(gulpHtmlToJson())
  .pipe(gulp.dest(distDir));

Releases

0.0.1 Initial release

  • initial code

0.0.2

  • bugfix

0.0.3

  • 支持组件中的script解析

0.0.4

  • 支持设置组件的值和repeat属性

0.0.5

  • 支持editor属性定义的获取

0.0.6

  • 支持defaultData属性定义的获取

0.0.7

  • editor属性回退,只支持defaultData属性定义的获取

0.0.8

  • 支持if属性,用于控制是否渲染和显示
  • layout上禁止编辑属性disabledEditor的支持

0.0.9

  • if属性解析的bugfix
0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago