Skip to content

v6.0.0

Choose a tag to compare

@kalitine kalitine released this 11 Jul 14:58
· 120 commits to master since this release

6.0.0 (2018-07-11)

Code Refactoring

  • doc: add exports from mute-structs and modify func sign (9c26f45)

BREAKING CHANGES

  • doc: 1) DocService.positionFromIndex returns "Position | undefined" instead of "Position
    | null". 2) DocService.setTitle method is removed. 3) DocService.indexFromId(id: Identifier) becomes
    DocService.indexFromId(id: sync.IndetifierMsg).