Skip to content

Releases: gadget-inc/mobx-quick-tree

0.6.1

13 Nov 15:19
Compare
Choose a tag to compare

What's Changed

  • Generate a monomorphic version of .createReadOnly and .instantiate for each class model by @airhorns in #74

Full Changelog: 0.6.0...0.6.1

0.6.0

10 Nov 22:22
344d209
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

08 Nov 21:54
21cdb88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.5.0

0.4.4

26 Jun 13:09
d498224
Compare
Choose a tag to compare

Full Changelog: 0.4.3...0.4.4

0.4.3

25 Jun 23:20
8c01996
Compare
Choose a tag to compare

Full Changelog: 0.4.2...0.4.3

0.4.2

23 Jun 18:06
1573788
Compare
Choose a tag to compare

What's Changed

  • Add a hashing function to all types for deriving cache keys from by @airhorns in #62

Full Changelog: 0.4.1...0.4.2

0.4.1

19 Jun 19:11
44e4037
Compare
Choose a tag to compare

What's Changed

  • Faster instantiation by @airhorns in #44
  • Putting the quick in quick tree: compile an instantiation function for each class model type by @airhorns in #45
  • Add some more benchmarks by @airhorns in #48
  • Export unescapeJsonPath from mobx-state-tree by @thegedge in #49

Full Changelog: 0.4.0...0.4.1

0.4.0

11 Apr 22:13
675d550
Compare
Choose a tag to compare

What's Changed

  • Upgrade eslint-plugin-jest to version 27.1.6 by @depfu in #30
  • Switch to swc for test compilation by @airhorns in #31
  • Bump typescript version by @airhorns in #32
  • Switch to a benchmark file instead of a spec so that yarn test runs really snappily by @airhorns in #34
  • Class based model API by @airhorns in #33
  • Upgrade to typescript 5.0.2 by @airhorns in #37
  • Use pnpm for dependency management by @airhorns in #38
  • Fix typescript types for snapshotting optional types by @airhorns in #39
  • Add a facility for running actions that only touch volatiles on readonly instances by @airhorns in #40
  • Add subclassing with properties support by @airhorns in #42
  • Allow union type instantiation to be faster by specifying a discriminator property by @airhorns in #43

New Contributors

Full Changelog: 0.3.3...0.4.0

0.3.3

20 Sep 15:13
Compare
Choose a tag to compare

What's Changed

  • Upgrade @types/jest to version 29.0.3 by @depfu in #15
  • Fix two bugs with identifiers by @thegedge in #16

New Contributors

  • @depfu made their first contribution in #15

Full Changelog: 0.3.2...0.3.3

0.3.2

09 Sep 15:06
8debdff
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2