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.
Thanks for getting this release out! please stay tuned :)
- Supports to find by key and value with
Condition
that is generated fromKey
. (#8) - Implements useful representation for quickly displaying as a table format. (#4)
- Add static method to load -
json_as_db.load(path)
(#7) - Add a variable
__version__
in global.
- Implements
items()
methods to override dictionary onDatabase
class. (#3) - Getter supports list-like parameter such as
db[['id1', 'id2']]
(#5)
0.2.3 - 2023-01-18
- Supports to load database from JSON file that doesn't made from
Database
.
0.2.2 - 2022-12-26
- Unit tests for getters.
Database
read items from serialized JSON file.
- Remove
Client
. use methods onDatabase
instead of.
0.1.1 - 2022-12-26
- Documentation and comments.
- Implements
len
method onDatabase
.
- apply style format based on PEP8
- Remove async/await keyword from
Database
. Database.modify()
returns modified value(s)
0.1.0 - 2022-12-22
This is the very first version of package.
Also this is not stable, so under alpha-test.
- Set up files to being python package
- Organized direcotries