You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2020. It is now read-only.
Set fixed version of saft/saft in composer.json. Before that change, saft/saft in version "dev-master" was used. We want to use fixed main versions of vendors to avoid site effects.
implemented parser and serializer factory: these two create suitable parser and serializer for given serializations. so you don't have to care anymore, which implementation supports which serialization (commit1, commit2)
That's minor release with a new feature set: PropertyHelper. A property helper provides useful methods to handle certain use cases with properties. Think about resource titles: You have a list of resources and want for each the according title.
Highlights:
PropertyHelper
Index: creates an index which contains resource URI's and according property values
it also provides a method to fetch values for certain resources
currently only title helper use case is implemented