Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: StanAngeloff/lotte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.2-2
Choose a base ref
...
head repository: StanAngeloff/lotte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 7, 2012

  1. Emit 'compile' to allow hooks to modify the code before it's compiled.

    This commit allows a hook to modify the contents of the file being
    compiled. That can be used to process directives, such as custom
    require's, etc.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    4c9d441 View commit details
    Browse the repository at this point in the history
  2. Add (verified) support for PhantomJS 1.6.x.

    All available tests run under that version.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    1189ae6 View commit details
    Browse the repository at this point in the history
  3. "path.exists is now called fs.exists." OK, got it.

    This commit bumps the required Node.js version to >=0.8. As a result, we
    need to take care of some deprecation warnings such as the one listed in
    the subject of this commit.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    8a49077 View commit details
    Browse the repository at this point in the history
  4. Bump dependencies versions in package.json and address deprecations.

    This commit tracks the latest versions of dependencies listed in
    package.json. As a result of the upgrade, the Express server in
    test/server.js had to be updated as well.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    4ab5679 View commit details
    Browse the repository at this point in the history
  5. Drop 'findit' and use 'walkdir', support Windows.

    This commit drops 'findit' as it has issues running on Windows, see https://github.com/substack/node-
    findit/issues/5
    
    'walkdir' works around this issue by not using the inode value of a file
    if it's not supplied by Node.js.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    74aee9c View commit details
    Browse the repository at this point in the history
  6. Bump version.

    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    d966ad7 View commit details
    Browse the repository at this point in the history
Loading