63 Commits (6e60874c6d6adb8f405122a8a2041c347501b161)
 

Author SHA1 Message Date
Luke Childs 6e60874c6d Keep XO happy 8 years ago
Luke Childs dc1803ad88 Get module name from package.json 8 years ago
Luke Childs 033561a2cf Use rollup for build 8 years ago
Luke Childs 2a9f9d860e Use es2015 module syntax for src 8 years ago
Luke Childs d1ee9c5bb2 1.2.5 8 years ago
Luke Childs bb31bc9074 Fix already loaded callback test to work with new callback functionality 8 years ago
Luke Childs 2790d23d8a Resolve promise instantly 8 years ago
Luke Childs 615e698284 1.2.4 8 years ago
Luke Childs 5baedd27e9 Mention Promise still resolves if DOM is already loaded 8 years ago
Luke Childs b8e9e412c7 Add browser compatibility 8 years ago
Luke Childs 3da2d51722 Reword tests to make it clear they run after DOMContentLoaded 8 years ago
Luke Childs 41481f8bf4 Reword tests: window => document 8 years ago
Luke Childs 6a81082c10 1.2.3 8 years ago
Luke Childs edd56d68a5 Transpile with source maps before tests 8 years ago
Luke Childs 216961109d Transpile with babel for IE and Safari 8 years ago
Luke Childs 93c5b15b2b 1.2.2 8 years ago
Luke Childs 9aa30eb07b Use require over import in node example 8 years ago
Luke Childs 08a7d7aca5 1.2.1 8 years ago
Luke Childs 04ad2481cd Reorganise readme headers 8 years ago
Luke Childs d2139b709f 1.2.0 8 years ago
Luke Childs 1284c58701 Make sure callback always executes async 8 years ago
Luke Childs aa0595325b Link to our tests for test example 8 years ago
Luke Childs 9530f7d4da Promise then formatting 8 years ago
Luke Childs c57db9096d 1.1.0 8 years ago
Luke Childs 9f3947dfe0 Add npm version badge 8 years ago
Luke Childs 5ddece3801 Reword .resume desc 8 years ago
Luke Childs a8205a712c Promsise then on newline 8 years ago
Luke Childs 21c3918bfd Too many "too"'s 8 years ago
Luke Childs 85a14786e1 1.0.1 8 years ago
Luke Childs ababb08973 Update description 8 years ago
Luke Childs 08d8538f04 fnDOM => fnDom 8 years ago
Luke Childs 00063a432a Mention Promise chain helper in main description 8 years ago
Luke Childs d08b9d73fc 1.0.0 8 years ago
Luke Childs 96e6928884 data => val 8 years ago
Luke Childs adc387bfcd Test Promise chain helper passes value through 8 years ago
Luke Childs 73e6ee2b21 Add type test for whenDomReady.resume 8 years ago
Luke Childs b60256fee5 Oops 8 years ago
Luke Childs 42f1bdc0dc loaded => ready 8 years ago
Luke Childs 9989eb867c Reword resume description 8 years ago
Luke Childs ae0e947e12 whenDomReady.wait() => whenDomReady.resume() 8 years ago
Luke Childs 244090cb24 domLoaded => whenDomReady 8 years ago
Luke Childs 0cf5f0d8fa Document Promise chain helper method 8 years ago
Luke Childs 7b3d58e1a8 Add Promise chain helper method 8 years ago
Luke Childs e526c8a067 0.1.0 8 years ago
Luke Childs 623721d8c6 Document pure usage 8 years ago
Luke Childs 8f362a9faf Add usage exmaple to readme 8 years ago
Luke Childs edeb1b823e Add pure keyword 8 years ago
Luke Childs 013d020bef Test DOMContentLoaded event 8 years ago
Luke Childs c43d969b74 Test passing in document 8 years ago
Luke Childs a6ff132b66 Use window.document rather than document 8 years ago