Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

70 lines (43 loc) · 1.74 KB

Change log

0.1.2

Changes

  • Update the demo-flow in a more Firestore way
  • Ignore evaluatePayloadForFieldValue if payload is undefined (#12)
  • Update Firestore GET node for payload.changes deprecation
  • Bump @gogovega/firebase-config-node from 0.2.1 to 0.2.3
    • Using RTDB status must validate database URL

Enhances

  • Allow Firestore IN to be dynamic (#11)
  • Introduce the First Flow tour guide (#13)

Fixes

  • FirestoreUI.validators.path error messages (#10)

Improves

  • Some Improvements (#9)
    • Ensure to persist the Permission Denied status
    • Update the Confirm Update message
    • Replace nodeId by node instance for statusListener

0.1.1

Changes

  • Bump @gogovega/firebase-config-node from 0.2.0 to 0.2.1
    • Do not call signout if app initialization failed (#15)
    • Fix bad Query object returned by applyQueryConstraints (#16)

0.1.0

Breaking Changes

  • Set required version of Node.js to >=18

Changes

  • Bump @gogovega/firebase-config-node from 0.1.3 to 0.2.0
    • Only don't wait signout for Firestore and add a safety delay (#12)
    • Set required version of Node.js to >=18
    • Set required version of Node-RED to >=3

0.0.3

Changes

  • Improve Config Node version checking (#4)
  • Bump @gogovega/firebase-config-node from 0.1.2 to 0.1.3

0.0.2

Changes

  • Skip database initialization if Config Node version is not satisfied (#3)
  • Bump @gogovega/firebase-config-node from 0.1.0 to 0.1.2

Improvements

  • Allow multiple use of orderBy and where Query Constraints (#2)

0.0.1

Initial version