Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ngrx/platform

Reactive State for Angular
https://github.com/ngrx/platform

docs(store): cleanup wording and bullets in selectors guide (#2274)

Matched the bullet list items at the top, removed some of the "re-" words where the non-hyphenat...

cf8b038f25a4932c705ca118c3b33543767cf771 authored about 5 years ago by joebobfisher <[email protected]>
chore: release 8.5.2

dc2ad62cd7c914772a40d95dd53d84e8ca69dcec authored about 5 years ago by Brandon Roberts <[email protected]>
fix(effects): add EffectsRootModule and EffectsFeatureModule to public API (#2273)

Fixes Ivy support in Bazel: https://github.com/angular/angular/issues/33373

abe1f6b5a23b494a97cca01e2acf8f5a4ad1d7fc authored about 5 years ago by Brandon <[email protected]>
fix(store): added noop for addFeature in MockReducerManager (#2265)

Closes #2263

c42e444d5b676099fe289d58391bdb9a0a664790 authored about 5 years ago by Eddie Tisma <[email protected]>
fix(store-devtools): escaping the safelist and blocklist strings (#2259)

Closes #2228

e8889774a87c91c11160f61cfb5d57d7f95cb5ee authored about 5 years ago by Evgeny Fedorenko <[email protected]>
docs(effects): add Observable type in Effects Overview (#2267)

Closes #2221

2fdfe1751b93701e1a06401f78a2f8ebfe25c4e5 authored about 5 years ago by Jordan <[email protected]>
build: fix tag filters for deployments (#2252)

ce6ebb3358ed2b496ed72b8aed16c970d799a48a authored about 5 years ago by Brandon <[email protected]>
chore: release 8.5.1

50243c2d461e08723da0a034d71bcdbed122511a authored about 5 years ago by Brandon Roberts <[email protected]>
docs: add props import to reducer example (#2247)

Closes #2233

1343dffc0cfca63d2bb66d9e10f14f70ad1a8dca authored about 5 years ago by Joe Mason <[email protected]>
refactor(schematics): update Effect schematics to unwrap createEffect callback function (#2230)

Closes #2226

8ab113e45c1e7ef55f6ee20e3c627df2e50d15a2 authored about 5 years ago by Haijin He <[email protected]>
fix(effects): export CreateEffectMetadata (#2245)

Closes #2243

bfe4c81e1287c509b5f29cecb5a6aea7b76d1b5a authored about 5 years ago by Alex Okrushko <[email protected]>
docs(data): add HttpClientModule to @ngrx/data module setup(#2238)

Closes #2220

90d06020d794034d326f01dbecef440be62cf7ce authored about 5 years ago by John Cao <[email protected]>
fix(effects): add action creator for root effects init action (#2219)

Closes #2218

de9a59065134111069d3457fb4b5488e9c653da6 authored about 5 years ago by Sam Lin <[email protected]>
refactor(effects): inline ngrxOnRunEffects type (#2208)

fe1dfc1d2b258de41d146b2eb24fccf85bb04a4e authored about 5 years ago by Andrey Chalkin <[email protected]>
chore: release 8.5.0

354fd05895d78659459b46def5054145847c480d authored about 5 years ago by Brandon Roberts <[email protected]>
feat(effects): createEffect returns specific type for dispatch false (#2195)

f70600f5caa12694f48b519c051c449fe57bc556 authored about 5 years ago by Alex Okrushko <[email protected]>
test(store): fix flaky integration test (#2209)

2bac73cb33c5e05874e4dd7962c6d75496d009b8 authored about 5 years ago by Tim Deschryver <[email protected]>
feat(schematics): add message prompts for individual schematics (#2143)

fcb01e28df8b8d392ca0d1aa5bf5e164320ac9fc authored about 5 years ago by Tim Deschryver <[email protected]>
docs: remove github link from navigation (#2188)

Closes #2185

6f40060edcb9570f8c7a5c63cf8d80f7c27f939e authored about 5 years ago by Jordan <[email protected]>
refactor(example): close sidenav when logoutConfirmation is dispatched (#2189)

Closes #2186

8a8dc8370dfe562a4a2346aaeca9061f66eb0807 authored about 5 years ago by Jordan <[email protected]>
refactor(effects): refactor types in effects, expose metadata key for createEffect

4be5c37befcef6a086a7705c319972af715b06a9 authored about 5 years ago by Alex Okrushko <[email protected]>
docs(effects): fixes typo in 'testing with ReplaySubject' code… (#2207)

e641d9d0b2ec980f5a8fc311189f18fe94ab8204 authored about 5 years ago by Riley Littlefield <[email protected]>
refactor(effects): prepare for TS 3.5 (#2191)

c539b78d47805581c3143dd2c747a4fa5fa6139e authored about 5 years ago by Alex Okrushko <[email protected]>
feat(data) create schematics to generate entity data (#2135)

ccd3dd79ca7428999375153241fb0354216f9377 authored about 5 years ago by Felipe Norato Lacerda <[email protected]>
feat(data): add entity config in app module declaration for ng-add (#2133)

6ca305669cb780decec9cbde18c3f4f361fb3baa authored about 5 years ago by Felipe Norato Lacerda <[email protected]>
build: push node version up and refactor test (#2190)

025578a5e4ab73afd816bdfadf4ed9a7fd40b42c authored about 5 years ago by Alex Okrushko <[email protected]>
docs(data): update refs to EntityReducerFactory (#2127)

Closes #2126

0bb23feafc7187dd0c5cde7fd4ec88fe7a2e9195 authored about 5 years ago by Peter B Smith <[email protected]>
docs(data): add http method with endpoint (#2178)

Closes #2177

0b2ec9c7d7b3b95fdccee1061812bbee926a9a14 authored about 5 years ago by Tim Deschryver <[email protected]>
docs(store): add documentation and updated example for mock selectors with refreshState (#2182)

Closes #2154

66c3f710ee5b95200ee3b216c0794557bc010899 authored about 5 years ago by John Crowson <[email protected]>
docs(effects): add example tests with vanilla RxJS test scheduler (#2183)

Closes #2179

1d67d7a50cd9e179e0800120c09184dfb8c7d45a authored about 5 years ago by Tim Deschryver <[email protected]>
feat(effects): improve types for ofType with action creators (#2175)

cf02dd22311b2fa1c92bd82e58e43d2fbe869d24 authored about 5 years ago by Tim Deschryver <[email protected]>
fix(store): improve types for string selectors (#2174)

46a8467da987bd1cba6674be26fb6088796d62cd authored about 5 years ago by Tim Deschryver <[email protected]>
feat(store): add On interface to public api (#2157)

1b4ba1a14adea77cc3509325f271156e9d182200 authored about 5 years ago by jayoungers <[email protected]>
fix(effects): resubscribe every time an error occurs (#2165)

0d597833c284a07d1f78d2ddf122f65ce60c7821 authored about 5 years ago by Tim Deschryver <[email protected]>
feat(schematics): add selector schematics (#2160)

Closes #2140

78817c76fae5e4117a234402c02ecf689fe65db3 authored about 5 years ago by Tim Deschryver <[email protected]>
build: use existing comment for docs preview links (#2169)

8110c32e495dc2ee5fa56582b98cde8e5ee3b951 authored about 5 years ago by Brandon <[email protected]>
docs(data): fix minor grammar errors (#2167)

409e39532947b7c6ce95950f284e74affac91e78 authored about 5 years ago by Kadamas <[email protected]>
docs(data): update example to use correct provider for persistence result handler (#2168)

685c02bea7600f526fa435cb08f7789d2a99e965 authored about 5 years ago by Georgi Parlakov <[email protected]>
fix(store): disallow arrays in action creators (#2155)

1e4c0be706c0f7e7f27f5b1f671abb5bd869a827 authored about 5 years ago by Christoph Guttandin <[email protected]>
docs(data): remove duplicate "the" in entity metadata description (#2166)

881c6bd92c6e29dbcd35c57b4bc46cc46d659f9c authored about 5 years ago by Kadamas <[email protected]>
fix(store): improve createFeatureSelector warning (#2163)

Closes #2116

e4765d6fe1e3a721584c0b2e16d7d7883fb7dbf8 authored about 5 years ago by Tim Deschryver <[email protected]>
docs(schematics): fix typo, action should be effect (#2162)

Closes #2161

8c7c42c78d403d12dd428211dc4feffc5975a1c7 authored about 5 years ago by Jason Hodges <[email protected]>
docs(data): add section on defining custom selectors (#2128)

Closes #2124

e098b93b1f340762a8d1445c12bd3ef115dbc818 authored about 5 years ago by Peter B Smith <[email protected]>
chore: release 8.4.0

17c430a61330ea5577237d960ad07b217c0f31a4 authored about 5 years ago by Brandon Roberts <[email protected]>
refactor(example): rename selectors in example app (#2151)

Closes #2142

17bf6f96232f12a3b1b0663bb5c24705e5463f3d authored about 5 years ago by Jordan <[email protected]>
feat(schematics): add createEffect migration schematic (#2136)

9eb1bd51e1b4738cc9cb6fc1d423451f92f2a174 authored about 5 years ago by Tim Deschryver <[email protected]>
refactor(store-devtools): add interface for type-safe feature options (#2150)

de07805f9df25cafde7fbf81cf9fad950e3875d5 authored about 5 years ago by Santosh Yadav <[email protected]>
refactor(data): use createEffect function instead of decorator (#2087)

* refactor(data): use createEffect function instead of @Effect decorator

ecf7a26dba588429cfd185ae77237df4a790eeb6 authored about 5 years ago by David Bottiau <[email protected]>
feat(store): add refreshState method to mock store (#2148)

Closes #2121

30e876f4045eaa7c1eaefa16900436cf3ac3f619 authored about 5 years ago by Brandon <[email protected]>
docs(store): document new behavior of createReducer for multiple actions of the same type (#2146)

Closes #2144

17281210c3feac26e548f0ddff4675a7d3273844 authored about 5 years ago by Christina Braun <[email protected]>
feat(store): allow multiple on handlers for the same action in createReducer(#2103)

Closes #1956

9a7026242697654d7455b71b775f583c09910946 authored about 5 years ago by Siyang Kern Zhao <[email protected]>
docs(store): change alert to mention auto cleanup (#2132)

d560640a933362476494683411b2ef7055801049 authored about 5 years ago by Tim Deschryver <[email protected]>
feat(store): cleanup selector after a test

2964e2b6fae8bd667e59af3aa85189f8052c3d1b authored about 5 years ago by timdeschryver <[email protected]>
test(store): cleanup selector after a test

88ebdded8dc1578267efe5cc51bdb9d6981ef0bb authored about 5 years ago by timdeschryver <[email protected]>
docs: cleanup code sample (#2123)

4bbf3975f4c932c85e9a8cef41f642131a55549c authored about 5 years ago by Sheila Leverson <[email protected]>
docs(data): replace ngrx-data with @ngrx/data (#2125)

f1b4e17bee2582c0c398bccbd892eb8e02822b47 authored over 5 years ago by Peter B Smith <[email protected]>
docs: remove outdated alert for runtime checks (#2120)

da89a73ee2106ba863211ca31a65efe5b4b58730 authored over 5 years ago by Koala <[email protected]>
docs: add some guidance on when to use strict serializability for actions in guide and API docs (#2055)

Closes #1982

8d19cb6ed7dbdc81ba0be169f41ab3de85635873 authored over 5 years ago by Evgeny Fedorenko <[email protected]>
docs(store): add note to use resetSelectors to prevent cross-test state bleeding (#2099)

Closes #2044

6a5b833a1306679d82b6ca2c52927bf43bc2f966 authored over 5 years ago by John Crowson <[email protected]>
docs(store): update advanced selector example (#2111)

Closes #2102

a1f9200dcebb986ec9dfe3f2a33210cb1ac08182 authored over 5 years ago by MJ Meyer <[email protected]>
fix(schematics): fixed the schematics/action spec template (#2092)

Closes #2082

ed3b1f9f28d46f21c5045cfd384da0c64d8b95ca authored over 5 years ago by Gugan Arumugam <[email protected]>
docs(store): factory function has to return a reducer (#2110)

Closes #2094

082791628547ff98a350e4a36a195dcde6a3c4d7 authored over 5 years ago by EV <[email protected]>
fix(store): improve consistency of memoized selector result when projection fails (#2101)

A memoized selector projection now consistently fails after the first
evaluation, if it is eval...

c63941ce40368b7acea5816e0e7520b2c48f9245 authored over 5 years ago by Raphael Fuchs <[email protected]>
feat(effects): throw error when forRoot() is used more than once

b46748c292813577d5d542702f2ecc26b8307ac7 authored over 5 years ago by timdeschryver <[email protected]>
build: add router as dependency

70a8f2d8973150115bd0b03854a0427970880f43 authored over 5 years ago by timdeschryver <[email protected]>
feat(store): throw error when forRoot() is used more than once

43048658591b5c3fe944720c248ea54e15c6d5b4 authored over 5 years ago by timdeschryver <[email protected]>
docs(entity): fix typo in sample code (#2105)

cb74051b1966fa416403f800dd799bebab1c6581 authored over 5 years ago by Leonardo Ruhland <[email protected]>
chore: release 8.3.0

9d9bac6f0a6218fdaa15e1c7c7a2e3de0cc0bd16 authored over 5 years ago by Brandon Roberts <[email protected]>
docs(store): export wrapped counterReducer to avoid AOT compile error (#2089)

4025f6c4c8b7a47fe8c01aff312849b4241a8ada authored over 5 years ago by Siyang Kern Zhao <[email protected]>
fix(store): should not run schematics when not using named imports (#2095)

Closes #2093

7cadbc0f72ac1bd2fe76ad0ff75006a0092d1614 authored over 5 years ago by Tim Deschryver <[email protected]>
ci: fix filters on tags for publishing to npm and deployment of docs (#2091)

7445dd4e87e200f31b2d53c48de2be6eba34d38c authored over 5 years ago by Brandon <[email protected]>
fix(store): add DefaultProjectorFn to public API (#2090)

Allows you to fully type the selector without reaching into the src folder

2d37b488799311b299af16bbe8b597c02e628a4f authored over 5 years ago by Brandon <[email protected]>
docs(store-devtools): add recipe to exclude store-devtools from the build (#2073)

Closes #1521

303f9fee9cbd94c83302be9199ed8d1120f4f365 authored over 5 years ago by EV <[email protected]>
feat(store): add verbose error message for undefined feature state in development mode (#2078)

Closes #1897

6946e2eb97c32440eb3923fac031b6b639069a8b authored over 5 years ago by John Crowson <[email protected]>
Update index.ts (#2081)

fix(store): Expose ActionType interface from store/src/models.

ActionType is useful for extra...

eb5dbb9979cadf40780d323ff30bec5cd3b96458 authored over 5 years ago by Kamran Asif <[email protected]>
fix(data): use correct guard when handling optimistic update (#2060)

Closes #2059

34c0420d06d075a1c81de6e50cc992b85e5bd268 authored over 5 years ago by Marcin Majkowski <[email protected]>
docs(data): improve DefaultDataServiceConfig root parameter docs (#2075)

Adds more details for the DefaultDataServiceConfig api docs and Entity Dataservice
doc page. S...

ddab4cd2aea9b73726e0954746ee57655b40466f authored over 5 years ago by mxdmedia <[email protected]>
docs: fix typo in serializability intro section (#2076)

0385c353b0007cf9cfc22d06b27ebbcefbe250fc authored over 5 years ago by Ryan Streur <[email protected]>
refactor: remove unused imports for better developer UX (#2066)

0e9c4f4a20ca92a71ee331889109c7861708725f authored over 5 years ago by Bitcollage <[email protected]>
docs: fix small typo in intro (#2065)

c014e1520f701e27025c8c12b9c80893dd391935 authored over 5 years ago by Benjamin Blackwood <[email protected]>
docs(data): update entity-actions examples (#2069)

update the entityActionFactory.create examples to adapt the new API and actions.

1. entityAct...

6851fb6fa953f414d7460ac2294b07d6bc75f709 authored over 5 years ago by tja4472 <[email protected]>
docs: add auxiliary verb for getting started (#2057)

Closes #2056

214e7dc3080ec81afff29140882a695db22cc129 authored over 5 years ago by Jordan <[email protected]>
docs: add game prop to setScores createAction code example

Closes #2054

bdac544a29d367987811e5849a563a86d1cece6e authored over 5 years ago by Jordan <[email protected]>
docs(store): adds state management lifecycle diagram to getting started (#2031)

Closes #1981

b84ff9d5353bb2d1856771438a20e22c14c26dd8 authored over 5 years ago by Jordan <[email protected]>
docs: removed unnecessary 'Effect' decorator in effects example. (#2040)

fabbfecfdf3d6de8f5d93e29b0f252f8fb746b73 authored over 5 years ago by George Kamtziridis <[email protected]>
chore: release 8.2.0

3997cc27c494bdd045e57e3130d334d4a11c0fe3 authored over 5 years ago by Brandon Roberts <[email protected]>
feat(schematics): add option to use MockStore in container tests (#2029)

Closes #2028

6905d522a65ab97132f5bc6a378359a0c1643619 authored over 5 years ago by John Crowson <[email protected]>
Revert "fix(effects): resubscribe every time an error occurs (#2023) (#2026)" (#2037)

This reverts commit 5b489124f7e6d1f211603cca92aab658dc1688da.

14410c66b8be5cd666161e218985387306d3458a authored over 5 years ago by Brandon <[email protected]>
docs: add serialization runtime checks incompatibility warning for DefaultRouterSerializer (#2022)

Closes #2016

730193540f886e76cfcbbf50712bd9314218ae7e authored over 5 years ago by Marvin Luchs <[email protected]>
docs(store): expand feature config injection example (#2030)

The dependency injection example for feature config injection wasn't the
clearest when it came ...

ade4d8a3da9c340f6ed35ca5e45b6dc23b7a4818 authored over 5 years ago by Mark Grealish <[email protected]>
style(schematics): fix error in pluralize function comment (#2033)

199cbeda377e27e205a5f0dd379a1b0da269374b authored over 5 years ago by Cédric DUFFOURNET <[email protected]>
fix(effects): resubscribe every time an error occurs (#2023) (#2026)

Closes #2023

5b489124f7e6d1f211603cca92aab658dc1688da authored over 5 years ago by peterreisz <[email protected]>
Schematics: Add and import feature key for reducer state (#2017)

Closes #1996

136c5eb1e7ba45adc7d8c105e21a45fed7546ab6 authored over 5 years ago by John Crowson <[email protected]>
feat(docs): enable search functionality (#2020)

3cc4f3d6269868550ded9ba7e809b2544d3bb2a6 authored over 5 years ago by Wes Grimes <[email protected]>
refactor(store): allow for custom action types with createReducer (#2021)

9d413c9672f09859ae5b834c4e5784140de9f1c9 authored over 5 years ago by Wilson Hobbs <[email protected]>
feat(router-store): add selectQueryParam and selectRouteParam (#2014)

Select a specific query param or route param

Usage:

export const selectId = selectRoutePar...

57fd3d78799ac0cdd97a5cf59999595cfead6c14 authored over 5 years ago by Tim Deschryver <[email protected]>
docs(effects): rewrite testing guide (#1974)

c00a9c2fd1dd24fb1eb210408694279b744b13e2 authored over 5 years ago by Tim Deschryver <[email protected]>
feat(store): add USER_RUNTIME_CHECKS public token (#2006)

Closes #1973

fa8da346d91444ce569824e1c83dc37e6730f117 authored over 5 years ago by Tim Deschryver <[email protected]>
fix(store): add missing StoreConfig and RootStoreConfig exports (#2009)

Closes #2007

5e01e507049d3cc5033c943417358ba3430159e0 authored over 5 years ago by Mark <[email protected]>
docs(entity): mention shorthand syntax alternative (#2008)

Closes #1887

2c2e05eaa48286d6809a0cc38f5a07df78b5c815 authored over 5 years ago by Tim Deschryver <[email protected]>