Skip to content

Releases: loadingio/proxise

1.0.1

Choose a tag to compare

@zbryikt zbryikt released this 19 Jan 12:56
  • release with compact directory structure

1.0.0

Choose a tag to compare

@zbryikt zbryikt released this 19 Jan 07:39
  • 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

Choose a tag to compare

@zbryikt zbryikt released this 09 Dec 08:49
  • make it work with nodejs
  • rename proxise.js to index.js but keep the deprecated proxise.js.

0.1.5

Choose a tag to compare

@zbryikt zbryikt released this 02 Dec 03:00
  • 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

Choose a tag to compare

@zbryikt zbryikt released this 09 Nov 12:08
  • reduce minimized js size with mangle + compress in uglifyjs
  • wrap js with compiler option
  • dont populate window if module is defined

0.1.3

Choose a tag to compare

@zbryikt zbryikt released this 03 Oct 04:31
  • resolve original return value for proxise.once.
  • accept additional optional option in proxise.once for alternative resolved value

0.1.2

Choose a tag to compare

@zbryikt zbryikt released this 24 Mar 13:36
  • bug fix: when proxise.once fails, promise for caller is still resolved instead of rejected.

0.1.1

Choose a tag to compare

@zbryikt zbryikt released this 25 Jan 07:10
  • don't assume cb in proxise.once return Promise - just wrap it with promise.

0.1.0

Choose a tag to compare

@zbryikt zbryikt released this 25 Jan 07:07
  • add proxise.once for running functions that should be executed successfully for at most only once.

0.0.1

Choose a tag to compare

@zbryikt zbryikt released this 10 Dec 04:05
v0.0.1

upgrade livescript; update package.json and limit released file