Ocramius / ChangeSet

:vhs: A simple changeset list that supports operations like insert/update/delete, event triggering, commits and rollbacks
MIT License
68 stars 9 forks source link

Make repositories unaware of the identity map #14

Open Ocramius opened 11 years ago

Ocramius commented 11 years ago

Currently, repositories have access to the identity map in changeset.

This should probably be handled by the loaders instead, while repositories could possibly completely disappear from this repository.