Knowing the thinking behind the code, discussing with other developers, and working together on great projects.
Adds support for nested chalk expressions, by @jbnicolai
Landed! Excellent work sir. This is the best PR I've gotten in a long while. -- @sindresorhus
Performance optimizations, by @jbnicolai
Amazing. This is perfect. Landed. Thanks so much for looking into this 💃 -- @sindresorhus
fix caching of styles, by @seanmonstar
Fantastic pull-request! 🌟 -- @jbnicolai
The best use-case of Object.prototype.__proto__
. This is usually considered bad. However, due to the algorithm it's used in such particular use-case, this implementation is faster than other solutions. Check out the excellent explanation!
Structuring reducers page, by @markerikson
This looks great, amazing effort! -- ellbee
add examples with Flowtype support + libdefs for redux and react-redux, by @gcanti
OK, we've got @MarcoPolo, @aaronjensen, and @alexeygolev all saying this looks good. So, it's on you 3 if the community gets out their pitchforks 🔥 😈 -- @timdorr
add observable proposal interop to store, by @blesh
Looking great. Will cut a release tomorrow. -- @gaearon
Show React events in the timeline when ReactPerf is active, by @gaearon
Don't wrap text in elements, by @mwiencek
This looks great. Thank you so much! -- @spicyj
Clean up the headers to indicate a file was added/removed/modified, by @scottchiefbaker
lookin sharp. merging… -- @paulirish
deps: update V8 to 5.4, by @targos
Landed in d2eb7ce...91b4094 -- @targos
Optimisations, by @neytema
But yes, impressive as heck! -- @isaacs
Make modules Browserify compatible, by @bclinkinbeard
This PR was not merged but this leads to great discussion how to better support both newer and older module systems. In the early days angular and it's submodules were not common.js compatible. Angular, instead, had it's own module system with dependency injection. @bendrucker took the initiative and manually update all modules to be require
able. Also see this blog post.
Add v8_inspector support, by @ofrobots
consistent owner for stateless component, by @yiminghe
I guess this fix is correct. The logic here is very confusing though -- @spicyj
Fix unmounting performance regression in V8, by @gaearon
dogscience -- @spicyj
🦄 Utilize glob ignore option for massive perf win 🦄, by @samccone
Add typescript definition, by @kaorun343
Thanks for the hard work! -- @yyx990803
Update bootstrap command, by @rygine
Thanks for your patience and work on this one! -- @hzoo
add options for different parser/generator, by @hzoo
Support Node-like module loaders, by @isaacs
Great! -- @rwaldron
Generate SimpleEventPlugin data structures at runtime, by @vjeux
(Accepted for the historical record.) -- @spicyj
Add jsxFactory compiler option, by @bradleyayers
Avoid lazy parsing by adding parens around factory, by @bmaurer
To the extent possible under law, Steve Mao has waived all copyright and related or neighboring rights to this work.