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

Latest commit

 

History

History
821 lines (351 loc) · 23.9 KB

File metadata and controls

821 lines (351 loc) · 23.9 KB

4.1.6 (2020-02-11)

Bug Fixes

  • Update @rucken/schematics version (acbadf6)

4.1.5 (2019-05-11)

Bug Fixes

  • Update dependencies for work space (859d497)

4.1.4 (2019-05-11)

Bug Fixes

4.1.3 (2019-05-03)

Bug Fixes

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

4.1.2 (2019-05-02)

Bug Fixes

  • Add tsickle in devDependencies for workspace generator (2a98282)

4.1.1 (2019-05-01)

Bug Fixes

4.1.0 (2019-04-24)

Features

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

4.0.2 (2019-04-24)

Bug Fixes

  • Add on install check exists patching file (3b45138)
  • Update dependencies (b60a288)

4.0.1 (2019-04-23)

Bug Fixes

  • Add new type "all" in all generators (6569968)
  • Add run prepare after work generators (6a3c0c5)
  • Add support auto create apps and libs with prefix "-ionic" "-web" "-nestjs" (f821859)

4.0.0 (2019-04-21)

Bug Fixes

Features

  • Add generator for applications and libraries (8decaf7)
  • Add generator for entity (9a1bdc0)
  • Add generators for link entities and libraries to application (8e6f4ce)
  • Remove all generators, add workspace generator (cb6dcae)

3.3.4 (2019-04-09)

Bug Fixes

  • Update dependencies (c8798fc)
  • Update paths for detect executable external js libs (#92) (fcd7de3)

3.3.3 (2019-02-12)

Bug Fixes

  • make-ts-list: Add "environment*" to excludes (54f9e3d)

3.3.2 (2019-02-12)

3.3.1 (2019-02-12)

3.3.0 (2018-11-17)

Bug Fixes

  • nestjs-generators: Add time options for change date time of migration generated for new entity (bb821cc)

Features

  • deps: Update dependencies (9e375c1)

3.2.3 (2018-09-28)

Bug Fixes

  • deps: Update dependencies (1deeafd)

3.2.2 (2018-09-24)

Bug Fixes

  • deps: Update dependencies (3e0ac40)

3.2.1 (2018-09-23)

Bug Fixes

  • deps: Update dependencies (edec746)

3.2.0 (2018-09-22)

Features

  • schematics: Add support use external and project schematics collections (ef1c21d)

3.1.5 (2018-09-20)

Bug Fixes

  • deps: Update dependencies (ef06274)

3.1.4 (2018-09-17)

Bug Fixes

  • deps: Update dependencies (6c8e853)

3.1.3 (2018-08-31)

Bug Fixes

  • generators: Update resolve path for correct run schematics.js (1de3944)

3.1.2 (2018-08-31)

Bug Fixes

  • Update @rucken/schematics (a972dcd)

3.1.1 (2018-08-31)

Bug Fixes

  • Add postinstal script to npm build (f4d6dac)

3.1.0 (2018-08-30)

Features

  • generators: Add generator for create dto, entity, service and controller for NestJS backend (fda37ba)
  • generators: Add generator for create empty NestJS backend application (f783954)
  • generators: Add generator for create full fullstack project Angular7+ and NestJS (bcce815)
  • generators: Change name: new->new:angular and entity->entity:angular (210dde0)

3.0.2 (2018-08-18)

Bug Fixes

3.0.1 (2018-07-19)

Features

  • generators: Add generator "Entity" for create entity and all ui components for work in application on rucken template (5ba529c)
  • generators: Add generator "New" for create new application on rucken template (ffa90ee)

3.0.0-rc.4 (2018-07-09)

Bug Fixes

  • translate: Update path to run ngx-translate-extract (cd180d4)

3.0.0-rc.3 (2018-07-09)

  • deps: Move used deps to "dependencies" place

3.0.0-rc.2 (2018-07-09)

Bug Fixes

  • deps: Downgrade typescript version (4d5ea5f)

3.0.0-rc.1 (2018-07-09)

Bug Fixes

  • make-ts-list: Add public_api.ts and test.ts to default exclude mask (266e18c)
  • preapre: Correct work with async await array (5739167)
  • prepare: Add app subfolder for make index.ts (679b546)
  • translate: Validate and update incorrect json data from translate (9753c30)

Performance Improvements

2.0.6 (2018-04-27)

Bug Fixes

  • web-app-empty: Update rucken dependencies (05cbb91)
  • web-empty: Remove disabled modal with grid (a186e48)

2.0.5 (2018-04-26)

Bug Fixes

  • web-app-empty: Update rucken dependencies (9aabdf1)

2.0.4 (2018-04-25)

Bug Fixes

  • srcgen: Update for new version of rucken (ecd727c)

2.0.3 (2018-04-22)

Bug Fixes

  • srcgen: Remove duplicated imports from modules for "web-entity" template (6a58cdd)

2.0.2 (2018-04-21)

Bug Fixes

  • web-entity: Add MessageService to all grid components (11184b8)

2.0.1 (2018-04-19)

Bug Fixes

  • srcgen: Update all template files and fix project init from agular-cli.json (f0706df)
  • srcgen: Add ".gitignore" file to template "web-app-empty" (fd2f57a)
  • srcgen: Add usage permissions for "web-page" template (5a1a87f)
  • srcgen: Change "extends" to "implements" for entity model (d328155)

2.0.0 (2018-04-19)

Bug Fixes

  • srcgen: Fix file names for "web-entity" script (524a15b)

Features

  • srcgen: Change "web-grid" to "web-entity" and update template for rucken@2.0.0 (43f8eea)
  • srcgen: Update "web-app-empty" template for rucken@2.0.0 (4792340)
  • srcgen: Update "web-frame" template for rucken@2.0.0 (553ce59)
  • srcgen: Update "web-page" template for rucken@2.0.0 (1cc96ba)
  • srcgen: Update "web-page+frame" template for rucken@2.0.0 (11aa28f)

1.8.7 (2018-04-14)

Bug Fixes

  • base: Add check for null stout and stderr on output to console (39a5296)

1.8.6 (2018-04-11)

Bug Fixes

  • deps: Update dependencies (5c650bc)

1.8.5 (2018-03-19)

Bug Fixes

  • deps: Update dependencies (cb213d9)

1.8.4 (2018-02-14)

Bug Fixes

  • commands: Fix detect folder of rucken (bc293c2)
  • deps: Update package-lock.json (1c4a90f)
  • srcgen: Change path to srcgen (523067a)

1.8.3 (2018-02-13)

Bug Fixes

  • deps: Update dependencies (a2f4033)
  • web-app-empty: Update dependencies (e33dc45)

1.8.2 (2018-02-07)

Bug Fixes

  • deps: Downgrade typescript version to 2.5.3 (f5ff10b)

1.8.1 (2018-02-07)

Bug Fixes

  • srcgen: Add support generics on generate index.ts list of used files (aca940b)

1.8.0 (2018-01-27)

Features

  • srcgen: Add SSR to "web-app-empty" (f77b6b8)

1.7.7 (2018-01-25)

Bug Fixes

  • srcgen: Fix write wrong field names on grid generator (afc1faa)

1.7.6 (2018-01-24)

Bug Fixes

  • deps: Remove no used dependencies (828f201)
  • modals: Fix errors on get item from null array (06a1ed4)
  • srcgen: Exclude all files from index.ts contains server (925ce45)
  • ssr: Exclude detect app is app on scan ".angular-cli.json" if platform=server (48f3a2d)

1.7.5 (2018-01-17)

Bug Fixes

  • srcgen: Add search srcgen in other folders (4313d93)

1.7.4 (2018-01-15)

Bug Fixes

1.7.3 (2018-01-12)

Bug Fixes

  • srcgen: Update "web-app-empty" templates (6347089)

1.7.2 (2018-01-12)

Bug Fixes

  • base: Move updateDependencies to prepare command and fix it (79ee0cc)
  • srcgen: Update html for "web-grid" scaffold script (d07adf5)

1.7.1 (2018-01-11)

Bug Fixes

  • base: Add set peerDependencies from dependencies (647d3c9)

1.7.0 (2018-01-11)

Bug Fixes

  • styles: Remove custom styles like "app-grid-...." and others (ab37f17)

Features

  • base: Add updateDependencies method and run it after dist npm link (b1271be)
  • ng-package: Replace ngm-cli to ng-packagr (9b5aa1f)

1.5.6 (2017-12-20)

Bug Fixes

  • commandRunner: Add check stderr for output for detect status (d159580)

1.5.5 (2017-12-14)

Bug Fixes

  • srcgen: Update scripts for web-app template (8cc2449)

1.5.4 (2017-12-14)

Bug Fixes

  • base: Fix add BaseAppModule to index.ts on makeTsList method (bc2b206)

1.5.3 (2017-12-14)

Bug Fixes

  • srcgen: Add "BaseAppModule" to generated index.ts (6897545)

1.5.2 (2017-12-14)

Bug Fixes

  • command: Add extends options to run multi commands (c646389)

1.5.1 (2017-12-14)

Bug Fixes

  • commands: Fix error with pass options to object from command (60183c6)

1.5.0 (2017-12-13)

Bug Fixes

  • base: Add run makeTsList twice (23f45ff)
  • generators: Fix errors in templates web page and frame generators (f66c7b4)
  • generators: Fix paths (eb40832)
  • generators: Fix small errors on application generator (bc572a2)
  • generators: Rename app template folder (facdda6)
  • refactor: Update and rename files and folder (33c6e1b)

Features

  • generator: Add frame generator (7f37b05)
  • generators: Add base empty application based on rucken template (07d1e56)
  • generators: Add page generator (06f6fe9)
  • generators: Add page+frame generator (2541bcf)

1.4.1 (2017-12-07)

Bug Fixes

  • deps: Update dependencies (4282bb6)

Features

  • grid-generator: Add options for run grid generator (a11b9a1)

1.4.0 (2017-12-06)

Bug Fixes

  • base: Add dest folder attribute to run srcgen (5061d89)
  • grid-generator: Change paths to libs (3d6039d)
  • grid-generator: Change rootPath (d121e25)
  • grid-generator: Fix errors on templates and in method for generate (9f4282f)
  • tests: Add remove generated files to test grid-generator (a6d5d6a)
  • tests: Add test for grid generator (852dd81)

Features

  • generator: Add generator for model, service, grid, lookup input and modals (6e5ca68)

1.3.4 (2017-12-04)

Bug Fixes

  • app: Change path for run installed @rucke/cli from another application (8235d36)

1.3.3 (2017-12-04)

Bug Fixes

  • app: Change binPath for run cli from another application (c9ec0cb)

1.3.2 (2017-12-04)

Bug Fixes

  • base: Add run srcgen with @rucken/cli folder for cwd (2feadd0)
  • deps: Update dependencies and refactor for it (fb38039)

1.3.1 (2017-12-03)

Bug Fixes

  • deps: Downgrade angular and typescript version to stable (fffc93a)

1.3.0 (2017-12-03)

Bug Fixes

  • base: Add to --link command run linkNpmClear after run (e49ced0)

Features

  • app: Add changeMetaInIndex for prepare app, to write version of package in index.html (05b4c01)

1.2.4 (2017-12-02)

Bug Fixes

  • commands: Add --verbose attribute if set on main (42ce1aa)

1.2.3 (2017-12-01)

Bug Fixes

  • Add detect bin path of rucken for run with commands (e1c4a2f)

1.2.2 (2017-12-01)

Bug Fixes

  • deps: Update dependencies (16284a5)

1.2.1 (2017-12-01)

Bug Fixes

  • Remove bin folder from gitignore (402ec66)

1.2.0 (2017-12-01)

Bug Fixes

  • base: Change cwd folder for run console commands (fd1fd62)
  • files: Remove builded files (981d479)
  • refactor: Change attributes to one attribute as options object (d7d70a9)

Features

  • base: Add run multi commands (f480ee4)

1.1.0 (2017-11-29)

Bug Fixes

  • test: Add build module before run console tests (8618182)
  • test: Add check DEBUG mode in run test (63d7a5b)
  • tests: Add set DEBUG from environment (8009f02)
  • travis: Add travis config file (125afec)

Features

  • debug: Add colored logger, change path to run srcgen (2256158)