Fast, Simple and Open Firebase Alternative: TrailBase

4 hours ago 3
  • Overhaul list API filters to allow for nested, complex expressions. The query
    parameters changed making this a breaking change. Users will need to update
    their client libraries.
    • All clients have been updated to both: support the new syntax and help in
      the construction of nested filters.
    • For raw HTTP users, the filter format went from col[ne]=val to
      filter[col][$ne]=val following QS conventions.
    • For example, exluding a range of values [v_min, v_max]:
      ?filter[$or][0][col][$gt]=v_max&filter[$or][1][col][$lt]=v_min.
  • A new client implementation for the Swift language.
  • Show release version in the admin dashboard and link to release page.
  • Update dependencies.

What's Changed

New Contributors

  • @imjlk made their first contribution in #62

Full Changelog: v0.11.5...v0.12.0

Read Entire Article