Skip to content

Releases: Yomguithereal/baobab

v2.3.4

09 Nov 10:32
Compare
Choose a tag to compare
  • Fixing an issue concerning objects created through Object.create(null) (@fmal).

v2.3.3

22 Jan 16:12
Compare
Choose a tag to compare
  • Fixing again an issue concerning merging an monkeys (thanks to @abalmos and @Zache).

v2.3.2

19 Jan 11:57
Compare
Choose a tag to compare
  • Fixing issue concerning merging and monkeys.
  • Fixing path coercion in monkeys' dependencies.

v2.3.1

14 Jan 16:46
Compare
Choose a tag to compare
  • Adding internal tree.getMonkey.
  • Fixing issue concerning monkey's recursivity.
  • Fixing a bug concerning setters & dynamic paths.

v2.3.0

05 Jan 16:48
Compare
Choose a tag to compare
  • Adding the tree/cursor.clone and the tree/cursor.deepClone methods.
  • Adding the tree/cursor.pop and the tree/cursor.shift methods.
  • Adding a way to disable a single monkey's immutability.
  • Fixing an issue where the tree.commit method would fire a useless update.
  • Fixing an issue related to updates and dynamic paths.
  • Fixing the tree/cursor.splice to correctly handle negative indexes.
  • Fixing a bug related to eager monkeys and immutability.

v2.2.1

14 Dec 17:09
Compare
Choose a tag to compare
  • Fixing a bug with watcher not able to handle path polymorphisms.

v2.2.0

11 Dec 13:18
Compare
Choose a tag to compare
  • Cursors are now ES6 iterables (@kirjs).
  • Dropping the .babelrc file from the npm build.

v2.1.2

26 Nov 12:42
Compare
Choose a tag to compare
  • Storing hashed paths using λ as delimiter instead of / to enable some edge cases (@nivekmai).
  • Fixing an issue with cursors where a stopped history wouldn't restart correctly (@nikvm).
  • Fixing monkeys' laziness.
  • Fixing an edge case when one watches over paths beneath monkeys.

v2.1.1

10 Nov 10:44
Compare
Choose a tag to compare
  • Fixing existence checking of undefined values.
  • Fixing the lazyMonkeys option.
  • Fixing the tree's behavior regarding ES6 collections (@askmatey).
  • Fixing the splice method (@SaphuA).

v2.1.0

19 Oct 13:55
Compare
Choose a tag to compare
  • Adding the lazyMonkeys option.
  • Adding relative paths for monkeys' dependencies.