Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Releases: 8fold/php-markup

Update dependencies

08 Oct 17:09
ababf81
Compare
Choose a tag to compare
Merge pull request #67 from 8fold/feed-rss

update dependencies

Update dependencies

07 Oct 23:21
86f8ee2
Compare
Choose a tag to compare
Merge pull request #65 from 8fold/feed-rss

Update composer.json

Classes constant not accessible

07 Oct 02:25
3d728fa
Compare
Choose a tag to compare
Merge pull request #64 from 8fold/feed-rss

classes not accessible

To String magic method added

06 Oct 23:50
18dae42
Compare
Choose a tag to compare
Merge pull request #63 from 8fold/feed-rss

Update Element.php

Merged

06 Oct 04:21
fb800da
Compare
Choose a tag to compare
Merge pull request #62 from 8fold/feed-rss

boolean attributes

Boolean should use attribute name only

06 Oct 03:53
c2bfe3b
Compare
Choose a tag to compare
Merge pull request #61 from 8fold/feed-rss

Update composer.json

Use versioned dependencies

06 Oct 01:21
c2bfe3b
Compare
Choose a tag to compare
Merge pull request #61 from 8fold/feed-rss

Update composer.json

Update Shoop shelf

06 Oct 01:14
905c589
Compare
Choose a tag to compare
Merge pull request #60 from 8fold/feed-rss

Update composer.lock

Updated to latest Shoop

06 Oct 00:29
6839699
Compare
Choose a tag to compare
Merge pull request #56 from 8fold/feed-rss

Element seems updated

0.2.0: Merge pull request #55 from 8fold/feed-rss

28 Aug 04:18
b920960
Compare
Choose a tag to compare
  • Updated to use Shoop 0.6+
  • Converted some Html/Data and related Html/Elements to use Shoop
  • Introduced performance-based testing
  • Improved attribute handling
  • Created in Element:
    • ->attrList to get the attributes as a string array or dictionary
    • ->attrString returns the attributes as attr="value" string

Removals

Deprecated Alternative
Element::__callStatic() none
HtmlElement->compiledElement() HtmlElement->unfold()
Element->attributes() use Element->attrList()
Element->compiledAttributes() use Element->attrList()
Element->compiledElement() use Element->main
Element->compiledContent() use Element->content() then loop and unfold
Element->extends() use Element->attr("is...")

Known issues

  • One test is consistently slow than the others by about 3ms.