- New `replace: true` plugin configuration option for replacing the file database with the in-memory one, rather than adding a new `/db_memory` route that duplicates that database. [6](https://github.com/simonw/datasette-copy-to-memory/issues/6)
0.1a3
- Fixed a bug where the plugin would generate unnecessary `file:...` files every time it ran. [4](https://github.com/simonw/datasette-copy-to-memory/issues/4) - Plugin now has a live demo running on [latest-with-plugins.datasette.io/fixtures_memory](https://latest-with-plugins.datasette.io/fixtures_memory). [#5](https://github.com/simonw/datasette-copy-to-memory/issues/5)
0.1a2
- Fixed crash when attempting to load an immutable database. [3](https://github.com/simonw/datasette-copy-to-memory/issues/3)
0.1a1
- [Plugin configuration](https://github.com/simonw/datasette-copy-to-memory/blob/0.1a1/README.md#configuration) can now be used to select specific databases to be copied into memory on startup. [2](https://github.com/simonw/datasette-copy-to-memory/issues/2)
0.1a0
- Initial prototype: copies each attached database file to an in-memory database on startup. [1](https://github.com/simonw/datasette-copy-to-memory/issues/1)