v5.4.0
版本发布时间: 2023-11-28 06:01:02
mobxjs/mobx-state-tree最新发布版本:v7.0.0-pre.2(2024-08-02 01:56:53)
Version 5.4.0
brings performance improvements and improved developer experience around importing types
as t
, and passing nodes
to postProcess
snapshot operations.
Breaking Changes
- No breaking changes
Features
- feat: add t export, update documentation by @coolsoftwaretyler in https://github.com/mobxjs/mobx-state-tree/pull/2117
- feat: pass the node to postProcess snapshot transformers by @airhorns in https://github.com/mobxjs/mobx-state-tree/pull/2116
Fixes
- perf: make model creation faster by @coolsoftwaretyler in https://github.com/mobxjs/mobx-state-tree/pull/2113
Tests
- test: add tests for string primitive by @coolsoftwaretyler in https://github.com/mobxjs/mobx-state-tree/pull/2121
Docs
- chore: bump docs and build for v5.3.0 by @coolsoftwaretyler in https://github.com/mobxjs/mobx-state-tree/pull/2108
- chore: 5.4.0-pre.1 release chores by @coolsoftwaretyler in https://github.com/mobxjs/mobx-state-tree/pull/2118
New Contributors
- @airhorns made their first contribution in https://github.com/mobxjs/mobx-state-tree/pull/2116
Full Changelog: https://github.com/mobxjs/mobx-state-tree/compare/v5.3.0...v5.4.0