Skip to content

Releases: HexMakina/Marker

void by null content

18 May 18:49
Compare
Choose a tag to compare
  1. Major change in creation signature, null $content param makes it void (no more list of void) elements.
  2. Element class is only magic method and will remain as such.
  3. Marker extends Element but add helpers to maintain HTML validation. Must be greatly improved, especially signatures coherence

Marker extends Elements

Not handling errors anymore

17 Nov 22:50
Compare
Choose a tag to compare

Was out of scope

Last release before removing the error management

17 Nov 22:39
Compare
Choose a tag to compare

Forced toString on $label
Removed all 'mixed' type

Now with unit tests

16 Nov 12:08
Compare
Choose a tag to compare

Also,

  • full rectored:

SetList::TYPE_DECLARATION,
SetList::TYPE_DECLARATION_STRICT,
SetList::NAMING,
SetList::DEAD_CODE,
SetList::EARLY_RETURN,
SetList::PSR_4,
SetList::CODING_STYLE,
SetList::CODE_QUALITY,
SetList::PHP_74

  • PSR 12
  • PHPStan level 5 (some arrays are not properly typed)

PSR-4, PSR-12 compliant

02 Sep 21:35
a41bf5c
Compare
Choose a tag to compare

PHP >=7.0 Compatible

18 Aug 19:05
Compare
Choose a tag to compare
PHP >=7.0 Compatible Pre-release
Pre-release
0.0.2

PHP 7.0 compatible

La jetée

08 Aug 00:35
Compare
Choose a tag to compare
La jetée Pre-release
Pre-release
Marker initial commit, transfered from Format/HTML, transformed for P…

…SR-4 compliance and package making