Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 21:01
· 43 commits to main since this release

⚠️ API Changes

In this release API Changes we have updated the SDK to match our revised naming conventions and as such several user-facing classes have been renamed:

DVCCloudClient -> DevCycleCloudClient
DVCCloudOptions -> DevCycleCloudOptions
DVCException -> DevCycleException
DVCLocalClient -> DevCycleLocalClient
DVCLocalOptions -> DevCycleLocalOptions
IDVCLogger -> IDevCycleLogger
DVCLogger -> DevCycleLogger
Event -> DevCycleEvent
User -> DevCycleUser

Feature