What's Changed
- 1.0.0 new interface by @edwardUL99 in #7
Full Changelog: 0.4.1...1.0.0
New API
The new API provides the previously static DockerSandbox class as an interface which allows multiple sandbox instantiations to be created independently. A builder can be used to build and configure an instance. The new API allows for a cleaner and simpler to use interface.