From 001264b833f74b21240d1b925f3f8f63686177ad Mon Sep 17 00:00:00 2001 From: Natesh Relhan Date: Wed, 19 Aug 2026 21:05:19 +0530 Subject: [PATCH] Add CHANGELOG generated from GitHub Releases Every published version with its date and release notes, so anyone upgrading can see what changed without reading git history. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 326 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 326 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6244ec3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,326 @@ +# Changelog + +All notable changes to `likeminds-chat-reactnative-data`, generated from its GitHub Releases. + +Full release history: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases + +--- + +## [1.10.0] - 2025-03-19 + +### What's Changed +* [LM-12327] Error Logging by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/79 +* Release/v1.10.0 by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/80 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.9.0...v1.10.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.10.0) + +## [1.9.0] - 2025-03-04 + +### What's Changed +* [WIP][LM-12406] Retry Mechanism by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/77 +* Release/v1.9.0 by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/78 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.8.2...v1.9.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.9.0) + +## [1.8.2] - 2025-02-07 + +### What's Changed +* [LM 13393] Updated setFilterConversationState to handle empty array by @shubhbeeplm in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/73 +* Release/v1.8.2 by @shubhbeeplm in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/74 + +### New Contributors +* @shubhbeeplm made their first contribution in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/73 + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.8.1...v1.8.2 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.8.2) + +## [1.8.1] - 2025-01-17 + +### What's Changed +* [LM-13267] Theme Segregation by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/71 +* Release/v1.8.1 by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/72 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.8.0...v1.8.1 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.8.1) + +## [1.8.0] - 2025-01-03 + +### What's Changed +* [LM-12384] Custom Widget by @jaixchaudhary in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/67 +* Release/v1.8.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/70 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.7.1...v1.8.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.8.0) + +## [1.7.1] - 2024-12-27 + +### What's Changed +* [LM-12647] AI Chat Bot by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/68 +* Release/v1.7.1 by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/69 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.7.0...v1.7.1 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.7.1) + +## [1.7.0] - 2024-10-11 + +### What's Changed +* [LM-12677] Notification Stack Through Local DB by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/65 +* Release/v1.7.0 by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/66 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.6.2...v1.7.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.7.0) + +## [1.6.2] - 2024-09-25 + +### What's Changed +* [Hotfix][LM-12808] Type Error Fix by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/64 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.6.1...v1.6.2 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.6.2) + +## [1.6.1] - 2024-09-20 + +### What's Changed +* [LM-12651] Builds Jenkins Pipeline by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/60 +* [LM-12764] Jenkins Deployment Pipeline by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/61 +* Release v1.6.1 by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/62 +* [Hotfix] Fixed compile error in getUnseenCount() by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/63 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.6.0...v1.6.1 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.6.1) + +## [1.6.0] - 2024-08-31 + +### What's Changed +* [LM-12674] Added getUnseenCount API call by @arnavr15 in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/56 +* [LM-10929] API Key Security by @jaixchaudhary in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/57 +* [v1.6.0] Version Upgrade by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/58 +* Release/v1.6.0 by @usmansalimLM in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/59 + +### New Contributors +* @usmansalimLM made their first contribution in https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/pull/58 + +**Full Changelog**: https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/compare/v1.5.8...v1.6.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.6.0) + +## [1.5.8] - 2024-07-17 + +_No release notes._ + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.8) + +## [1.5.7] - 2024-04-29 + +### What's Changed +* Release v1.5.7 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/52 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.5.6...v1.5.7 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.7) + +## [1.5.6] - 2024-04-12 + +### What's Changed +* Added release related changes by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/51 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.5.5...v1.5.6 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.6) + +## [1.5.5] - 2024-04-05 + +### What's Changed +* Release/v1.5.5 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/50 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.5.4...v1.5.5 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.5) + +## [1.5.4] - 2024-03-26 + +### What's Changed +* Upgraded xVersionCode by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/49 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.5.3...v1.5.4 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.4) + +## [1.5.3] - 2024-02-29 + +### What's Changed +* Release/v1.5.3 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/48 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.5.2...v1.5.3 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.3) + +## [1.5.2] - 2024-02-28 + +### What's Changed +* Release/v1.5.2 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/46 +* Release/v1.5.2 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/47 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.5.1...v1.5.2 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.2) + +## [1.5.1] - 2024-02-23 + +### What's Changed +* Release/v1.5.1 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/45 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.5.0...v1.5.1 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.1) + +## [1.5.0] - 2024-02-07 + +### What's Changed +* [LM-10555] Added cohort and channel support by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/39 +* [LM-10647] SDK Functions by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/42 +* Changed versions by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/43 +* Release/v1.5.0 by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/44 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.4.1...v1.5.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.5.0) + +## [1.4.1] - 2024-01-22 + +### What's Changed +* [LM-10655] Upgraded version and versionCode by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/41 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.4.0...v1.4.1 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.4.1) + +## [1.4.0] - 2023-12-22 + +### What's Changed +* [LM-10099] Filter State Messages by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/35 +* [LM-10262] Notification Stack by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/28 +* Merge conflict misses by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/36 +* Version chaged - v1.4.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/37 +* Release/v1.4.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/38 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.3.0...v1.4.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.4.0) + +## [1.3.0] - 2023-12-06 + +### What's Changed +* [LM-9973] fix(pull-request.yml): on pr tag by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/29 +* [LM-9973] removed indent rule by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/30 +* [LM-10308] Attachment not visible in reply box by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/31 +* [LM-10308] Peer testing bugs by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/32 +* Version changed - v1.3.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/33 +* Release/v1.3.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/34 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.2.0...v1.3.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.3.0) + +## [1.2.0] - 2023-11-20 + +### What's Changed +* [LM-9635] Chatroom Topic by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/25 +* Version release v1.2.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/26 +* Release/v1.2.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/27 + + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.1.0...v1.2.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.2.0) + +## [1.1.0] - 2023-11-01 + +### What's Changed +* [LM-9973] CI Implementation by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/18 +* [LM-9973] versionName format by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/20 +* [LM-9973] version syntax revert by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/21 +* [LM-9639] Link Preview by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/19 +* Release/v1.1.0 by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/22 +* Fixed few ESLint issues by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/24 +* Release/v1.1.0 by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/23 + +### New Contributors +* @aditya-likeminds made their first contribution in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/18 + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.0.0...v1.1.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.1.0) + +## [1.0.1-beta.1] - 2023-10-30 + +### What's Changed +* [LM-9973] CI Implementation by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/18 +* [LM-9973] versionName format by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/20 +* [LM-9973] version syntax revert by @aditya-likeminds in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/21 + +### New Contributors +* @aditya-likeminds made their first contribution in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/18 + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/compare/v1.0.0...v1.0.1-beta.1 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.0.1-beta.1) + +## [1.0.0] - 2023-10-14 + +### What's Changed +* PR Template by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/2 +* [LM-9375] Response Models by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/4 +* [LM-9361] DB Models by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/3 +* [LM-9375] Data Wrapper Class by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/1 +* [LM-9362] Sync Strategy by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/5 +* [LM-9367] DMFeed and Chatroom Sync Changes by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/6 +* [LM-9363] HomeFeed Sync Changes by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/7 +* [LM-9705] Listener on Home Feed and DM Feed by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/8 +* [LM-9706] Added a few remaining keys in the flow by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/9 +* [LM-9707] Conversation Flow by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/10 +* [LM-9862] Removed unused query by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/11 +* [LM-9897] Peer testing bugs by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/12 +* [LM-9897] Peer Testing Bugs by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/13 +* [LM-9798] Peer Testing Bugs by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/14 +* [LM-9315] LocalDB in chat by @arnavr15 in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/15 +* Changed version code and added readme file. by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/16 +* Release/v1.0.0 by @jaixchaudhary in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/17 + +### New Contributors +* @jaixchaudhary made their first contribution in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/2 +* @arnavr15 made their first contribution in https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/pull/4 + +**Full Changelog**: https://github.com/LikeMindsCommunity/LikeMinds-ReactNative-Chat-Data/commits/v1.0.0 + +[Release](https://github.com/LikeMindsCommunity/likeminds-chat-reactnative-data/releases/tag/v1.0.0)