Skip to content

Releases: CleverStack/clever-users

Refactored for node-seed >= 1.2.x, peerDependency support, 80% + test coverage including e2e, unit and integration

Choose a tag to compare

@pilsy pilsy released this 19 Jun 12:28
  • fix(users): passwordRecovery fixed and FFC Classes have been refactored and cleaned up
  • refactor(module): firstName, lastName and signup/forgotPassword/confirm fixes
  • refactor(emails): signUp, forgottenPassword and accountConfirmation emails use config instead of hardcoded values
  • refactor(config): Template path and subject are now in the config instead of hard coded values
  • chore(nom): added ignore file
  • fix(controller): Fixed editing of users not correctly updating the session afterwards
  • fix(service): Email config was incorrectly referenced
  • release(1.2.3): Refactored for node-seed >= 1.2.x, peerDependency support, 80% + test coverage including e2e, unit and integration

clever-auth, clever-accounts and clever-roles added as a dependencies

Choose a tag to compare

@pilsy pilsy released this 06 Apr 23:50
  • update(deps): clever-auth, clever-accounts and clever-roles added as a dependency
  • fix(travis): Remove peerDependencies from node_modules until NPM 3
  • release(1.2.2): clever-auth, clever-accounts and clever-roles added as a dependencies

Support for node 0.10, 0.11, 0.12 and iojs + Travis

Choose a tag to compare

@pilsy pilsy released this 17 Mar 13:01
  • fix(tests): UserService and beforeTravis
  • chore(cleanup): Spacing
  • fix(tests): beforeTravis script updated
  • refactor(travis): Target node 0.10, 0.11, 0.12 and iojs
  • feat(travis): Added Roles Module into tests
  • release(1.2.1): Support for node 0.10, 0.11, 0.12 and iojs + Travis

Huge Refactor for 1.2.0

Choose a tag to compare

@pilsy pilsy released this 02 Mar 20:40
  • refactor(users): Module refactored
  • refactor(controller): User controller updated
  • chore(cleanup): UserController
  • fix(lint) predef Promise
  • bump(1.2.0): Latest release

node-seed 1.1.2 Release

Choose a tag to compare

@pilsy pilsy released this 22 Feb 11:15
  • refactor(User): Changes to support node-seed 1.2
  • fix(bundledDependencies): Removed dependency on clever-accounts until cli is patched
  • release(1.1.2): For node-seed 1.2.0 Release

hotfix(seedData): Handle initial installation where UserModel is not defined in the object, released 1.1.1

Choose a tag to compare

@pilsy pilsy released this 14 Feb 04:37
hotfix(seedData): Handle initial installation where UserModel is not …

fix(seed): Data restructured to suit the new modules, released 1.1.0

Choose a tag to compare

@pilsy pilsy released this 14 Feb 04:25
fix(seed): Data restructured to suit the new modules, released 1.1.0

hotfix for loading passport using require instead of the injector

Choose a tag to compare

@pilsy pilsy released this 14 Feb 03:38
  • hotfix(passport): Load passport using require instead of the injector
  • release(1.0.4): hotfix for loading passport using require instead of the injector

Hotfix - Dependency updated to clever-accounts instead of clever-auth

Choose a tag to compare

@pilsy pilsy released this 14 Feb 01:02
  • chore(docs): Removed invalid command
  • release(1.0.3): Dependency updated to clever-accounts instead of clever-auth

Fixed circular dependency and cleaned things up

Choose a tag to compare

@pilsy pilsy released this 13 Feb 23:48
  • fix(deps): Fixing circular dependency
  • refactor(gruntfile): WIP - cleanup
  • fix(fields): Correctly set the max length to suit the typical bytes for that type
  • chore(cleanup): Removed old routes that aren't needed anymore
  • release(1.0.2): Fixed circular dependency and cleaned things up