Skip to content

Clean up old changelogs #3458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,26 @@
without transactions.
- [fixed] Fixed Realtime Database URL parsing bug to support domains with more than 3 components.

# Released
## 0.5.6

- [fixed] Fixed an issue that caused large numeric values with leading zeros to
not always be sorted correctly.

## 0.5.3

- [changed] Internal cleanup to Node.JS support.

# 6.4.0
## 0.5.0

- [fixed] Fixed an issue that caused `.info/serverTimeOffset` events not to fire (#2043).
- [changed] Treat `ns` url query parameter as the default Realtime Database
namespace name.

# 6.3.4
## 0.4.11

- [fixed] Fixed an issue where multi-byte UTF-8 characters would not be written correctly when using `firebase.js` or `firebase-database.js` (#2035).

# 6.0.0
## 0.4.0

- [changed] Improved consistency between the type annotations for `Query.on`/`Reference.on`,
`Query.off`/`Reference.off` and `Query.once`/`Reference.once` (#1188, #1204).
Loading