Totem v1.4.3 Release Notes

Release Date: 2016-01-08 // about 8 years ago
  • ๐Ÿ†• New patch release, which optimizes things

    • ๐Ÿšš #37 #34 Remove reflection in ObjectSnapshot (using an exported array instead)
    • ๐Ÿ”จ #36 Refactor the Set switch (more readable and micro optimized)
    • #32 Some composer and travis changes

    And that's pretty much it


Previous changes from v1.4.2

  • This is a tiny BC Break in 1.4, as if a key primary key is used for an array in a CollectionSnapshot, it won't work anymore. [key] or a PropertyPath should be used instead.

    • #28 : Use PropertyPath instead of a wild guess for CollectionSnapshot (81695b4)