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

V2.0.0 (Closes #7, #61, #67, #73, #77 #102, #103, #106, #120) #118

Merged
merged 60 commits into from
Jul 9, 2017

Commits on Apr 16, 2017

  1. Removed regex and replace string and let it be populated from reload.…

    …js. This may also help reduce confusion when someone looks at the source code
    alallier committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    cdd5fa7 View commit details
    Browse the repository at this point in the history
  2. Modified first parameter to allow for custom websocket port specifica…

    …tion. Check to see if the parameter is a number, if it is configure reload to create and connect to a websocket running on that port, otherwise do the default (use the servers port, from the server being passed).
    alallier committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    392e9d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1c6872 View commit details
    Browse the repository at this point in the history
  4. Fix README indentation

    alallier committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    88eedc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Configuration menu
    Copy the full SHA
    a3c1efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344f2f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. Get rid of date and timezone and other unimportant stuff and leave ju…

    …st time
    Yamboy1 committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    52801bc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. Merge pull request #78 from yamboy1/timestamp

    Add Timestamp
    alallier committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    faf4297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from peterwillis/v2.0.0

    separate configuration of app routing from starting web socket server
    alallier committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    c00ac1a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v2.0.0' of https://github.com/jprichardson/reload into …

    …socketConfig
    
    # Conflicts:
    #	lib/reload.js
    alallier committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    f09d682 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #68 from alallier/socketConfig

    Added the ability to specifying a custom port to run the WebSocket on (Closes #61)
    alallier committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    017f5b8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #86 from yamboy1/travis

    Replace v0.1 and v0.12 with v6 and v7 (stable and dev) (Closes #73)
    alallier committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    7d92922 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Configuration menu
    Copy the full SHA
    a45bde3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a65b4f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Configuration menu
    Copy the full SHA
    c860c9b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Removed all old API arguments and replaced with an object of parameters.

    * Updated README with API changes
    * Updated sample app
    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    0e3660c View commit details
    Browse the repository at this point in the history
  2. Fix standard errors

    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    b58c865 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #101 from alallier/objectParams

    Removed all old API arguments and replaced with an object of parameters. (Closes #77)
    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    04f0deb View commit details
    Browse the repository at this point in the history
  4. Removed server out of params. Now reload just uses port. This allows …

    …the app to become simpler for many reasons:
    
    * Allows for easy setup in an app
    * Removes complex two part function for people who have split up app and server (this reverses #71)
    
    This commit closes #95 as it allows the reload path to be configured, allowing someone to use the `reload` route in their application if they needed outside of reload.
    
    This commit refactors the params again to start with the only required argument app, everything else has defaults and is in an optional object param.
    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    52439ea View commit details
    Browse the repository at this point in the history
  5. Added error when reload is passed no arguments or invalid arguments. …

    …Invalid arguments are checked for to the best of our ability
    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    ececad6 View commit details
    Browse the repository at this point in the history
  6. Wording update on error

    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    f64e8a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5afce10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcc5f2b View commit details
    Browse the repository at this point in the history
  9. Update comments

    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    dc90f80 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #104 from alallier/removeServerAndReplaceWithOnlyPort

    Remove server and replace with only port
    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    38a6231 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'v2.0.0' of https://github.com/jprichardson/reload into …

    …addTableOfContentsToReadme
    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    72aa6ce View commit details
    Browse the repository at this point in the history
  12. Fixing two broken links

    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    3ea2426 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #105 from alallier/addTableOfContentsToReadme

    Add table of contents to README (closes #103)
    alallier committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    6a998b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. This commit:

    * Updates dependencies in reload and the sample app to the latest.
    * Removed death as it was never being used.
    * Added supertest script to call server to express sample app to make things [eaiser](#89 (comment)) to understand.
    * Cleaned up some parts of the `package.json` in the sample app
    alallier committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    d4ff70a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c87cd4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7676512 View commit details
    Browse the repository at this point in the history
  4. * Fixed legacy param checking.

    * Added a new error for legacy params
    * Cached array memeber
    alallier committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    7e605e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #109 from alallier/updateReloadAndSampleAppDepends

    Update dependencies to latest and add `package-lock.json` files
    alallier committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    0e6287f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4e511f View commit details
    Browse the repository at this point in the history
  7. Fixed lint errors

    alallier committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    4cf0ac8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Merge pull request #110 from alallier/fixLegacyParamChecking

    Fix legacy param checking
    alallier committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    3f6c6f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Update new route option, so that it will sanitize and concat the rout…

    …e to allow for the most automatic error prevention
    alallier committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    6799acf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from alallier/concatOnlyRoutePathNotFilename

    Modify new route option, so that it will sanitize route
    alallier committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    b310094 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    34d07b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Abstracted reload call into an index file, to hide the optional 3 par…

    …ameter being used publically. The third argument server is reserved only for the command line use as internal use.
    alallier committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    978f06c View commit details
    Browse the repository at this point in the history
  2. Linting fixes

    alallier committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    da7c480 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #117 from alallier/privatePublicMethod

    Kept and abstracted support for server on command line side only
    alallier committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    62dbd10 View commit details
    Browse the repository at this point in the history
  4. Add node 8 support

    alallier committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    4379ef2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #119 from alallier/addNode8Support

    Add node 8 support (Closes #106)
    alallier committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    e7074f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Configuration menu
    Copy the full SHA
    8535255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4c38a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Updated links in changelog

    alallier committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    cf14949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc8d5fa View commit details
    Browse the repository at this point in the history
  3. Fix broken link

    alallier committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    32ac8eb View commit details
    Browse the repository at this point in the history
  4. Remove diff

    alallier committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    67910bf View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Striped manual collection of connected clients in favor of native sol…

    …ution.
    
    Reload only returns one item in the object, a function called reload that reloads all connected clients
    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    20c8215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58659b9 View commit details
    Browse the repository at this point in the history
  3. Spelling and wording update

    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    5446856 View commit details
    Browse the repository at this point in the history
  4. Fix linting error

    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    46fc195 View commit details
    Browse the repository at this point in the history
  5. Updated CHANGELOG for #121

    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    e970651 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #121 from alallier/refactorReturned

    Audited and refactored return API (Closes #120)
    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    fd5843e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6ac795 View commit details
    Browse the repository at this point in the history
  8. Update spelling errors

    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    b379040 View commit details
    Browse the repository at this point in the history
  9. Wording change in CHANGELOG

    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    90fb34b View commit details
    Browse the repository at this point in the history
  10. Updated deprecated call to writeFile replaced with writeFileSync.

    Also, refactored time into a proper initialized variable
    alallier committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    ca86ea9 View commit details
    Browse the repository at this point in the history