Releases: alt3/sequelize-to-json-schemas
Releases · alt3/sequelize-to-json-schemas
Release 0.3.36
Release 0.3.35
Release 0.3.34
Release 0.3.33
Release 0.3.32
- Merge pull request #41 from alt3/code-climate (4332565)
- refactor: reduce code duplication (583961e)
- refactor: reduce codeclimate cognitive complexity (b722b9c)
- Merge pull request #40 from alt3/npm-bump [no-release] (04a18a7)
- chore: bump npm packages, fix prettier (eaef251)
- Merge pull request #38 from alt3/update-sample-output [no-release] (0c7281a)
- chore: remove dependencies from package.json (89f5253)
- fix: try-me.js to include new associations (034a432)
- refactor: remove unneeded endpoints from openapi-v3-wrapper (a6fc6f5)
- docs(examples): update sample output generator to include new associations (067c1e8)
Release 0.3.31
- Merge pull request #37 from wolfgangwalther/fix-prettier-windows (3d2eb8b)
- Merge pull request #36 from wolfgangwalther/belongsTo-associations [no-release] (d70075f)
- fix linter, add contributor (db2e589)
- remove pluralize dependency; rely on sequelize pluralization instead (31e5e06)
- "pretty" linting (d7c03c8)
- add "through" support for belongsToMany associations (4e54958)
- remove unnecessary oneOf from association arrays (af34047)
- fix prettier command for windows (368f8a2)
- added basic support for belongsToMany association (without through model) (f4ec287)
- added support for belongsTo association (fc80ad7)
- allow associations with different names by setting "as" property; changed references to model name instead of plural(association) (452c3c9)
- clean up test files (062a433)
- clean up test model definitions (5197b2e)
- Merge pull request #34 from wolfgangwalther/eslint-plugin-jest [no-release] (aec4926)
- add recommended rules for eslint-plugin-jest (f4dac35)