SEAL 0.12.2
Logo created by Meine Wilma
What's Changed
- Update Coding Standard Analyzer by @alexander-schranz in #601
- Add Static Factory methods for Conditions and Facets 🎉 by @alexander-schranz in #600
- Add documentation for the factory methods to Condition and Facet classes by @alexander-schranz in #602
->addFilter(
// old (will still work)
new Condition\EqualCondition('tags', 'Tech')
// new (shorter and hopefully easier Syntax)
Condition::equal('tags', 'Tech')
);
There was an issue with the publishing of the subpackages yesterday and so the previous 0.12.1
version was not successfully tagged.
In this release we fixed the problem and tagged the subpackages now correctly.
Full Changelog: 0.12.0...0.12.2
Upgrading from an older version?
If you upgrade from an older version – check backwards compatibility breaks of previous releases:
- Release Notes 0.12
- Release Notes 0.11
- Release Notes 0.10
- Release Notes 0.9
- Release Notes 0.8
- Release Notes 0.6