Skip to content

v1.0.78

Choose a tag to compare

@github-actions github-actions released this 26 May 22:59
· 2677 commits to main since this release
45216bc
Dev (#122)

## Description
<!-- Provide a brief description of the changes in this PR -->
In this PR I have implemented proper handling from cross type traversals
(e.g. from vectors to nodes and nodes to vectors) there were some cases
where this wouldn't work properly as it would be looking in the node
table instead of the vector table.
this now works. 

I have also implemented a fix for multiple property accesses being
handled as empty property remappings.

## Type of Change
<!-- Mark the appropriate option with an "x" -->

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Other (please describe):

## Related Issues
<!-- Link to any related issues using #issue_number -->

Closes #

## Testing
<!-- Describe the tests you ran and how to reproduce them -->

- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing performed

## Checklist
<!-- Mark items with "x" when completed -->

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published

## Additional Notes
<!-- Add any additional information that would be helpful for reviewers
-->