Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

27 lines (24 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • data can now be updated using a updater function.
  • README added Permission Required section to clearly state which flags are needed to be applied.

Changed

  • hello_world example to use the new functions.
  • README example to use the new functions.
  • README Usage section changed to Getting Started section, to illustrate the whole idea step by step.
  • collection function "find" refactor to "findMany".

[0.0.5] - 2020-10-26

Added

  • CHANGELOG to log the changes between versions like other standardied open source projects.
  • README add badges.
  • fsmanager to manage database file system.
  • dataset to manage the operations on retrieved data from database.
  • sort_and_select example to demonstrate dataset operation.

Changed

  • test cases
  • documentations
  • now we can use filter functions to select data from database