Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Releases: fluxo-js/fluxo

v0.0.25

09 Jul 13:24
Compare
Choose a tag to compare
  • 8d02a87 Parser must be called before the change comparison.
  • f8b0d7b Quick dumb collections
  • e1c325c Added the possibility to add a store in a specific index

v0.0.24

01 Jul 15:19
Compare
Choose a tag to compare

#37 Computed and Subsets on change.
#36 change once per mutation cycle.
964b70c Attributes contract
97e969b Removing the radio module
608c214 Using store internal radio instead external one
e4ac5e8 Nested stores event bubbling
ea49a8b Performance adjustments on #find method
275d7f4 Exposing the previous attribute on attributes events
2ad8416 Reordering the collection on remove and children store's change
768317a setStores removing missing stores (opt in)
7748827 Also check by cid if a store is already added on addStore
676da43 Added the clear method

How to upgrade:

  • Your subsets now must listen the add and remove events or you can just depend on the change event if it's more convenient to you.
  • You must remove the attributeParsers and defaults in favor to https://github.com/fluxo-js/fluxo#attributes-contracts
  • You must remove any Fluxo.Radio usage.

v0.0.23

31 Mar 20:00
Compare
Choose a tag to compare
  • Minor adjustments
  • Store release (b6b16a2)

v0.0.22

18 Feb 18:17
Compare
Choose a tag to compare

0e26aee Fluxo.ObjectStore#toJSON memoization
2dc8a6b Warning about missing children store class delegated method
f2c7c8a Updating subsets before computed properties
67d6482 Warning about collection children delegate method on missing child store
5d49aa2 Warning about wrong types on store setter's arguments
1a8d603 Do not unset computed properties on reset

v0.0.21

07 Nov 17:18
Compare
Choose a tag to compare
  • Little adjustment on initialize routine allowing extensions choose the order.

v0.0.20

02 Nov 23:00
Compare
Choose a tag to compare
  • exporting Fluxo.extend correctly

v0.0.19

02 Nov 22:10
Compare
Choose a tag to compare
  • Fixing the fluxo usage through browserify.

v0.0.18

02 Nov 21:00
Compare
Choose a tag to compare
  • ES6 classes
  • Subsets
  • Removing "data" key padding on collection's toJSON

v0.0.17

25 Oct 22:40
Compare
Choose a tag to compare
  • This version makes a big usage change #4 and name change #5.
  • Fluxo.CollectionStore#resetFromData => Fluxo.CollectionStore#resetStores
  • Fluxo.CollectionStore#setFromData => Fluxo.CollectionStore#setStores
  • Removed Fluxo.CollectionStore#addFromData. You can just use Fluxo.CollectionStore#add.
  • Added the Fluxo.ObjectStore#unsetAttribute to remove an attribute.
  • Added "children delegation" c3fea41

v0.0.16

01 Sep 22:35
Compare
Choose a tag to compare
  • Change CollectionStore#find to accept id or cid dd69104
  • Implement a unique client id for every store eed41a7