8000 Tags · rodion-k/migrations · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rodion-k/migrations

Tags

2.2.1

Toggle 2.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [2.2.1](https://github.com/doctrine/migrations/milestone/29)

2.2.1
=====

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

Bug
---

 - [887: &doctrine#91;2.2.x&doctrine#93; Allow to throw Exception in Migrations](doctrine#887) thanks to @VincentLanglet

Documentation
-------------

 - [870: Fixed typo in the "--no-interaction" argument](doctrine#870) thanks to @mattchete

2.2.0

Toggle 2.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [2.2.0](https://github.com/doctrine/migrations/milestone/26)

2.2.0
=====

- Total issues resolved: **0**
- Total pull requests resolved: **5**
- Total contributors: **5**

Enhancement
-----------

 - [869: Update supported PHP versions](doctrine#869) thanks to @alcaeus
 - [867: Merge release 2.1.2 into master](doctrine#867) thanks to @doctrinebot
 - [864: Allow Symfony 5 components](doctrine#864) thanks to @l-vo
 - [839: Lazy console commands](doctrine#839) thanks to @vudaltsov

Improvement
-----------

 - [840: Add option allow-empty-diff for diff command](doctrine#840) thanks to @jawira

2.1.2

Toggle 2.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
Release [2.1.2](https://github.com/doctrine/migrations/milestone/28)

2.1.2
=====

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Documentation
-------------

 - [860: Fix the installation instruction](doctrine#860) thanks to @stof

2.1.1

Toggle 2.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
alcaeus Andreas Braun
2.1.1

- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2

Bug
---

 - [843: Handle missing jdorn/sql-formatter dependency in dump-schema command](doctrine#843) thanks to @webimpress

Documentation
-------------

 - [842: Fixed docs for required params in the configuration](doctrine#842) thanks to @webimpress
 - [841: Fixed default name in the documentation: Doctrine Database Migrations](doctrine#841) thanks to @webimpress
 - [830: &doctrine#91;DOCS&doctrine#93; Added use statement for `Events`](doctrine#830) thanks to @evertharmeling

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
2.1.0

=====

- Total issues resolved: **2**
- Total pull requests resolved: **7**
- Total contributors: **8**

Improvement
-----------

 - [827: Display descriptions while migrating](doctrine#827) thanks to @lcobucci
 - [823: Fix DiffGenerator](doctrine#823) thanks to @enumag
 - [804: removed internal from factory](doctrine#804) thanks to @AlessandroMinoccheri
 - [797: Update to doctrine/coding-standard 6.0](doctrine#797) thanks to @patrickjahns

Enhancement
-----------

 - [808: Handle deleted migration classes doctrine#795](doctrine#808) thanks to @jschaedl and @jwage
 - [799: handle unregistered migrations in up-to-date check](doctrine#799) thanks to @dbu
 - [784: &doctrine#91;Command&doctrine#93; Add option to Diff](doctrine#784) thanks to @roukmoute
 - [781: Remove `abortIf` with an option in command](doctrine#781) thanks to @roukmoute

Contributors
------------

 - [@lcobucci](https://github.com/lcobucci)
 - [@enumag](https://github.com/enumag)
 - [@jschaedl](https://github.com/jschaedl)
 - [@jwage](https://github.com/jwage)
 - [@AlessandroMinoccheri](https://github.com/AlessandroMinoccheri)
 - [@dbu](https://github.com/dbu)
 - [@patrickjahns](https://github.com/patrickjahns)
 - [@roukmoute](https://github.com/roukmoute)

v2.0.3

Toggle v2.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
2.0.3

=====

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

Bug
---

 - [826: Fix XML configuration support for custom templates](doctrine#826) thanks to @lcobucci

Contributors
------------

 - [@lcobucci](https://github.com/lcobucci)

v2.0.2

Toggle v2.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
2.0.2

=====

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

Bug
---

 - [815: Fixed event that was firing twice when it should only fire once.](doctrine#815) thanks to @jwage and @olivermack

Contributors
------------

 - [@jwage](https://github.com/jwage)
 - [@olivermack](https://github.com/olivermack)

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
2.0.1

=====

- Total issues resolved: **1**
- Total pull requests resolved: **2**
- Total contributors: **3**

Bug
---

 - [809: Fix for referencing tables created during a dry run](doctrine#809) thanks to @jwage and @raph1mm
 - [803: allow "float" in formatBytes to work on 32-bit computers](doctrine#803) thanks to @remicollet

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
2.0.0

=====

- Total issues resolved: **36**
- Total pull requests resolved: **71**
- Total contributors: **18**

Improvement
-----------

 - [777: Use UTC timezone consistently when creating dates.](doctrine#777) thanks to @jwage
 - [775: Use DateTimeImmutable instead of DateTime.](doctrine#775) thanks to @jwage
 - [773: Change the column length of the version column to default to 14](doctrine#773) thanks to @jwage
 - [757: Update Box to the latest stable release (3.1.0)](doctrine#757) thanks to @theofidry
 - [740: Fix: No need to update composer itself twice](doctrine#740) thanks to @localheinz
 - [739: PHPstan 0.10](doctrine#739) thanks to @Majkl578
 - [735: Use assertSame instead of assertEquals](doctrine#735) thanks to @jwage
 - [733: Add phpstan-phpunit to composer.json](doctrine#733) thanks to @jwage
 - [727: Improve wording](doctrine#727) thanks to @greg0ire
 - [725: Throw only specialized package-only exceptions](doctrine#725) thanks to @Majkl578
 - [719: Fix command return type hints so they are consistent and match what S…](doctrine#719) thanks to @jwage
 - [718: Remove build.xml as it is unused now.](doctrine#718) thanks to @jwage and @Majkl578
 - [717: bin/ entrypoint refresh](doctrine#717) thanks to @Majkl578
 - [714: Add doc blocks for all classes.](doctrine#714) thanks to @jwage
 - [711: Mark classes as internal that nobody should be depending on.](doctrine#711) thanks to @jwage
 - [707: Reorganize classes for 2.0](doctrine#707) thanks to @jwage
 - [705: Set lowest allowed PHP before generating PHAR](doctrine#705) thanks to @Majkl578
 - [700: Remove box.phar from git and improve box build process](doctrine#700) thanks to @jwage and @Majkl578
 - [698: Testing on AppVeyor](doctrine#698) thanks to @Majkl578
 - [692: Upgrade composer dependencies.](doctrine#692) thanks to @jwage
 - [691: Upgrade to Box 3 for phar generation.](doctrine#691) thanks to @jwage and @theofidry
 - [687: Fix stopwatch so it uses a single symfony stopwatch instance.](doctrine#687) thanks to @jwage
 - [686: Remove unused input and output extension points from bin/doctrine-mig…](doctrine#686) thanks to @jwage
 - [685: Update console runner to match other Doctrine libs.](doctrine#685) thanks to @jwage
 - [672: Move constants to constant only classes.](doctrine#672) thanks to @jwage
 - [671: Rename Doctrine\Migrations\Migration to Doctrine\Migrations\Migrator](doctrine#671) thanks to @jwage
 - [670: Remove unnecessary $to = $to assignment.](doctrine#670) thanks to @jwage
 - [669: Remove empty() calls.](doctrine#669) thanks to @jwage
 - [665: Refactor console commands.](doctrine#665) thanks to @jwage
 - [661: Add GitHub issue and PR templates](doctrine#661) thanks to @Majkl578 and @jwage
 - [660: Refactor monster Configuration class.](doctrine#660) thanks to @jwage and @lcobucci
 - [659: Update license to MIT.](doctrine#659) thanks to @jwage
 - [657: Replace MigrationsVersion class with Ocramius/PackageVersions](doctrine#657) thanks to @jwage and @lcobucci
 - [653: Support Symfony 3.4 in Doctrine Migration 2.0 as 3.4 is a LTS release.](doctrine#653) thanks to @jwage and @emodric
 - [646: Refactor internal classes](doctrine#646) thanks to @jwage
 - [641: Extract parameter formatting from Version class and move to Parameter…](doctrine#641) thanks to @jwage
 - [638: Add PHPStan strict rules](doctrine#638) thanks to @Majkl578
 - [636: Split and move around exceptions, make MigrationException an interface](doctrine#636) thanks to @Majkl578 and @jwage
 - [635: Add functional test for bin/doctrine-migrations.php script.](doctrine#635) thanks to @jwage
 - [630: Remove isDbalOld checks and require doctrine/dbal ^2.6](doctrine#630) thanks to @jwage
 - [622: Drop MigrationsVersion for 2.0](doctrine#622) thanks to @Majkl578
 - [617: Starting Doctrine Migrations 2.0](doctrine#617) thanks to @jwage
 - [541: Move SqlFileWriter's behaviour to FileQueryWriter](doctrine#541) thanks to @lcobucci

Documentation
-------------

 - [770: Link to Slack instead of Gitter](doctrine#770) thanks to @greg0ire
 - [731: Add more documentation for all or nothing transaction functionality.](doctrine#731) thanks to @jwage
 - [729: Update README to remove redundent information that exists in the docs.](doctrine#729) thanks to @jwage
 - [715: Rewrite documentation for 2.0](doctrine#715) thanks to @jwage
 - [696: README clean-up, add pdo&doctrine#95;sqlite dev-dependency](doctrine#696) thanks to @Majkl578
 - [688: Avoiding over-repeating "migration" for clarity](doctrine#688) thanks to @PowerKiKi
 - [663: Fix use of tho to be to in docs](doctrine#663) thanks to @MasterOdin
 - [652: Enhancement: Link to project documentation](doctrine#652) thanks to @localheinz

Bug
---

 - [746: workaround for libXML bug - https://bugs.php.net/bug.php?id=62577](https://github.com/doctrine/migrations/pull/746) thanks to @Piskvor
 - [680: Fix issue with not being able to configure column&doctrine#95;length](doctrine#680) thanks to @jwage
 - [679: Use DBAL connection defaultTableOptions when creating migrations table](doctrine#679) thanks to @jwage
 - [668: Fix @internal annotation.](doctrine#668) thanks to @jwage
 - [667: Fix missing use statement.](doctrine#667) thanks to @jwage
 - [634: Fix namespace in bin/doctrine-migrations.php](doctrine#634) thanks to @Majkl578 and @jwage
 - [555: Use schema config for migrations table](doctrine#555) thanks to @aik099

Enhancement
-----------

 - [724: Allow migrations in sub namespace to be loaded if the class is in the…](doctrine#724) thanks to @jwage
 - [706: Always store executed&doctrine#95;at in UTC and render using date&doctrine#95;default&doctrine#95;timezone()](doctrine#706) thanks to @jwage and @Majkl578
 - [693: Allow Migration Classes to be in Multiple Namespaces](doctrine#693) thanks to @chrisguitarguy and @liquorvicar
 - [689: Add ability to dump schema and rollup migrations.](doctrine#689) thanks to @jwage
 - [684: Add shorter console command aliases to improve developer experience.](doctrine#684) thanks to @jwage
 - [683: Implement all or nothing transaction strategy for migrations.](doctrine#683) thanks to @jwage and @stof
 - [681: Use Symfony Stopwatch for timing and memory.](doctrine#681) thanks to @jwage
 - [675: Record when a migration was executed.](doctrine#675) thanks to @jwage and @bostjan
 - [674: Allow version table column length to be configured](doctrine#674) thanks to @jwage
 - [673: Show more help text after generating a migration.](doctrine#673) thanks to @jwage and @weaverryan
 - [666: Fix --write-sql option so it can accept a path to write the sql file to.](doctrine#666) thanks to @jwage
 - [631: Added info about database host](doctrine#631) thanks to @jwage
 - [538: Add support for configurable migration column length.](doctrine#538) thanks to @SlvrEagle23 and @jaikdean

Tests
-----

 - [650: Null parameter formater](doctrine#650) thanks to @jwage

BC Break
--------

 - [632: Leave DBAL namespace](doctrine#632) thanks to @Majkl578 and @jwage

v2.0.0-rc2

Toggle v2.0.0-rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
2.0.0-rc2

=========

- Total issues resolved: **2**
- Total pull requests resolved: **3**
- Total contributors: **1**

Improvement
-----------

 - [777: Use UTC timezone consistently when creating dates.](doctrine#777) thanks to @jwage
 - [775: Use DateTimeImmutable instead of DateTime.](doctrine#775) thanks to @jwage
 - [773: Change the column length of the version column to default to 14](doctrine#773) thanks to @jwage
0