v3.8.1
What's Changed
- fix(store): check if state is injectable in JIT by @arturovt in #1988
- test(store): add unit tests to reproduce state value is not immediately set but queued up by @arturovt in #1990
- chore: migrate to nx by @dmitry-stepanenko in #1992
- fix(store): state stream should always return latest value even if update is queued up by @arturovt in #1995
- chore: upgrade Husky and commitlint by @arturovt in #1997
- chore(integration): update target dependencies for the integration project by @dmitry-stepanenko in #1998
- chore: enforce running tests sequentially on circleci by @dmitry-stepanenko in #2013
- chore: limit amount of workers on CI by @dmitry-stepanenko in #2014
- fix(store): ensure
StateFactory
does not connect actions multiple times by @arturovt in #2010 - refactor(store): singleton providers as
providedIn: root
by @arturovt in #2015 - build: add Angular 16 support by @markwhitfeld in #2008
- chore: run Cypress migration in workspace root by @arturovt in #2016
- refactor: simplify integration app and run Cypress SSR tests by @arturovt in #2017
- chore: release v3.8.1 by @markwhitfeld in #2018
New Contributors
- @dmitry-stepanenko made their first contribution in #1992
Full Changelog: v3.8.0...v3.8.1