Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 2 KB

ROADMAP.md

File metadata and controls

73 lines (39 loc) · 2 KB

Roadmap

[Unreleased]

Fix remaining SF 2.x deprecations

  • Accessing form type by its fully-qualified type class name instead string name

  • Passing type instances to FormBuilder::add() by its fully-qualified type class name instead string name

  • Use "constraints" with a Valid constraint instead of "cascade_validation" in form types.

  • Use form option "entry_type" instead of "type"

  • Replace "empty_value" option in types "choice", "date", ...by "placeholder". To do when this issue schmittjoh/JMSTranslationBundle#228 will be resolved

Use "php-http/httplug" instead of abandonned "egeloen/http-adapter" package in CocoricoGeoBundle

Upgrade Symfony 3.4

Fix BDD tests

Fix db fields case

Fix case of createdAt, and updatedAt field names to created_at and updated_at according to doctrine.orm.naming_strategy

Architecture evolution

  • Decoupling
  • Externalization
  • Overridability
  • Use SF Workflow component (SF >= 3.2) or fduch/workflow-bundle (SF >=2.3)
  • APIfication
  • Micro services
  • Travis

Upgrade to Symfony 4

Add translator Providers (Google)

Fix bug:

[0.4.0] - 2016-12-02

Update PHP to 5.6

[0.2.0] - 2016-04-06

  • Update Symfony package to its last LTS version (2.8).### Update PHP to 5.6

  • Resolve depreciated warnings

Update dependencies