All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
No notable changes.
1.1.6 - 2021-07-24
- Removed the promise to ship up to date classification files.
Use the built-in classification file or load a custom one.
Consult
README.md
for more details
1.1.5 - 2019-11-03
- Updated the supplied classification file to version
WZ2008-2019-10-22
1.1.4 - 2019-07-24
-
Added
composer
scripts for running the benchmark, formatting the source code and testing the library -
Added
composer bench
,composer format
andcomposer test
shortcuts for running benchmarks, formatting source code and running tests
- Updated the supplied classification file to version
WZ2008-2019-07-31
1.1.3 - 2019-06-09
- Updated the supplied classification file to version
WZ2008-2019-05-31
1.1.2 - 2018-10-08
- Updated the supplied classification file to version
WZ2008-2018-09-04
1.1.1 - 2018-07-16
- Updated the supplied classification file to version
WZ2008-2018-06-29
1.1.0 - 2017-05-19
- Benchmarks
- Updated the supplied classification file to version
WZ2008-2017-04-25
1.0.1 - 2017-02-20
This patch release updates the tags of the
Packagist
repository.
- Updated
Composer
tags
1.0.0 - 2017-02-14
No notable changes.
1.0.0-rc2 - 2017-02-13
The release candidate introduces backward compatibility breaking changes but also streamlines the API and removes feature creep.
Rayne\wz2008\Graph\Exception\InvalidParentException
Rayne\wz2008\Graph\Factory\WzClassificationFactory
Rayne\wz2008\Graph\Factory\WzClassificationFactory::build()
builds aRayne\wz2008\Graph\WzClassificationInterface
object based upon the supplied/assets/WZ2008-[…].xml
fileRayne\wz2008\Graph\WzClassification
Rayne\wz2008\Graph\WzClassificationInterface
- It's no longer necessary to manually download the latest
wz2008
XML file as the library is now officially shipping the latest version. CallWzClassificationFactory::build()
to receive anWzClassificationInterface
object with the shipped data set - Renamed
Item
toWzItem
- Renamed
ItemInterface
toWzItemInterface
WzItemInterface
objects add themselves as children to their parentsWzItemInterface
parents verify if they are the parent of their children
Rayne\wz2008\Graph\ItemManager
in favor ofRayne\wz2008\Graph\WzClassification
Rayne\wz2008\Graph\ItemManagerInterface
in favor ofRayne\wz2008\Graph\WzClassificationInterface
Rayne\wz2008\Graph\Parser\CompleteClassificationXml
in favor ofRayne\wz2008\Graph\Factory\WzClassificationFactory
Rayne\wz2008\Graph\Parser\CompleteClassificationXmlFile
in favor ofRayne\wz2008\Graph\Factory\WzClassificationFactory
Initial release.