Releases: adocasts/generate-models
Releases · adocasts/generate-models
Fixed: Non-Default & Trailing Spaces Issue on Generated Model Stubs
- fixed(stub): issue where stub generates with non-default and trailing spaces de6cb88
Fixed: Decorator & Property Indentation
- fixed(stub): indentation levels e028de0
Fixed: Missing dependency requirement
Initial Dev 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