Skip to content

Amalgamate 0.0.1

Choose a tag to compare

@bigeasy bigeasy released this 29 Dec 22:26
· 627 commits to master since this release

Merge Deleted Records

Now correctly merging deleted records by deleting the record in the primary tree. This was implemented but untested and it was broken.

Corrected Mutator Unlocking

Sorted out the details of mutator unlocking. The mutator is now always unlocked, even in the case of an error. Also, I added a test for the edge case of calling unlock when no mutator is allocated.

Issue by Issue

  • Release version 0.0.1. #11.
  • Always unlock. #10.
  • Merge deleted record. #8.
  • Test unlocking Amalgamate with no mutator. #7.