Releases: joonas-yoon/json-as-db
Releases · joonas-yoon/json-as-db
v0.2.4
What's Changed
Added
- 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.
Fixed
- Implements
items()
methods to override dictionary onDatabase
class. (#3) - Getter supports list-like parameter such as
db[['id1', 'id2']]
(#5)
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Full Changelog: v0.2.0...v0.2.3
Added
- Supports to load database from JSON file that doesn't made from
Database
.
v0.2.0
Full Changelog: v0.1.1...v0.2.0
Added
- Unit tests for getters.
Database
read items from serialized JSON file.
Changed
- Remove
Client
. use methods onDatabase
instead of.
v0.1.1
Full Changelog: v0.1.0...v0.1.1
Added
- Documentation and comments.
- Implements
len
method onDatabase
.
Fixed
- apply style format based on PEP8
Changed
- Remove async/await keyword from
Database
. Database.modify()
returns modified value(s)
v0.1.0
Full Changelog: 0.0.2b2...0.1.0
v0.0.2b2
Full Changelog: https://github.com/joonas-yoon/json-as-db/commits/0.0.2b2