Skip to content
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: node-formidable/formidable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.10
Choose a base ref
...
head repository: node-formidable/formidable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.11
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 19, 2010

  1. Emit 'progress' event before parsing data

    The 'progress' event is meant to indicate upload progress, not parsing
    progress. This patch puts things into the right order.
    Tim Koschützki authored and felixge committed Dec 19, 2010
    Configuration menu
    Copy the full SHA
    f22993a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2011

  1. Workaround stupid new node feature

    This is only needed for the test suite.
    felixge committed Jan 18, 2011
    Configuration menu
    Copy the full SHA
    62dc04b View commit details
    Browse the repository at this point in the history
  2. Use HTML5 FileAPI properties for File class

    This does not break backwards compatiblity yet, but future
    versions will remove the old property alias.
    
    See: https://github.com/felixge/node-formidable/issues#issue/32
    felixge committed Jan 18, 2011
    Configuration menu
    Copy the full SHA
    29716c1 View commit details
    Browse the repository at this point in the history
  3. Implement lastModifiedDate

    Completes the basic HTML5 API compatibility from a property point of
    view.
    felixge committed Jan 18, 2011
    Configuration menu
    Copy the full SHA
    8507002 View commit details
    Browse the repository at this point in the history
  4. Add changelog to readme

    Not documenting the old releases for now
    
    Also moved Todo into own file
    felixge committed Jan 18, 2011
    Configuration menu
    Copy the full SHA
    2a93def View commit details
    Browse the repository at this point in the history
  5. Compact older releases

    felixge committed Jan 18, 2011
    Configuration menu
    Copy the full SHA
    85b6d13 View commit details
    Browse the repository at this point in the history
  6. Update docs

    felixge committed Jan 18, 2011
    Configuration menu
    Copy the full SHA
    129b51e View commit details
    Browse the repository at this point in the history
  7. Bump version

    felixge committed Jan 18, 2011
    Configuration menu
    Copy the full SHA
    63347d8 View commit details
    Browse the repository at this point in the history
Loading