Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

0.2

Choose a tag to compare

@k00ni k00ni released this 01 Mar 13:23
· 31 commits to master since this release

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
    • added documentation and information
    • extensive unit tests