Stitcher beta 1

Written on 2017-05-20

The first beta release of Stitcher has arrived. Together with a lot of bugfixes, the website has been given some more love.

Installation

The installation package, pageon/stitcher, now loads the beta version by default. If you're running an existing project, your should also require the beta version now:

composer require pageon/stitcher-core @beta

Changelog

  • Add empty array fallback in FilterAdapter to prevent undefined index error.
  • Improved plugin initialisation support. The temporary init function isn't required anymore, the constructor can now be used.
  • Make the adapter factory extensible.
  • Improve the CollectionAdapter by adding the browse variable. This variable can be used to browse the detail pages. It has a next and prev key which contains the next and previous entry, if there are any.
  • Moved Brendt\Stitcher\SiteParser to Brendt\Stitcher\Parser\Site\SiteParser and refactored its service definition.
  • Added Brendt\Stitcher\Parser\Site\PageParser to parse a single page, which is no longer the responsibility of SiteParser.
  • Bugfix for general meta configuration overriding other meta values.
My new book Things I wish I knew when I started programming is now available in ebook and print!

Comments

Login to comment
No comments yet, be the first!
Noticed a tpyo? You can submit a PR to fix it.
HomeRSSNewsletterDiscord© 2025 stitcher.io