At.js v0.2.0 Release Notes

  • 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,