orchidb
Version:
A lightweight, JSON-Document-Oriented database managment module for node.js
40 lines (29 loc) • 913 B
Markdown
# 4.1.0
- Added new function `has(docName: string)` that checks if a document exists inside of the collection
- Added UPDATES.md to log updates
# 4.1.1
- Removed uneeded replit files
# 4.1.2
- Fixed bugs with `find` function
# 4.1.3
- Added optional `logToConsole` parameter to the `find` function
# 4.1.4
- Fixed bugs with `logToConsole` parameter in the `find` function
# 4.1.5
- Fixed more bugs with the `logToConsole` parameter in the `find` function
# 4.1.6
- Linked the GitHub repository to the README.md file
# 4.1.7
- Removed more uneeded files
- Fixed version number
# 4.1.8
- Fixed package being outdated during code transfer
# 4.2.0
- Made all functions not log to the console by default
- Updated more outdated files
# 4.2.1
- Licensed OrchiDB under the MIT license
- Moved source code into a src file
- Changed the OrchiDB.png logo file into a transparent png
# 4.2.2
- Moved around files