Skip to content

Latest commit

 

History

History
187 lines (105 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

187 lines (105 loc) · 3.53 KB

1.6.8

  • BREAKING CHANGE: Update firebase to the latest SDK.

1.6.7

  • Update dependencies. Requires Dart >= 2.19.0.

1.6.4

  • Update dependencies. Requires Dart >= 2.18.0.

1.6.3

  • Decrease amount of DB reads for the create room call. Thanks @gmgm60 for the PR!
  • Update docs. Thanks @lrsvmb for the PR!
  • Update dependencies

1.6.2

  • Code refactor

1.6.1

  • Update example to work with FlutterFire CLI
  • When creating a group chat set the creator to admin by default. Thanks @adetayoadeyemi for the PR!

1.6.0

  • Update to Flutter 3
  • Update a room updatedAt when a new message is sent. Thanks @rootd for the PR!

1.5.4

  • Fix lastSeen user property when using createUserInFirestore. Thanks @AcnoSaga for reporting!
  • Update dependencies

1.5.3

  • Update to Flutter 2.10.4. Requires Dart >= 2.16.0.
  • Update dependencies

1.5.2

  • Add an option to specify a custom Firebase app through the config. Thanks @valas69 for reporting!
  • Add deleteRoom and deleteMessage methods. Thanks @foxdev-flutter for the PR!
  • Add some pagination properties to the query. Thanks @awesomejerry for the PR!
  • Add updateRoom method
  • Update dependencies. Requires Dart >= 2.15.1.

1.5.1

  • Update dependencies

1.5.0

  • Update dependencies (requires Dart >=2.14.0)

1.4.2

  • Add an option to rename default collections, rooms and users

1.4.1

  • Fix release on pub.dev

1.4.0

  • Update to Flutter 2.5

1.3.2

  • Update dependencies

1.3.1

  • Update dependencies

1.3.0

1.1.4

  • Add an option to send metadata
  • Update dependencies

1.1.3

  • Update dependencies

1.1.2

  • Update dependencies

1.1.1

  • Update dependencies
  • Add possibility to order rooms by last updated (e.g. show room on top when it has the latest message). See documentation comment for rooms function inside FirebaseChatCore class.
  • Fix user avatars inside example if no remote URL is available
  • Add deleteUserFromFirestore function. Thanks @SalahAdDin for the PR!

1.1.0

This release marks a major chat architecture overhaul based on a community feedback. In the future we don't expect such big changes in one release and will try to do backwards compatible code as much as possible.

  • BREAKING CHANGE: [FileMessage] fileName is renamed to name
  • BREAKING CHANGE: [ImageMessage] imageName is renamed to name
  • BREAKING CHANGE: [Messages] timestamp is renamed to createdAt
  • BREAKING CHANGE: [Status] read is renamed to seen
  • BREAKING CHANGE: [User] avatarUrl is renamed to imageUrl
  • New custom and unsupported message types. First one is used to build any message you want, second one is to support backwards compatibility

1.0.4

  • Update dependencies

1.0.3

  • BREAKING CHANGE: Updated cloud_firestore to version 2
  • Update to Flutter 2.2

1.0.2

  • Fix static analysis warning

1.0.1

  • Add metadata to the room class for easier extensibility. Thanks @alihen for the PR!

1.0.0

  • Public release

0.3.0

  • Add docs

0.2.0

  • Update types

0.1.2

  • Add documentation comments

0.1.1

  • Fix static analysis warning

0.1.0

  • Update to Flutter 2

0.0.8

  • Update to the latest chat UI

0.0.7

  • Handle attachments upload

0.0.6

  • Update message when preview data fetched

0.0.5

  • Update LICENSE

0.0.4

  • Finish core

0.0.3

  • Added chat UI

0.0.2

  • Added example

0.0.1

  • Initial release