Skip to content

Latest commit

 

History

History
193 lines (80 loc) · 4.46 KB

CHANGELOG.md

File metadata and controls

193 lines (80 loc) · 4.46 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.3.3 (2017-07-03)

Bug Fixes

  • jQuery 3<2 fix for isArray (0c3e84f)

4.3.2 (2017-06-16)

Bug Fixes

4.3.1 (2017-05-18)

Bug Fixes

  • prepare root node before walk (18e1b3c)

4.3.0 (2017-05-18)

Features

4.2.4 (2017-05-08)

Bug Fixes

  • if no $element store noop (c68055e)

4.2.3 (2017-05-08)

Bug Fixes

  • json.$element should be a function (69b803e)

4.2.2 (2017-05-08)

Bug Fixes

4.2.1 (2017-05-08)

Bug Fixes

4.2.0 (2017-05-08)

Features

4.1.0 (2017-04-28)

Bug Fixes

  • don't override json.key/.parent on root node if already set. (2e42f9f)

Features

4.0.0 (2017-04-25)

Features

  • make walk widget independent (254631c)

BREAKING CHANGES

  • walk changes signature to walk($, json, create)

3.2.0 (2017-04-25)

Features

3.1.0 (2017-04-25)

Features

  • added support for .key() (2b48c90)

3.0.0 (2017-04-25)

Bug Fixes

  • decouple mu-jquery-loom (271faa6)

BREAKING CHANGES

  • walk signature change.

2.0.0 (2017-04-20)

Features

  • use standardized naming convention for json param. (6f708f5)

BREAKING CHANGES

    • .data("@component") -> .data("muJqueryWidgetCyoa")
  • data-jquery-widget-cyoa="{}"
  • json.component() -> json.widget()

1.0.0 (2017-04-20)

Features

BREAKING CHANGES

  • Deprecates mu-jquery-widget-cyoa/book

0.0.1 (2017-04-20)