All Versions
40
Latest Version
Avg Release Cycle
19 days
Latest Release
3645 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
October 16, 20142014-10-16
-
v3.0.0-beta.5 Changes
October 16, 2014- ๐ Fix template field iteration logic - 4ae5cf1
-
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 theasync: false
flag.rendered:collection
now occurs prior to therendered
eventappend
andbefore:rendered
events can not assume that other handlers have executed prior to their own execution unless they utilize thedeferred.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 thehelper
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.
-
v3.0.0-beta.2 Changes
July 08, 2014 -
v3.0.0-beta.1 Changes
July 07, 2014- ๐ Fixup restore handling with custom renderEmpty - 630a098
-
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.
-
v3.0.0-alpha.8 Changes
May 26, 2014- ๐ Fix bindToRoute when running with lumbar loader - c1e534d
-
v3.0.0-alpha.7 Changes
May 19, 2014- โก๏ธ Update for latest handlebars _child changes - 495e078