All Versions
40
Latest Version
Avg Release Cycle
19 days
Latest Release
3645 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    October 16, 2014

    2014-10-16

  • v3.0.0-beta.5 Changes

    October 16, 2014
    • ๐Ÿ›  Fix template field iteration logic - 4ae5cf1

    Commits

  • v3.0.0-beta.4 Changes

    October 16, 2014
    • ๐ŸŽ #389 - Performance optimations (@kpdecker)
    • #390 - Deferrable render (@kpdecker)
    • ๐Ÿ— #388 - Utilize lodash for server builds (@kpdecker)
    • Avoid complex boolean chaining - 56a8b25
    • Implement basic benchmarks - 2f2fcde

    Compatibility notes:

    • setView callers can not assume that the operation has completed after the call returns unless they pass the async: false flag.
    • rendered:collection now occurs prior to the rendered event
    • append and before:rendered events can not assume that other handlers have executed prior to their own execution unless they utilize the deferred.exec API which does guarantee this case (although the existing concerns of did you register before the other guy hold and this is generally ill advised to make these assumptions in loosely linked event code).
    • ๐Ÿ— Users building with lumbar who desire the forms feature must include the thorax-form mixin
    • ๐Ÿšš The helper:$name event has been removed. Users should bind to the helper event and check the name parameter that they wish to examine.
    • _.uniqueId no longer uses global variables for tracking state. Instead callers must call _resetIdCounter when wishing to modify that behavior.
    • ๐Ÿ‘ฏ context no longer clones the model attributes so callers need to take care to not modify the returned value.

    Commits

  • v3.0.0-beta.3 Changes

    September 10, 2014
    • โšก๏ธ #382 - Update DOM events (@loun4)
    • โช #383 - Allow forced render mode for restore operations (@kpdecker)
    • โช Safely handle missing view helpers on restore - 2009cd2
    • โšก๏ธ Update to use FruitLoops API object - 5253fd1

    Commits

  • v3.0.0-beta.2 Changes

    July 08, 2014

    Commits

  • v3.0.0-beta.1 Changes

    July 07, 2014
    • ๐Ÿ›  Fixup restore handling with custom renderEmpty - 630a098

    Commits

  • v3.0.0-alpha.9 Changes

    June 02, 2014
    • #372 - Isolate fetchQueue instances (@kpdecker)
    • ๐Ÿ‘‰ Use callbacks as exec flags in bindToRoute - 18f16de

    Compatibility notes:

    • ๐Ÿ‘€ Multiple calls to fetch and load are now treated as distinct request objects externally. This means that they may be independendently canceled by things such as bind to route, etc without impacting other external requests. Implementations may need to examine the cases where fetch vs. load is used concurrently on a given data object instance to see if their behavior still matches the desired behavior.

    Commits

  • v3.0.0-alpha.8 Changes

    May 26, 2014
    • ๐Ÿ›  Fix bindToRoute when running with lumbar loader - c1e534d

    Commits

  • v3.0.0-alpha.7 Changes

    May 19, 2014
    • โšก๏ธ Update for latest handlebars _child changes - 495e078

    Commits

  • v3.0.0-alpha.6 Changes

    May 17, 2014
    • #311 - Loading module breaks module load if history not started (@kpdecker)
    • #370 - Always cleanup bindToRoute (@kpdecker)
    • ๐Ÿ›  Fix server-side.js include for client overrides - 66a972b

    Commits