58 Commits (sync-promise)
 

Author SHA1 Message Date
Luke Childs 7f4612bb36 Fix already loaded callback test to work with new callback functionality 8 years ago
Luke Childs 121dcad95a 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
Luke Childs 7a47a36652 Allow doc to be passed in as the lone first param 8 years ago
Luke Childs 3ac5b44ac1 Make function pure by allowing doc to be passed in 8 years ago
Luke Childs e6b3f31632 Tests should be async 8 years ago
Luke Childs 8a7b75b6b9 Test domLoaded Promise resolves 8 years ago
Luke Childs 5348525921 promsie => Promise 8 years ago