Skip to content

Commit 247678f

Browse files
committed
Version 1.4.0
PR-URL: #203
1 parent 28b1c2f commit 247678f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5-
- New API methods for Database:
6-
- async count(table, condition): number
5+
## [1.4.0][] - 2021-08-09
6+
7+
- New API methods for Database `async count(table, condition): number`
8+
- Added support for functions in select (min, avg, count...)
79

810
## [1.3.0][] - 2021-08-07
911

@@ -87,7 +89,8 @@
8789

8890
Code before fork from https://github.com/metarhia/sql
8991

90-
[unreleased]: https://github.com/metarhia/metasql/compare/v1.3.0...HEAD
92+
[unreleased]: https://github.com/metarhia/metasql/compare/v1.4.0...HEAD
93+
[1.4.0]: https://github.com/metarhia/metasql/compare/v1.3.0...v1.4.0
9194
[1.3.0]: https://github.com/metarhia/metasql/compare/v1.2.0...v1.3.0
9295
[1.2.0]: https://github.com/metarhia/metasql/compare/v1.1.5...v1.2.0
9396
[1.1.5]: https://github.com/metarhia/metasql/compare/v1.1.4...v1.1.5

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metasql",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
55
"main": "metasql.js",
66
"types": "metasql.d.ts",

0 commit comments

Comments
 (0)