• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xuoe / redux-observers
100%

Build:
DEFAULT BRANCH: master
Repo Added 07 Feb 2016 06:24PM UTC
Files 3
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • dependabot/npm_and_yarn/acorn-6.4.1
  • dependabot/npm_and_yarn/browserslist-4.16.6
  • dependabot/npm_and_yarn/handlebars-4.7.6
  • dependabot/npm_and_yarn/handlebars-4.7.7
  • dependabot/npm_and_yarn/hosted-git-info-2.8.9
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/lodash-4.17.21
  • dependabot/npm_and_yarn/y18n-4.0.1
  • fix-npm-build
  • next
  • v1.0
  • v2.1.0
  • v2.1.1

05 Nov 2023 05:19PM UTC coverage: 100.0%. Remained the same
6762725241

push

github

xuoe
3.0.0

This version changes the way state snapshots are passed from one
observer to the next.

Previously, a set of observers would all receive the same state
snapshot, with dispatches (state updates) not propagating until the
entire observer set was exhausted, each subsequent observer effectively
using a stale snapshot.

Thanks to @someonewithpc, this version ensures that each observer,
regardless of it being registered as part of an observer set (e.g., [a,
b, c]) or as a single observer (e.g., [a]), observes the most recent
state snapshot.

57 of 66 branches covered (0.0%)

66 of 66 relevant lines covered (100.0%)

20.08 hits per line

Relevant lines Covered
Build:
Build:
66 RELEVANT LINES 66 COVERED LINES
20.08 HITS PER LINE
Source Files on master
  • Tree
  • List 3
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
6762725241 master 3.0.0 This version changes the way state snapshots are passed from one observer to the next. Previously, a set of observers would all receive the same state snapshot, with dispatches (state updates) not propagating until the entire observer set ... push 05 Nov 2023 05:20PM UTC xuoe github
100.0
31 master 2.1.1 - Improve TypeScript declarations by supporting older versions of Redux (>3.4) and newer ones (>4). Note that changes introduced by this version and the previous one should only affect TypeScript users. push 15 Nov 2019 09:53AM UTC xuoe travis-ci pending completion  
30 master tidy up package(-lock).json push 15 Nov 2019 09:39AM UTC xuoe travis-ci pending completion  
29 master update TypeScript declarations Closes #7. push 15 Nov 2019 09:20AM UTC xuoe travis-ci pending completion  
18 master 2.1.0 - Added TypeScript declarations. (Thanks @ankon.) - Updated development dependencies. push 12 Nov 2019 03:50PM UTC xuoe travis-ci pending completion  
7 master 2.0.1 - shallowEquals() now checks for primitives. - Moved things around a bit. push 28 Apr 2016 11:14PM UTC xuoe travis-ci pending completion  
6 master 2.0.0 - Added options support via globals and/or locals. - Modified the signature of observe() to account for the addition of options. - Added support for specifying whether dispatchers can run before their `previous` state is set. By default... push 28 Feb 2016 07:24PM UTC xuoe travis-ci pending completion  
5 master 1.0.3 push 08 Feb 2016 08:53AM UTC xuoe travis-ci pending completion  
4 master 1.0.2 push 08 Feb 2016 08:47AM UTC xuoe travis-ci pending completion  
3 master 1.0.1 push 07 Feb 2016 06:54PM UTC xuoe travis-ci pending completion  
See All Builds (45)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc