Skip to content

Releases: mobxjs/mobx

v6.0.2

02 Nov 10:55
4793d65

Choose a tag to compare

Patch Changes

Check NPM for releases

27 Jun 10:02

Choose a tag to compare

We don't use GitHub releases in this repo. Check NPM for the latest.

NPM

2.3.6

13 Jul 12:00

Choose a tag to compare

  • Fixed #406: Observable maps doesn't work with empty initial value in Safari
  • Implemented #357, #348: ObservableMap and ObservableArray now support iterators. Use @@iterator() or iterall in ES5 environments.