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.

Things I wish I knew when I started programming

Things I wish I knew when I started programming cover image

This is my newest book aimed at programmers of any skill level. This book isn't about patterns, principles, or best practices; there's actually barely any code in it. It's about the many things I've learned along the way being a professional programmer, and about the many, many mistakes I made along that way as well. It's what I wish someone would have told me years ago, and I hope it might inspire you.

Read more

Comments

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