Skip to content

1.1.0

Compare
Choose a tag to compare
@sleeping-owl sleeping-owl released this 24 Oct 10:24
· 31 commits to master since this release
  • getBaseUrl() overriding method instead of protected field
  • Api class methods now can be used in filter chain methods
  • New filter chain method for conditional check by callback: ->check($callback)
  • New filter chain method for custom callback call: ->call($callback)
  • Updated filter chain methods: each() also accepts callback with ($node, $index) parameters
  • New api class method parse($content, $blueprint) to parse content by blueprint without http-requests
  • Code cleanup