Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
PR-URL: #15
  • Loading branch information
tshemsedinov committed Aug 2, 2021
1 parent 8cfeaf9 commit 199c661
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 49 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.0.4][] - 2021-08-02

- Identifier schema is not a Registry, it's a regular entity
- Add default: `now` for datetime fields
- Add Category kinds and default kind
Expand All @@ -26,7 +28,8 @@

- Move initial implementation from metasql

[unreleased]: https://github.com/metarhia/metadomain/compare/v1.0.3...HEAD
[unreleased]: https://github.com/metarhia/metadomain/compare/v1.0.4...HEAD
[1.0.4]: https://github.com/metarhia/metadomain/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/metarhia/metadomain/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/metarhia/metadomain/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/metarhia/metadomain/compare/v1.0.0...v1.0.1
Expand Down
104 changes: 61 additions & 43 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metadomain",
"version": "1.0.3",
"version": "1.0.4",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia core model: database schemas",
Expand Down Expand Up @@ -39,17 +39,17 @@
"test": "npm run lint && metatests test/"
},
"dependencies": {
"metaschema": "^1.3.2"
"metaschema": "^1.3.3"
},
"devDependencies": {
"@types/node": "^15.12.5",
"eslint": "^7.29.0",
"@types/node": "^16.3.3",
"eslint": "^7.31.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.2",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
}
}

0 comments on commit 199c661

Please sign in to comment.