Skip to content

Release 1.6.0

Compare
Choose a tag to compare
@veewee veewee released this 06 May 12:30
1.6.0
19daf66

What's Changed

  • Added function element_encode() by @lykciv in #32
$element = [
    'Lorem' => 'Ipsum',
];

element_encode($element);

Output

<Lorem>Ipsum</Lorem>

New Contributors

Full Changelog: 1.5.0...1.6.0