Skip to content

Refactor builders

Compare
Choose a tag to compare
@benbjohnson benbjohnson released this 17 Nov 19:38
· 45 commits to master since this release
065fdb4

There was a bug in previous versions where changes to builders would leak if they used existing collections. The API has been changed so that builders can only be used with new collections and are marked as invalid after fetching the underlying collection.