Skip to content

Releases: joonas-yoon/json-as-db

v0.2.4

25 Jan 14:10
c212970
Compare
Choose a tag to compare

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

v0.2.3

18 Jan 15:02
Compare
Choose a tag to compare

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

28 Dec 12:37
de94c8a
Compare
Choose a tag to compare

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 on Database instead of.

v0.1.1

25 Dec 15:33
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

Added

  • Documentation and comments.
  • Implements len method on Database.

Fixed

  • apply style format based on PEP8

Changed

  • Remove async/await keyword from Database.
  • Database.modify() returns modified value(s)

v0.1.0

23 Dec 16:15
Compare
Choose a tag to compare

Full Changelog: 0.0.2b2...0.1.0

v0.0.2b2

22 Dec 13:22
Compare
Choose a tag to compare