Releases: gadget-inc/mobx-quick-tree
Releases · gadget-inc/mobx-quick-tree
0.6.1
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
What's Changed
- Faster constructor by @airhorns in #66
- Add nix and upgrade node by @airhorns in #67
- Add codspeed continuous benchmarking for CI by @airhorns in #70
- Use nix to setup the environment in CI by @airhorns in #72
- Upgrade mobx-state-tree version by @airhorns in #73
Full Changelog: 0.5.0...0.6.0
0.5.0
0.4.4
Full Changelog: 0.4.3...0.4.4
0.4.3
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
Full Changelog: 0.4.1...0.4.2
0.4.1
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
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