Skip to content

Commit 92d6183

Browse files
committed
chore: version 5.0.0
1 parent e6cc914 commit 92d6183

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [4.2.0](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v4.1.1...v4.2.0) (2025-01-13)
5+
## [5.0.0](https://github.com/duartealexf/sql-ddl-to-json-schema/compare/v4.1.1...v5.0.0) (2025-01-13)
66

7+
### Breaking changes
8+
9+
- Minimum node version is now 14.
10+
- Compact JSON format: width has been renamed to displayWidth, values are now different.
11+
- Compact JSON format: int datatypes ('tinyint', 'smallint', 'mediumint', 'int', 'bigint') names are preserved.
12+
- JSON Schema format: minimum and maximum values of some integer types have been changed.
713

814
### Features
915

10-
* **package.json:** version 4.2.0 ([980132b](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/980132b755b73ddd388c5d8ba38594217a5b0da9))
1116
* **package.json:** version 5.0.0 ([483b6a9](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/483b6a9e77daccf689eada9f81ba8decda1fd846))
1217
* update int datatypes with compact json and jsonschema ([f26b9f0](https://github.com/duartealexf/sql-ddl-to-json-schema/commit/f26b9f0bfd81e079fc3a629e82dc61bf946d9770))
1318

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-ddl-to-json-schema",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "Parse and convert SQL DDL statements to a JSON Schema.",
55
"keywords": [
66
"parse",
@@ -101,4 +101,4 @@
101101
"engines": {
102102
"node": ">=14 <=23"
103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)