thorax v3.0.0-alpha.9 Release Notes

Release Date: 2014-06-02 // almost 10 years ago
    • #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