Skip to content

Releases: adocasts/generate-models

Fixed: Non-Default & Trailing Spaces Issue on Generated Model Stubs

20 Sep 11:55
Compare
Choose a tag to compare
  • fixed(stub): issue where stub generates with non-default and trailing spaces de6cb88

v0.1.0-3.dev...v0.1.0-4.dev

Fixed: Decorator & Property Indentation

18 Sep 23:29
Compare
Choose a tag to compare
Pre-release
  • fixed(stub): indentation levels e028de0

v0.1.0-2.dev...v0.1.0-3.dev

Fixed: Missing dependency requirement

18 Sep 23:21
Compare
Choose a tag to compare
Pre-release
  • feat(readme): adding note about db type to typescript type mappings 633fa32
  • fixed(deps): move knex-schema-inspector from devDependencies to dependencies 3d12186

v0.1.0-1.dev...v0.1.0-2.dev

Initial Dev Release

18 Sep 23:12
Compare
Choose a tag to compare
Initial Dev Release Pre-release
Pre-release
  • fixed(lint): lint issues 36d8d66
  • feat(package.json): adding repo details 219d86e
  • feat(readme): updated readme 904e17f
  • refactor(relationships): refactoring relationship building into an extractor so that we can gather both sides of the many-to-many 7074065
  • feat(imports): added import extraction and statements 7179d48
  • fixed(relationships): issue where generated foreignKey wasn't unique to a relation d60fbf4
  • wip(stub): working on getting the stubbed relationships added in, need formatting, cleaning up, and to add imports 49538ec
  • refactor(schema): using command's app container to get access to the db instance 9b3b9a0
  • refactor(relationships): simplify parent/child properties to allow method reusability 79e9fa9

b6224f6...v0.1.0-1.dev