Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
PR-URL: #342
  • Loading branch information
tshemsedinov committed Jun 25, 2021
1 parent 4aea857 commit 41eb09c
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 92 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## [Unreleased][unreleased]

- Fix lost json subfields checking
- Improve Schema kinds
## [1.3.0][] - 2021-06-25

- Check schemas with references to schemas from attached models
- Add Schema.prototype.namespaces and attach/detouch methods to add/remove
- Add types to Schema.prototype.references (in addition to entities)
- Move Model.prototype.checkReferences to Schema.prototype.checkConsistency
- Check schemas with references to schemas from attached models
- Fix lost json subfields checking
- Improve Schema kinds

## [1.2.3][] - 2021-05-22

Expand Down Expand Up @@ -76,7 +78,8 @@

## [0.x][] - First generation of metaschema

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.2.3...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/metarhia/metaschema/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/metarhia/metaschema/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/metarhia/metaschema/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/metarhia/metaschema/compare/v1.2.0...v1.2.1
Expand Down
142 changes: 61 additions & 81 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaschema",
"version": "1.2.3",
"version": "1.3.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down Expand Up @@ -43,18 +43,18 @@
"node": "^12.9 || 14 || 15"
},
"dependencies": {
"metautil": "^3.5.3",
"metautil": "^3.5.4",
"metavm": "^1.0.2"
},
"devDependencies": {
"@types/node": "^15.6.0",
"eslint": "^7.27.0",
"@types/node": "^15.12.4",
"eslint": "^7.29.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"prettier": "^2.3.1",
"typescript": "^4.3.4"
}
}

0 comments on commit 41eb09c

Please sign in to comment.