Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@joonas-yoon joonas-yoon released this 25 Jan 14:10
· 5 commits to main since this release
c212970

What's Changed

Added

  • Supports to find by key and value with Condition that is generated from Key. (#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 on Database class. (#3)
  • Getter supports list-like parameter such as db[['id1', 'id2']] (#5)

Full Changelog: v0.2.3...v0.2.4