8000 Comparing 3.1.0...master · jacomyal/emmett · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed 8000 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: jacomyal/emmett
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: jacomyal/emmett
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 13 files changed
  • 5 contributors

Commits on Jul 17, 2015

  1. Change hexadecimal C2 A0 (latin capital letter A with circumflex and …

    …non-breaking space) to 20 (space)
    mjhasbach committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    d17c44a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from mjhasbach/master

    Fix ASCII Character Bug
    Yomguithereal committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    1aff9cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9886082 View commit details
    Browse the repository at this point in the history
  4. Bump 3.1.1

    Yomguithereal committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    454b58a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

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

Commits on Mar 22, 2019

  1. Cleaner conditional

    iaspin92 authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    66fa45c View commit details
    Browse the repository at this point in the history
  2. Rename index to onceIndex

    iaspin92 authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    1e8b922 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from iaspin92/patch-1

    Handle cases where the once was already remove by a handler function …
    Yomguithereal authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    c3c0071 View commit details
    Browse the repository at this point in the history
  4. Bump 3.1.2

    Yomguithereal committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    5480650 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

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

Commits on Apr 25, 2019

  1. Merge pull request #27 from haroldhues/master

    Remove `const` from recently changed code
    Yomguithereal authored Apr 25, 2019
    Configuration menu
    Copy the full SHA
    90405a2 View commit details
    Browse the repository at this point in the history
  2. Bump 3.1.3

    Yomguithereal committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    5af501f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Type definitions, process update

    Types:
    - Adds TypeScript emmett.d.ts file
    - Types are tested by compiling a TS file that just uses Emmett's API
    - Precise types in code comments (especially regarding Symbols use)
    
    Process:
    - Removes Gulp tasks
    - No more build task at all
    - Tests are directly run through Mocha CLI
    - Use @yomguithereal/eslint-config to lint code and tests
    - Updates README.md
    jacomyal committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    10c8a5d View commit details
    Browse the repository at this point in the history
  2. Always run Symbol tests

    jacomyal committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    04a3fc3 View commit details
    Browse the repository at this point in the history
  3. #28 - Fixes bad case with symbol

    As `for (... in ...)` does not iterate over Symbols in JavaScript,
    `Emitter#off` was not properly working with symbols when called with
    only a handler.
    
    Also adds regression test.
    jacomyal committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    65a6696 View commit details
    Browse the repository at this point in the history
  4. #29 - Fixes bug with symbols and complex handlers

    Also adds regression test.
    jacomyal committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    196f692 View commit details
    Browse the repository at this point in the history
  5. Modernize emmett.js style

    Details:
    - No more self-calling function wrapping the whole code
    - No more crazy exports
    jacomyal committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    30dbfc4 View commit details
    Browse the repository at this point in the history
  6. Bump 3.2.0

    jacomyal committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    145ec24 View commit details
    Browse the repository at this point in the history
Loading
0