Skip to content

Releases: nilportugues/symfony-hal-json

1.3.2

23 Mar 10:32
Compare
Choose a tag to compare
  • Updated dependencies.
    • All using caret symbol (^) instead of tilde (~) in composer.json

1.3.1

21 Mar 17:21
Compare
Choose a tag to compare
Update Configuration.php

1.3.0

21 Mar 17:06
Compare
Choose a tag to compare

TL:DR; Mappings can now live inside a Bundle

  • Mapping directories can now be decided in the config.yml. 8f9fb78

1.2.2

21 Mar 14:39
Compare
Choose a tag to compare
  • Updating dependency to nilportugues/php-hal version 2.1

1.2.1

22 Feb 10:34
Compare
Choose a tag to compare
Update services.yml

1.1.1

15 Feb 14:37
Compare
Choose a tag to compare
Rename NilPortuguesSymfony2HalJsonExtension.php to NilPortuguesSymfon…

…yHalJsonExtension.php

1.1.0

02 Dec 13:47
Compare
Choose a tag to compare
  • Changed all Symfony2 references to just Symfony, as package is compatible with version 2 and 3 of the framework.
  • Quoted all yml entries starting with "@" for Symfony 3 compatibility.

1.0.4

02 Nov 22:43
Compare
Choose a tag to compare
  • Added backslash to PHP internal functions

1.0.3

20 Oct 16:50
Compare
Choose a tag to compare
  • Added addHeaders methods to the response trait.

1.0.2

28 Aug 15:00
Compare
Choose a tag to compare
  • Now using DeepCopySerializer