Sha256: 733b15fe3d1df21920d5287de9ab0f5c0394221a662e797a5390f78390601591

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

CHANGESET1:
  from: '0.14.0'
  to:   '0.14.1'

  CHANGES:
    if_or:
      old: "<r:if eval='can_write?' or_test='[d_foo]'>hello</r:if>"
      new: "<r:if eval='can_write?' or_test='d_foo'>hello</r:if>"

SHOULD_CHANGE:
  basic:
    link_anchor_name:
      old: "<r:link anchor='[name]'/>"
      new: "<r:link anchor='#{name}'/>"

CHANGESET2:
  from: '0.15.1'
  to:   '0.15.2'

  CHANGES:
    basic:
      link_sharp:
        old: "<r:link sharp='true'/>"
        new: "<r:link anchor='true'/>"
      anchor_with_link:
        old: "<r:link anchor='true'/>"
        new: "<r:anchor do='link'/>"


show_path: "<ul id='path' do='ancestors'><li do='each' do='link'/></ul>"
start_node: "start"
# [v_title]: "title"
v_title: "title"
"<r:if kind_of='Section'": "<r:Section?>"
"<r:text/>": "mat"
"on_if_node='ancestor'": "on_if='is_ancestor?(main)'"
"<div do='admin_links'/>": "<ol class='admin_links' do='admin_links'>
    <li do='each' do='show'><a href='#'>do this</a></li>
  </ol>"
"set_class='li_s[v_status]'": "class='li_s#{v.status}'"
"<meta name='keywords' do='void' set_content='[d_keywords]'/>": "<meta name='keywords' content='#{keywords}'/>"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
zena-1.1.3 doc/zafu_changes.yml
zena-1.1.2 doc/zafu_changes.yml
zena-1.1.1 doc/zafu_changes.yml
zena-1.1.0 doc/zafu_changes.yml
zena-1.0.0 doc/zafu_changes.yml
zena-1.0.0.rc3 doc/zafu_changes.yml