Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module pattern refactor #44

Merged
merged 13 commits into from
Apr 6, 2016
Merged

Module pattern refactor #44

merged 13 commits into from
Apr 6, 2016

Commits on Apr 5, 2016

  1. Initial implementation of refactor to module pattern, still need to g…

    …et karma to work and probably set up coverage reporting again.
    zakhenry committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    e72993b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6692938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a9209c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    83978c5 View commit details
    Browse the repository at this point in the history
  2. Fixed all tests by changing the pattern to not use a single instances…

    … of the auth service for testing, fixed lodash typings to use v4, fixed instances of _.invoke that is now renamed to _.invokeMap.
    zakhenry committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    5652ead View commit details
    Browse the repository at this point in the history
  3. Fixed travis setup

    zakhenry committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    900d55f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    475e000 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69369a7 View commit details
    Browse the repository at this point in the history
  6. Added build/dev webpack configs, updated package scripts to use webpa…

    …ck for compilation, removed gulpfile dependency on bower.json
    zakhenry committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    4ef05c8 View commit details
    Browse the repository at this point in the history
  7. Completed implementation of gulpfile to handle the new module pattern…

    …, ignored dist dir, implemented travis deployment with pr-bumper checker, reverted package name, removed redundant webpack configs, updated examples & readme
    zakhenry committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    103cb1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00293fa View commit details
    Browse the repository at this point in the history
  9. #MAJOR#

    Finalised module release with update to readme and version bump directive in commit
    zakhenry committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    1fe5836 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2890a5a View commit details
    Browse the repository at this point in the history