From 3dfee22ca8bf5b0047a90b1cec6465e7cb767200 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Mon, 27 Mar 2023 18:10:52 -0300 Subject: [PATCH] added changelog about minimongo --- docs/generators/changelog/versions/3.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/generators/changelog/versions/3.0.md b/docs/generators/changelog/versions/3.0.md index bb49d4dfa6..aa9e0275f3 100644 --- a/docs/generators/changelog/versions/3.0.md +++ b/docs/generators/changelog/versions/3.0.md @@ -83,6 +83,14 @@ * `minifier-css`: - `minifyCss` is now async. +* `minimongo@get-version`: + TODO: add this aswell to the minimongo docs + - `cursor.observe` now returns `isReady` and `isReadyPromise` wich indicates + if the cursor is ready and if the callbacks are have been called. + If you only use it in the `Client` or as a `LocalCollection` things have not + changed. + + * `webapp`: - `WebAppInternals.getBoilerplate` is now async. - Changed engine from connect to express and changed api naming to match express. See below: