File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2020-10-07
11+
1012### Fixed
1113
1214* Select with ` == ` conditions bugs
@@ -17,12 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1719* CRUD operations:
1820 * replace
1921 * upsert
20-
2122* Output format for CRUD operations changed to set of rows and metadata
22-
2323* Insert/replace/upsert methods now accept tuples.
2424 To process unflattened objects * _ object methods are introduced.
25-
2625* ` pairs ` accepts ` use_tomap ` flag to return tuples or objects
2726
2827### Changed
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ are used on the storage side to perform CRUD operations.
332332-- <project-name>-scm-1.rockspec
333333dependencies = {
334334 ...
335- ' crud >= 0.1 .0-1' ,
335+ ' crud >= 0.2 .0-1' ,
336336 ...
337337}
338338```
You can’t perform that action at this time.
0 commit comments