Skip to content

Releases: Zajno/common-utils

[common] v2.4.2

08 Oct 16:10
ae4ebd0

Choose a tag to compare

What's Changed

  • [common] wrapAsync: wrap a promise-returning fn to be a void-returning by @idudinov in #88
  • [common] LoadingModel, LogicModel by @idudinov in #91

Full Changelog: common/v2.4.0...common/v2.4.2

[common] v2.4.0

01 Oct 07:57
53ecd2c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.18...v2.4.0

[common-web] v1.1.0

01 Oct 08:02
53ecd2c

Choose a tag to compare

What's Changed

  • [Common] Updates to: Storage, API, PromiseCache, PromiseExtended by @idudinov in #74
  • Hybrid modules (CJS, ESM, Types) by @idudinov in #87

Full Changelog: v2.0.18...common-web/v1.1.0

[common-mobx] v1.4.0

01 Oct 07:59
53ecd2c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.18...common-mobx/v1.4.0

[common-firebase] v3.1.0

01 Oct 08:12
53ecd2c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.18...common-firebase/v3.1.0

see previous releases: https://github.com/Zajno/common-firebase/releases

v2.0.18 Logger & Event improvements

06 Oct 16:04
181feb6

Choose a tag to compare

Fixed:

New

  • Added OneTimeLateEvent which will trigger only once; and also will trigger late handlers as soon as they added in case this event has been triggered already.

v2.0.16 Math for objects

19 Jul 23:21

Choose a tag to compare

v2.0.14 Various improvements

30 May 20:45

Choose a tag to compare

  • raised dependencies versions
  • updated CI script
  • added PromiseProxy helper: creates a mock proxy object while implementation is resolving
  • Lazy now supports disposing/invalidating pattern
  • spyModel – allows to add custom hooks to any IValueModel
  • ThrottleAction – now supports return values for worker callbacks; added tests.
  • and ThrottleProcessor – now push returns a Promise that will resolve as soon as the passed item (along with other in a batch) will be processed.

v2.0.9 Added number ordinal formatter

27 Mar 13:31

Choose a tag to compare

  • [dates/format] added number ordinal formatter
  • bumped dev dependencies

v2.0.8 Added nameof, PromiseCache

25 Feb 14:31

Choose a tag to compare