Skip to content

Latest commit

 

History

History
132 lines (70 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

132 lines (70 loc) · 5.27 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2018-12-10)

Bug Fixes

  • botstorage: fix bug when serializing dependencies as Map (2093956)
  • crypto: fix bug with metadata crypto on the first document opened (38a1b7e)

Features

  • botstorage: update BotStorage with the new MuteCore architecture (ae8f6d7)
  • log: add cryptography type in the log when successfully started (6404de7)
  • mutecore: update bot for the next version of mutecore with logs (e3827c7)

2.2.1 (2018-10-08)

Bug Fixes

  • crypto: fix bug with metadata crypto on the first document opened (38a1b7e)

2.2.0 (2018-10-08)

Features

  • log: add cryptography type in the log when successfully started (6404de7)
  • mutecore: update bot for the next version of mutecore with logs (e3827c7)

2.1.1 (2018-09-07)

Bug Fixes

  • cryptography: set keyagreement as default crypto type (4a5f20b)

2.1.0 (2018-09-07)

Features

  • crypto: add keyagreement option for cryptography (90a97c7)
  • crypto: add metadata option for cryptography (4e5aea4)

2.0.2 (2018-07-17)

Bug Fixes

  • mongoose: remove depricated call of connect() function (b5e3e6d)

2.0.1 (2018-07-17)

Bug Fixes

  • logins: do not add same login twice to the doc metadata (be788d0)

2.0.0 (2018-07-13)

Code Refactoring

  • update mute-core to v6.0.0, change REST API (66589e3)

BREAKING CHANGES

  • HTTP request ".../name" becomes ".../info"

1.2.2 (2018-06-18)

Bug Fixes

  • mongo: resolve remained unhandled prosise rejection (1aa39fd)
  • mongo: unhandled promise rejection on save and login update (fdc75d9)
  • netflux: update netflux to v4.1.2 which solves an issue (ba93298)

1.2.1 (2018-06-15)

Bug Fixes

  • update to latest Netflux (5683c8e)

1.2.0 (2018-06-13)

Bug Fixes

  • save document when all members left (98aa468)

Features

  • login: add version number into login (3b8c12d)

1.1.2 (2018-06-01)

  • chore(changelog): disable markdown linter for CHANGELOG.md (3057c81)
  • chore(package): update dependencies (42da099)
  • fix(avatar): add bot avatar (741bc60)

1.1.1 (2018-05-28)

  • chore: replace semantic-release by standard-version (96b7fde)
  • chore: update dependencies (7e211c5)
  • chore(markdown): add markdown linter (5651c95)
  • chore(prettier): update to v1.13.0 (5ad7c99)