File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ Thanks for getting this release out! please stay tuned :)
11
+
12
+ ## [ 0.2.4]
13
+
10
14
### Added
11
15
12
16
- Supports to find by key and value with ` Condition ` that is generated from ` Key ` . [ (#8 )] ( https://github.com/joonas-yoon/json-as-db/issues/8 )
@@ -19,8 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
23
- Implements ` items() ` methods to override dictionary on ` Database ` class. [ (#3 )] ( https://github.com/joonas-yoon/json-as-db/issues/3 )
20
24
- Getter supports list-like parameter such as ` db[['id1', 'id2']] ` [ (#5 )] ( https://github.com/joonas-yoon/json-as-db/issues/5 )
21
25
22
- Thanks for getting this release out! please stay tuned :)
23
-
24
26
## [ 0.2.3] - 2023-01-18
25
27
26
28
### Added
@@ -66,6 +68,8 @@ Also this is not stable, so under alpha-test.
66
68
- Organized direcotries
67
69
68
70
[ Unreleased ] : https://github.com/joonas-yoon/json-as-db/compare/v0.2.0...HEAD
69
- [ 0.2.0 ] : https://github.com/joonas-yoon/json-as-db/compare/v0.1.1...v0.2.0
71
+ [ 0.2.4 ] : https://github.com/joonas-yoon/json-as-db/compare/v0.2.3...v0.2.4
72
+ [ 0.2.3 ] : https://github.com/joonas-yoon/json-as-db/compare/v0.2.0...v0.2.3
73
+ [ 0.2.2 ] : https://github.com/joonas-yoon/json-as-db/compare/v0.1.1...v0.2.0
70
74
[ 0.1.1 ] : https://github.com/joonas-yoon/json-as-db/compare/v0.1.0...v0.1.1
71
75
[ 0.1.0 ] : https://github.com/joonas-yoon/json-as-db/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments