Skip to content

Releases: alt3/sequelize-to-json-schemas

Release 0.3.36

30 Nov 11:20
Compare
Choose a tag to compare
  • Merge pull request #46 from alt3/npm-outdated (ada8270)
  • chore: monthly npm audit/outdated (754935a)

Release 0.3.35

29 Nov 10:20
Compare
Choose a tag to compare
  • Merge pull request #45 from alt3/greenkeeper/eslint-plugin-unicorn-14.0.0 (a18a02b)
  • chore(package): update eslint-plugin-unicorn to version 14.0.0 (986ce01)

Release 0.3.34

15 Nov 08:10
Compare
Choose a tag to compare
  • Merge pull request #43 from alt3/greenkeeper/eslint-plugin-unicorn-13.0.0 (45a2331)
  • chore(package): update eslint-plugin-unicorn to version 13.0.0 (2ba79ca)

Release 0.3.33

13 Nov 08:45
Compare
Choose a tag to compare
  • Merge pull request #42 from alt3/greenkeeper/eslint-plugin-jsdoc-18.0.0 (a0ad3ab)
  • chore(package): update eslint-plugin-jsdoc to version 18.0.0 (106a742)

Release 0.3.32

10 Nov 12:20
Compare
Choose a tag to compare
  • 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

06 Nov 12:07
Compare
Choose a tag to compare
  • 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)

Release 0.3.30

01 Nov 20:15
Compare
Choose a tag to compare
  • docs: update README with Sequelize v6 (29d7ac8)
  • ci: allow Travis failures for sequelize v6 builds (0b16cc9)
  • ci: adds sequelize v6 to the Travis build matrix (d005805)

Release 0.3.29

01 Nov 13:06
Compare
Choose a tag to compare
  • perf: replace lodash.merge with native Object.assign (fd8da33)
  • perf: replace lodash.assign with native Object.assign (991cea6)
  • perf: replace lodash.omit with native alternative (34a8c06)
  • refactor: move vanilla lodash capitalize() alternative into lib/utils/lodash-natives [no-release] (762433d)

Release 0.3.28

01 Nov 12:01
Compare
Choose a tag to compare
  • perf: replace lodash.pick with vanilla function (#26) (f875dae)

Release 0.3.27

01 Nov 10:26
Compare
Choose a tag to compare
  • perf: reduce bundle size by removing lodash.capitalize (#26) (90d9b3c)