Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.8.0 #81

Merged
merged 20 commits into from
Feb 3, 2024
Merged

0.8.0 #81

merged 20 commits into from
Feb 3, 2024

Conversation

SPC-code
Copy link
Contributor

@SPC-code SPC-code commented Feb 3, 2024

Added

  • Wasm artifacts
  • Add automatic MetaConverter for serializeable objects
  • Add Meta and MutableMeta delegates for convertable and serializeable
  • Meta mapping for data.

Changed

  • Descriptor children renamed to nodes
  • MetaConverter now inherits MetaSpec (former Specifiction). So MetaConverter could be used more universally.
  • Meta copy and modification now use lightweight non-observable meta builders.
  • Full refactor of Data API. DataTree now works similar to Meta: contains optional anonymous root element and data items. Updates are available for ObservaleDataSource and ObservableDataTree variants.

Deprecated

  • node(key,converter) in favor of serializable delegate

Fixed

  • Partially fixed a bug with MutableMeta observable wrappers.
  • valueSequence now include root value. So meta.update works properly.

@SPC-code SPC-code marked this pull request as ready for review February 3, 2024 17:01
@SPC-code SPC-code merged commit 8116489 into master Feb 3, 2024
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants