Releases: loadingio/proxise
Releases · loadingio/proxise
1.0.1
Compare
Sorry, something went wrong.
No results found
release with compact directory structure
1.0.0
Compare
Sorry, something went wrong.
No results found
remove proxise.js, proxise.min.js but keeping index.js, index.min.js
use minimized dist file as main / browser default file
update dev dependencies
0.1.6
Compare
Sorry, something went wrong.
No results found
make it work with nodejs
rename proxise.js to index.js but keep the deprecated proxise.js.
0.1.5
Compare
Sorry, something went wrong.
No results found
fix bug: scope of proxise.once should still be object instead of window.
fix bug: proxise.once should pass options into callback function yet it doesn't
0.1.4
Compare
Sorry, something went wrong.
No results found
reduce minimized js size with mangle + compress in uglifyjs
wrap js with compiler option
dont populate window if module is defined
0.1.3
Compare
Sorry, something went wrong.
No results found
resolve original return value for proxise.once.
accept additional optional option in proxise.once for alternative resolved value
0.1.2
Compare
Sorry, something went wrong.
No results found
bug fix: when proxise.once fails, promise for caller is still resolved instead of rejected.
0.1.1
Compare
Sorry, something went wrong.
No results found
don't assume cb in proxise.once return Promise - just wrap it with promise.
0.1.0
Compare
Sorry, something went wrong.
No results found
add proxise.once for running functions that should be executed successfully for at most only once.
0.0.1
Compare
Sorry, something went wrong.
No results found
v0.0.1
upgrade livescript; update package.json and limit released file