Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
PR-URL: #203
  • Loading branch information
tshemsedinov committed Aug 9, 2021
1 parent 28b1c2f commit 247678f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## [Unreleased][unreleased]

- New API methods for Database:
- async count(table, condition): number
## [1.4.0][] - 2021-08-09

- New API methods for Database `async count(table, condition): number`
- Added support for functions in select (min, avg, count...)

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

Expand Down Expand Up @@ -87,7 +89,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v1.3.0...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/metarhia/metasql/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/metarhia/metasql/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/metarhia/metasql/compare/v1.1.5...v1.2.0
[1.1.5]: https://github.com/metarhia/metasql/compare/v1.1.4...v1.1.5
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "1.3.0",
"version": "1.4.0",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "metasql.d.ts",
Expand Down

0 comments on commit 247678f

Please sign in to comment.