touchwayutilities README
This extension automatizes prototyping steps for Angular 7.x.
Features
0.6.18
- Added SQLite connector in order to generate prototypes directly from a SQLite database file
0.6.17
- Fixed SQLite definition (missing quotes in CREATE statement)
0.6.15
- Fixed option to choose if to use getter/setter or normal variables (on JSON input)
0.6.14
- Added option to choose if to use getter/setter or normal variables
0.6.12
- Fixed FK generation
- Updated prototype base template
0.6.11
- Modified CREATE TABLE statement
- Throw error on corrupt N:M definitions
0.6.10
- Added __ForeignKeys(), __NMKeys()
0.6.9
- Fixed Iterator symbol in GenericList
0.6.8
- Added way to exclude n:m tables
- Added __PrimaryKey() property in order to get the primary key of prototype
0.6.7
- Fixed prototype generation on n:m tables (symbling column)
0.6.6
- Extended n:m & 1:m analysis
0.6.5
- Improved foreign key detection
0.6.4
- Add static __Types field to TWPrototypes
- Improved variables generation (only valid var names)
0.6.3
- Added SQL to JSON feature
- Added SQL to Prototype feature
- Implmeneted utility methods for prototype creation (compare differences, cloning, translation helpers, toJSON (object reflection)...)
0.6.1
- Added possibility to specify root prototype name
| |