Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
381 lines (158 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

381 lines (158 loc) · 11.3 KB

4.1.6 (2020-02-11)

Bug Fixes

4.1.5 (2019-05-11)

Bug Fixes

  • Update dependencies for workspace (9c2ca05)

4.1.4 (2019-05-11)

Bug Fixes

4.1.3 (2019-05-03)

Bug Fixes

  • rucken-lib-nestjs: Clear index.ts for entities (c2a5d96)

4.1.2 (2019-05-02)

Bug Fixes

  • Add tsickle in devDependencies for workspace generator (7ee5b91)

4.1.1 (2019-05-01)

Bug Fixes

  • 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)

Features

  • Update dependencies and ionic application template and update method for correct detect latest deps versions (caf5e71)

4.0.4 (2019-04-22)

Bug Fixes

4.0.3 (2019-04-21)

Bug Fixes

  • Add entitiesLibOrg for correct detect lib with entities (f89a09b)
  • Change path to files used as template (5df4e6f)

4.0.2 (2019-04-21)

Bug Fixes

  • Move needed devDependencies to dependencies for correct work (31e0abf)
  • Revert change workspace folder on create (9954391)

4.0.1 (2019-04-20)

Bug Fixes

  • Remove workspace argument from workspace generator (598a252)

4.0.0 (2019-04-20)

Features

3.5.0 (2018-11-17)

Features

  • deps: Update dependencies and refactor templates for it (38cdfb3)

3.4.3 (2018-09-28)

Bug Fixes

  • templates: Update dependencies (539d00f)

3.4.2 (2018-09-24)

Bug Fixes

  • templates: Add gitignore to sources (707108f)

3.4.1 (2018-09-23)

Bug Fixes

  • angular-entity: Change modalItem options name (7606c94)
  • nestjs-template: Add missing import (3698de1)

3.4.0 (2018-09-23)

Bug Fixes

  • 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)

Features

  • angular-entity: Changed create modal options method (e4320ac)
  • deps: Update dependencies (f08eab2)

3.3.1 (2018-09-21)

Bug Fixes

  • nestjs-new-template: Update dependencies and update source for it (e8c76f5)

3.3.0 (2018-09-20)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • generators: Update templates (eaeb81c)
  • generators: Update angular with root dependencies and update templates (0e1c2a7)

3.2.5 (2018-08-31)

Bug Fixes

  • generators: Fix name of module (f5799ca)

3.2.4 (2018-08-31)

Bug Fixes

  • nestjs-new-generator: Change default app name, demo => name (0870869)

3.2.3 (2018-08-31)

Bug Fixes

  • generators: Update rucken dependencies (9ac8283)

3.2.2 (2018-08-30)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • nestjs-new-generator: Update detect db source ext (40cce5f)
  • nestjs-new-generator: Update source for correct deploy with postgres database (cabf186)

Features

  • 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)

Features

  • 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)

Bug Fixes

3.0.7 (2018-08-18)

Bug Fixes

  • entity: Update default angular.json (116201f)

3.0.6 (2018-08-18)

Bug Fixes

  • Rename ext .json to .json and .ts to .ts (4967322)

3.0.5 (2018-08-18)

Bug Fixes

3.0.4 (2018-07-19)

Bug Fixes

  • entity: Update process "fields" array options (81ae50a)

3.0.3 (2018-07-19)

Bug Fixes

  • Move @types/jasmine, jasmine, typescript to devDependencies (658e9e8)

3.0.2 (2018-07-16)

Bug Fixes

  • source: Add builded js and template js files (cb8a08a)

3.0.1 (2018-07-16)

Bug Fixes

  • generators: Add support custom username and email options (69fa21f)

3.0.0 (2018-07-16)

  • First commit