Skip to content

Latest commit

 

History

History
356 lines (164 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

356 lines (164 loc) · 13.6 KB

1.0.12 (2019-05-10)

Bug Fixes

  • Downgrade class-transformer to 0.2.0 (2146552)

1.0.11 (2019-05-10)

Bug Fixes

1.0.10 (2019-04-01)

Bug Fixes

1.0.9 (2019-03-23)

Bug Fixes

1.0.8 (2019-03-10)

Bug Fixes

1.0.7 (2019-03-09)

Bug Fixes

  • Add isolated entities for migrations (850ad8f)
  • Update dependencies (7d000cf)

1.0.6 (2019-03-05)

Bug Fixes

  • Move check demo mode to controllers (1024d46)

1.0.5 (2019-03-04)

Bug Fixes

  • Change modules for correct import providers (bc5cf18)
  • Update dependencies (fcf75c3)

1.0.4 (2019-02-26)

Bug Fixes

  • Remove AuthUser, update scripts for correct work with external lib migrations (b64a1bc)

1.0.3 (2019-02-25)

Bug Fixes

  • Add AuthUser for correct run migration with relation from OauthTokensAccesstoken to User (d4ba974)

1.0.2 (2019-02-25)

Bug Fixes

  • Update dependencies for @rucken/auth-nestjs (9067eb5)

1.0.1 (2019-02-25)

Bug Fixes

1.0.0 (2019-02-23)

Bug Fixes

  • Move AccessGuard on auth module for correct work NestJS DI and custom passport strategies (77aba8f)

Features

  • Update folders and files structures for work with nx mono repo template (e860da1)

0.8.7 (2019-02-11)

Bug Fixes

0.8.6 (2019-01-12)

Bug Fixes

  • Remove map all fields on profile update (997e1cf)
  • Update dependencies (b9c7c5e)

0.8.5 (2018-12-10)

Bug Fixes

  • Update dependencies (60654eb)
  • deps: Update dependencies (c9d6d3c)
  • user: Add check user name and email on update profile, create and update user (ab770a7)

0.8.4 (2018-11-17)

Bug Fixes

  • auth: Remove disabled error check exists email and username (ce74e77)
  • auth: Remove twice called signup action rucken/todo-nestjs#2 (60c0e3d)
  • deps: Update dependencies (6891fa1)
  • user: Update constraints first_name and last_name set isNullable: true (53bc4bb)

0.8.3 (2018-09-28)

Bug Fixes

0.8.2 (2018-09-23)

Bug Fixes

  • auth: Remove authConfig, change it to coreConfig (7cbc128)
  • auth: Restore run default canActivate in AccessGuard (1835e09)
  • core: Remove execute default guard check for access (88a90a4)

0.8.1 (2018-09-21)

Bug Fixes

  • deps: Update dependencies and update source for it (f997968)

0.8.0 (2018-08-31)

Bug Fixes

  • Change token name GOOGLE_CONFIG_TOKEN => GOOGLE_PLUS_CONFIG_TOKEN (1f3e7de)
  • auth: Add correct host name for generate redirect_uri (7302066)
  • auth: Add protocol for detect host if origin is not set (4e40ce8)
  • ci: Update source for correct deploy with postgres database (af58791)
  • core: remove duplicate check (fee5e6a)
  • db: Update detect db source ext (7704d16)
  • db: Update detect sqlite database on production mode (db53919)

Features

  • auth: Add info action and remove bad migrations (e60b8e9)
  • db: Add deploy to Postgres on heroku (#8) (7ed0756)

0.7.0 (2018-08-12)

Bug Fixes

  • Change token name GOOGLE_CONFIG_TOKEN => GOOGLE_PLUS_CONFIG_TOKEN (1f3e7de)
  • auth: Add correct host name for generate redirect_uri (7302066)
  • auth: Add protocol for detect host if origin is not set (4e40ce8)

Features

  • auth: Add info action and remove bad migrations (e60b8e9)

0.6.0 (2018-08-05)

Bug Fixes

  • auth: Add catch facebookSignIn errors (e5fde9b)

Features

  • auth: Add auth module and add local, jwt, facebook authorization with passport (ff66ae3)
  • auth: Add google auth controller action and reformat all source files (387e22e)

0.5.0 (2018-07-30)

Features

  • deps: Update dependencies and refactor code for it (d138b29)

BREAKING CHANGES

  • deps: Set the package's minimum required NestJS 5.1.0

0.4.1 (2018-04-27)

Bug Fixes

  • errors: Change output of validation errors (f166a3b)
  • front: Update dependencies (a39617b)
  • front: Update dependencies (c66ccf7)
  • front: Update frontend (15a4fe7)

0.4.0 (2018-04-22)

Bug Fixes

Features

  • services: Change attributes of methods services for work with database (9c791f1)

0.3.0 (2018-04-21)

Bug Fixes

  • custom-exception: Add render index.html if request error with browser (f54f5c3)
  • front: Remove useHash in routes (bf01bf0)
  • migrations: Add migration for init database (8a05162)
  • user.entity: Add default value = false for boolean fields (2fab7da)
  • user.entity: Add transforms to boolean for bool property (1f97ae3)

Features

  • demo-mode: Add demo mode, only add new data, update and delete not allowed in this mode (d4c861a)

0.2.0 (2018-04-15)

Bug Fixes

  • access.guard: Ignore controller methods if not set @Roles and @Permissions (07efd21)
  • account.service: Remove regenerate token for "info" method, move it to "refresh" method (040e16b)
  • acoount.controller: Remove use dto from service (8a97bc2)
  • ci: Change postinstall to heroku-postbuild (7bf80ae)
  • controllers: Add sort by id desc for all entities (f4032cb)
  • controllers: Change mode for make query for db in loadAll to createQueryBuilder (f80c543)
  • controllers: Fix requests for rucken (afe4933)
  • controllers: Move logic to services (ae973ce)
  • controllers: OrderBy error in query created with QueryBuilder (e770923)
  • controllers: Update for rucken (5076527)
  • custom.error: Change "message" property to "nonFieldErrors" for no validation errors (32f01fe)
  • custom.error: Remove duplicated variable (25fb318)
  • dto: Update dto and response for rucken (a26be4d)
  • dto: Update dto based on user entities (8b62775)
  • filters: Add debug mode for all errors handlers (efc0c53)
  • front: Manual update for correct work (7adbb1f)
  • user.entity: Add check group exists (2e2fdb1)
  • user.entity: Ignore change password if not set (d0328f6)
  • users.controller: Fix permission name for read (1f9c1ac)
  • Correct calc totalPages with Math.ceil (6fde315)

Features

  • db: Add frontend permissions for navigate, rename old migration file (5819df1)
  • dto: Change login, register and update profile dtos (019f399)
  • front: Add frontend based on rucken template (8fba23d)
  • front: Add new fronted #6 (f32d869)
  • front: Update fronted to new rucken (a93e535)
  • server: Add cors support (17c7e97)
  • service: Add sort query parameter #10 (5bfe10b)