Skip to content

Releases: DavidePastore/codice-fiscale-rest

Release 0.5.0

29 May 17:27
c61f5cc
Compare
Choose a tag to compare

Changes:

  • migrate from Silex to Symfony (#36 and #54);
  • remove Node 8, PHP 7.1, 7.2 and hhvm from Travis build matrix (#54);
  • use GitHub Actions instead of Travis CI (#55 and #56);
  • remove php-eye badge (#52 and #53).

Release 0.4.0

10 May 13:21
3572dc6
Compare
Choose a tag to compare

Changes:

  • move from Semantic-UI 2.1.6 to Fomantic-UI 2.8.3 (#40 and #42);
  • move bower dependencies into node (#41 and #43);
  • add PHP 7.4 build on Travis (#45 and #46);
  • add Node build on Travis (#44 and #47);
  • add instructions to launch the project (#39 and #49);
  • avoid timeout related errors come using the start script (#50 and #51);
  • fix for 2 vulnerabilities (#38 and #48).

Release 0.3.0

20 Aug 15:24
51fd71e
Compare
Choose a tag to compare

Changes:

  • [Snyk] Fix for 1 vulnerable dependencies (#29);
  • [Snyk] Fix for 1 vulnerable dependencies (#30);
  • Update the tests related to the omocodia cases (#31 and #34);
  • Edit the command to test in README.md (#33);
  • Remove deprecated PHP versions from Travis build (#32 and #37).

Check the milestone.

Release 0.2.0

01 May 12:15
b2fb556
Compare
Choose a tag to compare

Changes:

  • [Snyk Update] New fixes for 1 vulnerable dependency path (#24);
  • Update davidepastore/codice-fiscale version (#25);
  • Improve PHP CLI usage (#26);
  • Ignore HHVM build (#28);
  • [Snyk Update] New fixes for 4 vulnerable dependency paths (#27).

Release 0.1.4

08 Jan 08:47
a85f562
Compare
Choose a tag to compare

Changes:

  • [Snyk Update] New fixes for 1 vulnerable dependency path (#23).

Release 0.1.3

08 Dec 13:45
366aa6f
Compare
Choose a tag to compare

Changes:

  • [Snyk] Fix for 12 vulnerable dependency paths (#22).

Release 0.1.2

07 Dec 16:19
Compare
Choose a tag to compare

Changes:

  • use local PHPUnit (#19);
  • add PHPUnit as dependency (#20);
  • [Snyk Update] New fixes for 1 vulnerable dependency path (#18);
  • add PHP 7.0 and 7.1 environment in Travis (#21).

Release 0.1.1

14 Aug 17:51
Compare
Choose a tag to compare
  • Fix authors name in composer.json (#11);
  • Add type in composer.json (#10);
  • Add keywords in composer.json (#8);
  • Add description in composer.json (#12);
  • Add license in composer.json (#9);
  • Mention Silex in README.md (#13);
  • Add PHPEye badge (#6);
  • Rename package in codice-fiscale-rest in composer.json (#14);
  • Add Style.ci badge (#7);
  • Applied fixes from StyleCI (#15).

Initial release

14 Aug 16:17
Compare
Choose a tag to compare
  • First implementation;
  • Add 404 page (#1);
  • Add steps for the installation (semantic, bower and composer) (#2);
  • Improve meta tags (#3).