Releases: vega/ts-json-schema-generator
Releases · vega/ts-json-schema-generator
v2.3.0-next.3
v2.3.0-next.2
🚀 Enhancement
- fix: revert back to commons js #1975 (@arthurfiorette)
🔩 Dependency Updates
- chore(deps-dev): bump eslint from 9.2.0 to 9.3.0 #1970 (@dependabot[bot])
- chore(deps-dev): bump ajv from 8.13.0 to 8.14.0 #1971 (@dependabot[bot])
- chore(deps-dev): bump typescript-eslint from 7.8.0 to 7.10.0 #1972 (@dependabot[bot])
Authors: 2
- @dependabot[bot]
- Arthur Fiorette (@arthurfiorette)
v2.3.0-next.1
🚀 Enhancement
- Remove ts-expose-types temporarily #1968 (@arthurfiorette)
Authors: 1
- Arthur Fiorette (@arthurfiorette)
v2.3.0-next.0
🚀 Enhancement
- Added diagnostics to all errors #1963 (@arthurfiorette)
Authors: 1
- Arthur Fiorette (@arthurfiorette)
v2.2.0
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Tim (@timothympace)
❤️ Rama Krishna Ghanta (@ramaghanta)
❤️ Sampsa Kaskela (@SampsaKaskela)
🚀 Enhancement
- feat: add back cjs output #1964 (@arthurfiorette @domoritz)
- feat: support
export *
statements #1962 (@arthurfiorette) - feat: Improved Promise handling to support packages like Prisma #1924 (@arthurfiorette)
🐛 Bug Fix
- ci: update node version #1961 (@domoritz)
- bug: fix usage of * in type on Windows #1942 (@SampsaKaskela @domoritz)
- removed import assertion #1944 (@ramaghanta)
- Provide more type saftey for vega-lite fixme #1947 (@timothympace)
🔩 Dependency Updates
- chore(deps-dev): bump vega-lite from 5.18.0 to 5.18.1 #1960 (@dependabot[bot])
- chore(deps): bump commander from 12.0.0 to 12.1.0 #1959 (@dependabot[bot])
- chore(deps-dev): bump @eslint/js from 9.2.0 to 9.3.0 #1958 (@dependabot[bot])
- chore(deps-dev): bump tsx from 4.9.1 to 4.10.5 #1957 (@dependabot[bot])
- chore(deps-dev): bump vega from 5.28.0 to 5.29.0 #1955 (@dependabot[bot])
- chore(deps-dev): bump @babel/core from 7.24.4 to 7.24.5 #1953 (@dependabot[bot])
- chore(deps-dev): bump chai from 5.1.0 to 5.1.1 #1952 (@dependabot[bot])
- chore(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.5 #1954 (@dependabot[bot])
- chore(deps-dev): bump typescript-eslint from 7.7.1 to 7.8.0 #1948 (@dependabot[bot])
- chore(deps-dev): bump ajv from 8.12.0 to 8.13.0 #1950 (@dependabot[bot])
- chore(deps-dev): bump tsx from 4.7.3 to 4.9.1 #1951 (@dependabot[bot])
- chore(deps-dev): bump eslint from 9.1.1 to 9.2.0 #1949 (@dependabot[bot])
- chore(deps-dev): bump tsx from 4.7.2 to 4.7.3 #1940 (@dependabot[bot])
- chore(deps-dev): bump eslint from 9.1.0 to 9.1.1 #1939 (@dependabot[bot])
Authors: 6
- @dependabot[bot]
- Arthur Fiorette (@arthurfiorette)
- Dominik Moritz (@domoritz)
- Rama Krishna Ghanta (@ramaghanta)
- Sampsa Kaskela (@SampsaKaskela)
- Tim (@timothympace)
v2.2.0-next.2
🚀 Enhancement
- feat: add back cjs output #1964 (@arthurfiorette @domoritz)
Authors: 2
- Arthur Fiorette (@arthurfiorette)
- Dominik Moritz (@domoritz)
v2.2.0-next.1
🚀 Enhancement
- feat: support
export *
statements #1962 (@arthurfiorette)
Authors: 1
- Arthur Fiorette (@arthurfiorette)
v2.2.0-next.0
🎉 This release contains work from a new contributor! 🎉
Thank you, Sampsa Kaskela (@SampsaKaskela), for all your work!
🚀 Enhancement
- feat: Improved Promise handling to support packages like Prisma #1924 (@arthurfiorette)
🐛 Bug Fix
- ci: update node version #1961 (@domoritz)
- bug: fix usage of * in type on Windows #1942 (@SampsaKaskela @domoritz)
🔩 Dependency Updates
- chore(deps-dev): bump vega-lite from 5.18.0 to 5.18.1 #1960 (@dependabot[bot])
- chore(deps): bump commander from 12.0.0 to 12.1.0 #1959 (@dependabot[bot])
- chore(deps-dev): bump @eslint/js from 9.2.0 to 9.3.0 #1958 (@dependabot[bot])
- chore(deps-dev): bump tsx from 4.9.1 to 4.10.5 #1957 (@dependabot[bot])
- chore(deps-dev): bump vega from 5.28.0 to 5.29.0 #1955 (@dependabot[bot])
- chore(deps-dev): bump @babel/core from 7.24.4 to 7.24.5 #1953 (@dependabot[bot])
- chore(deps-dev): bump chai from 5.1.0 to 5.1.1 #1952 (@dependabot[bot])
- chore(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.5 #1954 (@dependabot[bot])
Authors: 4
- @dependabot[bot]
- Arthur Fiorette (@arthurfiorette)
- Dominik Moritz (@domoritz)
- Sampsa Kaskela (@SampsaKaskela)
v2.1.2-next.1
🎉 This release contains work from a new contributor! 🎉
Thank you, Rama Krishna Ghanta (@ramaghanta), for all your work!
🐛 Bug Fix
- removed import assertion #1944 (@ramaghanta)
Authors: 1
- Rama Krishna Ghanta (@ramaghanta)
v2.1.2-next.0
🎉 This release contains work from a new contributor! 🎉
Thank you, Tim (@timothympace), for all your work!
🐛 Bug Fix
- Provide more type saftey for vega-lite fixme #1947 (@timothympace)
- chore: fix linting error #1937 (@domoritz)
- fix: support older node versions #1937 (@domoritz)
- ci: remove windows tests #1937 (@domoritz)
- chore: update deps #1937 (@domoritz)
- fix: union types of union types in Records #1933 (@domoritz)
🔩 Dependency Updates
- chore(deps-dev): bump typescript-eslint from 7.7.1 to 7.8.0 #1948 (@dependabot[bot])
- chore(deps-dev): bump ajv from 8.12.0 to 8.13.0 #1950 (@dependabot[bot])
- chore(deps-dev): bump tsx from 4.7.3 to 4.9.1 #1951 (@dependabot[bot])
- chore(deps-dev): bump eslint from 9.1.1 to 9.2.0 #1949 (@dependabot[bot])
- chore(deps-dev): bump tsx from 4.7.2 to 4.7.3 #1940 (@dependabot[bot])
- chore(deps-dev): bump eslint from 9.1.0 to 9.1.1 #1939 (@dependabot[bot])
- chore(deps-dev): bump eslint from 9.0.0 to 9.1.0 #1935 (@dependabot[bot])
Authors: 3
- @dependabot[bot]
- Dominik Moritz (@domoritz)
- Tim (@timothympace)