Releases: deepforge-dev/webgme-json-importer
Releases · deepforge-dev/webgme-json-importer
v1.4.1
v1.4.0
What's Changed
- Add benchmarks for @Guid resolution by @brollb in #29
- Allow omitting keys during export toJSON. Fix #34 by @umesh-timalsina in #35
- Add ability to diff/patch states. Closes #36 by @umesh-timalsina in #37
- Setup CI with github actions by @umesh-timalsina in #42
- Fix patching when used without pre-computed
NodeSelections
. Close #40 by @umesh-timalsina in #41 - Rewrite JSONImporter in TypeScript. Closes #30 by @umesh-timalsina in #43
- Enable SourceMaps in typescript build. Closes #44 by @umesh-timalsina in #45
- Don't build the project on postinstall. Fixes #48 by @brollb in #49
- Prettier github action by @umesh-timalsina in #50
- Use prettier for typescript files. Close #51 by @umesh-timalsina in #52
New Contributors
- @umesh-timalsina made their first contribution in #35
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
Overview
- No-op member (entire) attribute/registry deletion. Fixes #12 by @brollb in #13
- Add support for "alias" field. Closes #17 by @brollb in #18
- consider fully qualified name during ID resolution. Closes #19 by @brollb in #20
- Add support for mixins. Closes #15 by @brollb in #22
- Add caching to @Guid resolution. Closes #21 by @brollb in #23
- Add support for guid field. Closes #24 by @brollb in #25
- Search subtrees up to the root. Closes #26 by @brollb in #27
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Overview
Improvements to exported JSON making it importable directly.
What's Changed
- Set pointer to null using schema. Fixes #6 by @brollb in #7
- Set guid/path on node creation. Fixes #8 by @brollb in #9
- Use guids by default in exported JSON. Closes #8 by @brollb in #10
Full Changelog: v1.1.0...v1.2.0