All Versions
32
Latest Version
Avg Release Cycle
81 days
Latest Release
2656 days ago

Changelog History
Page 4

  • v0.2.0 Changes

    No more testing in IEs browsers.

    Note

    The name atWho was changed to atwho.

    🆕 New features
    • 🔧 Customer data handlers(matcher, filter, sorter) and template renders(highlight, template eval) by a group of configurable callbacks.
    • Support AMD
    ✂ Removed features
    • Filter by local data and remote (by ajax) data at the same time.
    • Caching
    • Mouse event
    🔄 Changed settings

    🚚 - mean removed option + mean new added option The one that start without - or + mean not change.

    • - data: [],
    • + data: null,

    • - choose: "data-value",

    • + search_key: "name",

    • - callback: null,

    • 0️⃣ + callbacks: DEFAULT_CALLBACKS,

    • + display_timeout: 300,

    • 0️⃣ - tpl: _DEFAULT_TPL

    • 0️⃣ + tpl: DEFAULT_TPL

    • - cache: false

    Not change settings

    • cache: true,
    • limit: 5,
    • display_flag: true,
  • v0.1.7 Changes

    🚅 同步 jquery-atwho-rails gem 的版本号 这会是 v0.1 的固定版本. 不再有新功能更新.

    v0.1.2 2012-3-23

    • box showing above instead of bottom when it get close to the bottom of window
    • coffeescript here is.
    • every registered character able to have thire own options such as template(tpl)
    • every inputor (textarea, input) able to have their own registered character and different behavior even the same character to other inputor

    v0.1.0

    • 可以監聽多個字符 multiple char listening.
    • 顯示缺省列表. show default list.