Skip to content

Releases: mingard/reasondb-wrapper

Version 0.2.0

02 Feb 11:46
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Breaking changes

a query must be called with .query rather than constructor

Version 0.2.1

02 Feb 11:57
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Fix incorrect extend declaration

Version 0.1.1

01 Feb 13:03
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Fixes

  • A filter with a DB key in will no longer be overwritten

Features

  • Specify resultsOnly with onlyResults method to switch between {results: [], metadata: {}} and returning results as a single array

Version 0.1-alpha

31 Jan 15:46
Compare
Choose a tag to compare
Version 0.1-alpha Pre-release
Pre-release

This is a beta release that covers:

  • Connection configuration
  • Create DB directory and missing Primitive directories
  • Cleans data
  • Ability to specify type of fallback
  • Ability to POST data
  • GET data
  • Paginate results
  • Specify fields to return