Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@gallayl gallayl released this 24 Nov 09:48
· 35 commits to master since this release

New features

  • Batch actions has been improved and are now triggering meaningful success / failure repository events on every operation inside the batch
  • OAuth Providers can be added to Authentication services - see sn-client-auth-google
  • Upload now supports additional OData parameters for reloading Content after upload

Breaking changes

  • Authentication.LoginState - enum has been changed from a number-based enum to a string-based one
  • tslint
  • Schemas has been scoped into Repositories from the global level
  • ControlMapper requires a Repository reference ()
  • ContentTypes has been decoupled from the Content level and all logics has been removed. Custom content types will work with Content generics, the only restriction is it have to implement the IContent interface

Fixes

  • Repository
    • fixed error message on error loading the current user
    • fixed content reload on chunked upload
  • Query
    • fixed result type assertion