Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 819 Bytes

1.2.1

  • fixed: the .listen method will accept only functions - #9

1.2.0

  • updated: avoid unecessary array remapping of the sort and reverse methods
  • updated: simplified the source code
  • added: icaro() will initialize with a plain empty object if no arguments were passed to it

1.1.3

  • updated: avoid unecessary array remapping

1.1.2

  • fixed: dispatch the observer events after the changing property is set

1.1.1

  • fixed: removed Array.map from the dispatcher methods

1.1.0

  • added: let the array native methods dispatch events
  • fixed: issue transforming arrays using the toJSON method

1.0.2

  • fixed: tag the demo examples in order to uncache them

1.0.1

  • fixed: array cotaining objects should be remapped