-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: jacomyal/emmett
base: 3.1.0
head repository: jacomyal/emmett
compare: master
- 18 commits
- 13 files changed
- 5 contributors
Commits on Jul 17, 2015
-
Change hexadecimal C2 A0 (latin capital letter A with circumflex and …
…non-breaking space) to 20 (space)
Configuration menu - View commit details
-
Copy full SHA for d17c44a - Browse repository at this point
Copy the full SHA d17c44aView commit details -
Merge pull request #24 from mjhasbach/master
Fix ASCII Character Bug
Configuration menu - View commit details
-
Copy full SHA for 1aff9cb - Browse repository at this point
Copy the full SHA 1aff9cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9886082 - Browse repository at this point
Copy the full SHA 9886082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454b58a - Browse repository at this point
Copy the full SHA 454b58aView commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dea8796 - Browse repository at this point
Copy the full SHA dea8796View commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 66fa45c - Browse repository at this point
Copy the full SHA 66fa45cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8b922 - Browse repository at this point
Copy the full SHA 1e8b922View commit details -
Merge pull request #26 from iaspin92/patch-1
Handle cases where the once was already remove by a handler function …
Configuration menu - View commit details
-
Copy full SHA for c3c0071 - Browse repository at this point
Copy the full SHA c3c0071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5480650 - Browse repository at this point
Copy the full SHA 5480650View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8e475dc - Browse repository at this point
Copy the full SHA 8e475dcView commit details
Commits on Apr 25, 2019
-
Merge pull request #27 from haroldhues/master
Remove `const` from recently changed code
Configuration menu - View commit details
-
Copy full SHA for 90405a2 - Browse repository at this point
Copy the full SHA 90405a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af501f - Browse repository at this point
Copy the full SHA 5af501fView commit details
Commits on Feb 17, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 10c8a5d - Browse repository at this point
Copy the full SHA 10c8a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a3fc3 - Browse repository at this point
Copy the full SHA 04a3fc3View commit details -
#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.
Configuration menu - View commit details
-
Copy full SHA for 65a6696 - Browse repository at this point
Copy the full SHA 65a6696View commit details -
#29 - Fixes bug with symbols and complex handlers
Also adds regression test.
Configuration menu - View commit details
-
Copy full SHA for 196f692 - Browse repository at this point
Copy the full SHA 196f692View commit details -
Details: - No more self-calling function wrapping the whole code - No more crazy exports
Configuration menu - View commit details
-
Copy full SHA for 30dbfc4 - Browse repository at this point
Copy the full SHA 30dbfc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 145ec24 - Browse repository at this point
Copy the full SHA 145ec24View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.1.0...master