Skip to content

3.0.0

Compare
Choose a tag to compare
@dbengsch dbengsch released this 18 Jan 13:00
· 1291 commits to master since this release

Breaking changes introduce by a complete renaming of Classes and Methods:

Class Names

  • KuzzleDataCollection 👉 Collection
  • KuzzleDataMapping 👉 CollectionMapping
  • KuzzleRole 👉 Role
  • KuzzleProfile 👉 Profile
  • KuzzleUser 👉 User
  • KuzzleRoom 👉 Room
  • KuzzleMemoryStorage 👉 MemoryStorage
  • KuzzleSecurity 👉 Security
  • KuzzleDocument 👉 Document

Methods

  • dataCollectionFactory 👉 collection
  • roomFactory 👉 room
  • dataMappingFactory 👉 collectionMapping
  • roleFactory 👉 role
  • profileFactory 👉 profile
  • userFactory 👉 user
  • documentFactory 👉 document
  • getRole 👉 fetchRole
  • getProfile 👉 fetchProfile
  • getUser 👉 fetchUser