4.1.6 (2020-02-11)
4.1.5 (2019-05-11)
- Update dependencies for workspace (9c2ca05)
4.1.4 (2019-05-11)
- Update dependencies (14e0a82)
4.1.3 (2019-05-03)
- rucken-lib-nestjs: Clear index.ts for entities (c2a5d96)
4.1.2 (2019-05-02)
- Add tsickle in devDependencies for workspace generator (7ee5b91)
4.1.1 (2019-05-01)
- Add html-selector to generator properties (0efdd1f)
- Add scripts to workspace generator (00e9f7e)
- Update dependencies (18be4b6)
- Update nestjs app generator (745245f)
4.1.0 (2019-04-24)
- Update dependencies and ionic application template and update method for correct detect latest deps versions (caf5e71)
4.0.4 (2019-04-22)
- Update dependencies (c4b324d)
4.0.3 (2019-04-21)
- Add entitiesLibOrg for correct detect lib with entities (f89a09b)
- Change path to files used as template (5df4e6f)
4.0.2 (2019-04-21)
- Move needed devDependencies to dependencies for correct work (31e0abf)
- Revert change workspace folder on create (9954391)
4.0.1 (2019-04-20)
- Remove workspace argument from workspace generator (598a252)
4.0.0 (2019-04-20)
- Rewrite all generators (c0bd344)
3.5.0 (2018-11-17)
- deps: Update dependencies and refactor templates for it (38cdfb3)
3.4.3 (2018-09-28)
- templates: Update dependencies (539d00f)
3.4.2 (2018-09-24)
- templates: Add gitignore to sources (707108f)
3.4.1 (2018-09-23)
- angular-entity: Change modalItem options name (7606c94)
- nestjs-template: Add missing import (3698de1)
3.4.0 (2018-09-23)
- nestjs-generator: Remove authConfig, change it to coreConfig (3fe43f3)
- nestjs-generator: Remove execute default guard check for access (85edaa4)
- nestjs-template: Restore run default canActivate in AccessGuard (3fab4ef)
3.3.1 (2018-09-21)
- nestjs-new-template: Update dependencies and update source for it (e8c76f5)
3.3.0 (2018-09-20)
- angular-entity: Update configs-provider script (0124906)
- angular-new-template: Update dependencies (1e884f3)
- angular-template: Move title from template to component Class (b37e5d2)
- templates: Add gitignore to template (d006014)
- angular-template: Move used entryComponents to @Input properties and comment duplicate code in classes (ad96e07)
- angular-template: Update dependencies and fixtures for test (dc7a303)
3.2.6 (2018-09-16)
- generators: Update templates (eaeb81c)
- generators: Update angular with root dependencies and update templates (0e1c2a7)
3.2.5 (2018-08-31)
- generators: Fix name of module (f5799ca)
3.2.4 (2018-08-31)
- nestjs-new-generator: Change default app name, demo => name (0870869)
3.2.3 (2018-08-31)
- generators: Update rucken dependencies (9ac8283)
3.2.2 (2018-08-30)
- angular-entity-generator: Add default "undefined" value for model property (a81419d)
- generators: Update @rucken/cli version (1598e9e)
- nestjs-new-generator: Update start:dev script (0a9cbcd)
3.2.1 (2018-08-30)
- nestjs-entity-generator: Update temp nestcli.json content for detect core and auth modules (aa4340d)
- nestjs-new-generator: Fix detect sqlite database on production mode (4b103c5)
3.2.0 (2018-08-29)
- nestjs-new-generator: Update detect db source ext (40cce5f)
- nestjs-new-generator: Update source for correct deploy with postgres database (cabf186)
- nestjs-new-generator: Add deploy to Postgres on heroku (4305efd)
- nestjs-new-generator: Update start:prod and start to run with pm2 (c3ec750)
3.1.0 (2018-08-23)
- nestjs: Add generator for create backend on nestjs (cb02fe4)
- nestjs: Add generator for create dto, entity, service and controller for backend on nestjs (3221c45)
- nestjs: Add migration for generator to create entity (d6cb91f)
3.0.8 (2018-08-18)
- Update source (56c91db)
3.0.7 (2018-08-18)
- entity: Update default angular.json (116201f)
3.0.6 (2018-08-18)
- Rename ext .json to .json and .ts to .ts (4967322)
3.0.5 (2018-08-18)
3.0.4 (2018-07-19)
- entity: Update process "fields" array options (81ae50a)
3.0.3 (2018-07-19)
3.0.2 (2018-07-16)
- source: Add builded js and template js files (cb8a08a)
3.0.1 (2018-07-16)
- generators: Add support custom username and email options (69fa21f)
- First commit