You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update dependencies to resolve deprecation warnings
- Migrate from .eslintrc to eslint.config.mjs
- Remove browser bundle support (browserify)
- Update example package
- Update meta info
BREAKING CHANGE: Removed browser bundle support
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Changelog
2
2
3
-
*Note: This is a partial changelog, covering significant & breaking changes. For a full list of changes, please consult the [commit log](https://github.com/bcherny/json-schema-to-typescript/commits).
3
+
*Note: This fork contains the original project with updated dependencies. For the original project's history, see [bcherny/json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript).*
4
+
5
+
## 16.0.0
6
+
7
+
- 🔧 Updated dependencies to resolve deprecation warnings
8
+
- ⚠️ Migrated from `.eslintrc` to `eslint.config.mjs`
-[x] literal objects in enum ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L236))
193
-
-[x] referencing schema by id ([eg](https://github.com/tdegrunt/jsonschema/blob/67c0e27ce9542efde0bf43dc1b2a95dd87df43c3/examples/all.js#L331))
194
-
-[x] custom typescript types via `tsType`
195
-
196
160
## Custom schema properties:
197
161
198
162
-`tsType`: Overrides the type that's generated from the schema. Useful for forcing a type to `any` or when using non-standard JSON schema extensions ([eg](https://github.com/sokra/json-schema-to-typescript/blob/f1f40307cf5efa328522bb1c9ae0b0d9e5f367aa/test/e2e/customType.ts)).
@@ -226,17 +190,3 @@ Prettier is known to run slowly on really big files. To skip formatting and impr
226
190
- JSON-schema test suite: https://github.com/json-schema/JSON-Schema-Test-Suite/blob/node
0 commit comments