Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 586 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 586 Bytes

[Unreleased]

[0.2.1] - 2017-03-13

  • Update README
  • Update Version

[0.2.0] - 2017-03-13

Added

  • Interface IPreferenceScope
  • Define custom InstanceScope per bundle otherwise ist uses the default scope
  • PersistenceScopeRegistry
  • New extension point prefernce scope

[0.1.0] - 2017-03-12

Added

  • Extension point for preference page
  • EPreferenceService as OSGI Service
  • Dependency Injection for preference page
  • Tycho build and folder structure
  • @Inject EPreferenceService pref;
  • Example with root-page and sub pages

[0.0.0] - 2017-03-11

Initial release