Releases: sokil/php-mongo-migrator
Releases · sokil/php-mongo-migrator
0.4
- Support of Symfony Yaml, Console and Event Dispatcher components v.3
0.3
- Pass environment to migration class. It may be obtained by calling
getEnvironment()
method
- Add
init()
method to migration class to run common code before up or down migrations
0.2
Configuration of connect options
0.1.8
Configuration in php array
0.1.7
Fixed creating client with default database
0.1.5
check connection to mongo in tests
0.1.2
updte symfony event handler version