Skip to content

Releases: racztiborzoltan/phalcon-xslt-view-engine

v2.0.0

18 Mar 23:08
Compare
Choose a tag to compare
  • code cleaning, easing
    • remove Phalcon 1.x compatibility
    • remove events from XSLT View Engine
    • remove 'defaultParameters' option
    • removed methods:
      • ...\XSLT->mergeParameters()
      • ...\XSLT->getMustClean()
      • ...\XSLT->setMustClean()
      • ...\XSLT->getClean()
      • ...\XSLT->setClean()
      • ...\XSLT->getPath()
      • ...\XSLT->setPath()
      • ...\XSLT->getParameters()
      • ...\XSLT->setParameters()
      • ...\XSLT->removeParameters()
      • ...\XSLT->getXMLPath()
      • ...\XSLT->setXMLPath()
      • ...\XSLT->setXMLDom()
      • ...\XSLT->getInstanceId()
      • ...\XSLT->getInstance()
    • removed properties
      • ...\XSLT->_mustclean
      • ...\XSLT->_eventsManager
      • ...\XSLT->_path
      • ...\XSLT->_parameters
      • ...\XSLT->_content
      • ...\XSLT->_xml_path
      • ...\XSLT::$_instances
      • ...\XSLT->_instanceId
      • ...\XSLT->_xmldoc
    • simpler rendering
    • simple xml debug option
  • new methods:
    • ...\XSLT::createXmlFromArray()

v1.4.0

28 Apr 07:55
Compare
Choose a tag to compare
  • Phalcon v2.0.0 compatibility

v1.3.3

12 Sep 12:45
Compare
Choose a tag to compare
  • Array2XML and XML2Array classes come from Composer
  • Move test files

v1.3.2

13 Apr 21:26
Compare
Choose a tag to compare
  • small corrections in XSLT->setPath() and XSLT->setMustClean() methods
  • FIX: optimization to caching the XSLT->render() method
  • Add new test: "test_3"
  • change the test php files

v1.3.1

09 Apr 11:30
Compare
Choose a tag to compare
  • small fix in XSLT->render()
  • add unsightly error handler in XSLT->render() method

v1.3.0

07 Apr 21:12
Compare
Choose a tag to compare
  • UPDATE: add new methods:
    • XSLT->getXMLPath()
    • XSLT->setXMLPath()
    • XSLT->setXMLDom()
    • and modifiy XSLT->render()
  • add new test directory: 'test_2'
  • small fix in XSLT->setOptions()

v1.2.1

07 Apr 21:03
Compare
Choose a tag to compare
  • FIX: ensure the event firing in XSLT->render() method

v1.2.0

07 Apr 10:46
Compare
Choose a tag to compare
  • move the test files in "test/test_1" directory and change
  • some changes in XSLT->render() method
  • add new methods: XSLT->getInstanceId() and XSLT::getInstance()
  • add new method: XSLT->removeParameters()
  • XSLT->getClean() and XSLT->setClean() methods are declared to deprecated and add new methods: ->setMustClean(), ->getMustClean()
  • add new option: 'defaultParameters'
  • create two event: 'xslt-view-engine:beforeRender' and 'xslt-view-engine:afterRender'
  • add some get-set method to XSLT class: ->getPath()
    ->setPath()
    ->getParameters()
    ->setParameters()
    ->mergeParameters()
    ->getClean()
    ->setClean()

v1.1.0

03 Apr 15:43
Compare
Choose a tag to compare
  • Add new option: 'prevContentTagName'
  • Add new option: 'rootTagName'
  • remove empty constructor

v1.0.2

03 Apr 00:40
Compare
Choose a tag to compare
  • fixes in XSLT class
  • FIX: move XSLT Engine class to PSR-4 location