Skip to content

Commit

Permalink
chore: release version 1.1.0
Browse files Browse the repository at this point in the history
PR-URL: #130
  • Loading branch information
tshemsedinov committed May 7, 2021
1 parent ea0d776 commit 7100036
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## [Unreleased][unreleased]

## [1.1.0][] - 2021-05-07

- Use metaschema Model and Schema classes
- Support script generation with field groups
- Update metaschema to v1.1.0
- New API methods for Database:
- async row(table, fields, conditions): Object
- async scalar(table, field, conditions): ScalarValue
- async col(table, field, conditions): Array
- async dict(table, fields, conditions): Object
- Update metaschema to v1.1.0
- Use metaschema Model and Schema classes
- Support script generation with field groups

## [1.0.1][] - 2021-04-04

Expand All @@ -30,7 +32,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v1.0.1...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/metarhia/metasql/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/metarhia/metasql/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/metarhia/metasql/compare/metarhia-sql...v1.0.0
[metarhia-sql]: https://github.com/metarhia/metasql/releases/tag/metarhia-sql
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "1.0.1",
"version": "1.1.0",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "types/metasql.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"pg": "^8.5.1"
},
"devDependencies": {
"@types/node": "^15.0.1",
"@types/node": "^15.0.2",
"eslint": "^7.24.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.2.0",
Expand Down

0 comments on commit 7100036

Please sign in to comment.