Ecosyste.ms: OpenCollective

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

ngrx

Reactive State For Angular
Collective - Host: opensource - https://opencollective.com/ngrx - Website: https://ngrx.io/ - Code: https://github.com/ngrx/platform

chore(docs): Add meta reducers injection in the Store docs (#341)

github.com/ngrx/platform - a82f675bfbc24dbe5cc0815804c151384d275214 authored over 7 years ago by Laurent Goudet <[email protected]>
chore(docs): Fix import for EffectNotification (#339)

github.com/ngrx/platform - 870a73d9e7f08dca72cf61fd15fdee7958c66dfb authored over 7 years ago by Brandon <[email protected]>
chore(docs): Add header for "usage" in router-store readme (#337)

github.com/ngrx/platform - 618bdf3293296a44d10a1a03e13dc987f477a708 authored over 7 years ago by Konrad Garus <[email protected]>
docs(example-app): Update example-app url (#336)

github.com/ngrx/platform - b85062fceeb3f577a0aeaad33bc72e8d7ac95e0b authored over 7 years ago by Ryan Jordan <[email protected]>
fix(Build): Fix build with space in path (#331)

github.com/ngrx/platform - 257fc9dd6c343c39f209e705fe82e17773c945c2 authored over 7 years ago by tdeschryver <[email protected]>
chore(Example): rename Actions to be consistent (#330)

github.com/ngrx/platform - b8ebe2e106fec774fe325735ff3f66ba9f99661a authored over 7 years ago by tdeschryver <[email protected]>
docs(Migration): Add payload interface options to migration docs (#326)

Closes #303

github.com/ngrx/platform - ebf9cf496a1c72e48e54f54694a8df205864bd04 authored over 7 years ago by Brandon <[email protected]>
docs(api): Fix imports typo to show imports from correct package (#322)

github.com/ngrx/platform - e4133a458590c96590a07be46914e9e795282992 authored over 7 years ago by Ryan Jordan <[email protected]>
fix(combineSelectors): Remove default parameter from function signature for Closure

github.com/ngrx/platform - ae7d5e11d0b57afdf67fcd9c28118d2c90efad40 authored over 7 years ago by ukrukarg <[email protected]>
chore(precommit): Fix precommit hook to git add after changing files (#319)

github.com/ngrx/platform - bf14d67334c0382d68a0988b5a0f4424aa459c21 authored over 7 years ago by Ryan Jordan <[email protected]>
feat(createSelector): Expose projector function on selectors to improve testability

Closes #290

github.com/ngrx/platform - 56cb21fd3f1ac69eac252c47372bdbd81291494e authored over 7 years ago by 03byron <[email protected]>
chore(docs): Fix contributors link in readme (#299)

github.com/ngrx/platform - d20ebf112b629b11c7b4d4b47c8dbf8b96449521 authored over 7 years ago by Sharikov Vladislav <[email protected]>
fix(Effects): Do not complete effects if one source errors or completes (#297)

Closes #232

github.com/ngrx/platform - 54747cfcae7f612c086bc81ba3ab6333e14be54e authored over 7 years ago by Mike Ryan <[email protected]>
chore(docs): Fix missing back/forward imports for router-store migration (#294)

github.com/ngrx/platform - d3a3ae7409e9ae2965f56ff87388e39e3edec8cd authored over 7 years ago by Sharikov Vladislav <[email protected]>
docs(Store): Fix type for metareducers array (#296)

github.com/ngrx/platform - bfdd46208f98d3bc194995a9796c915b18eb9e3f authored over 7 years ago by BrainCrumbz <[email protected]>
fix(Entity): Misc fixes for reference checks and sorting

github.com/ngrx/platform - aa7172a7e65faca530c6d4fd1c5f14b3805d3deb authored over 7 years ago by Brandon <[email protected]>
fix(Entity): Return a referentially equal state if state did not change

github.com/ngrx/platform - fbd6a66ac7aaf73c5293ee5e5299313e4b0f7d96 authored over 7 years ago by Mike Ryan <[email protected]>
fix(Entity): Simplify target index finder for sorted entities

github.com/ngrx/platform - 335d255fdc55d68d0ae3b8ed587788aab81a6d30 authored over 7 years ago by Mike Ryan <[email protected]>
build: Add Release command for tagging builds

github.com/ngrx/platform - bec84a83c6f38f00e660c79e8a0927f7f9c78b6f authored over 7 years ago by Mike Ryan <[email protected]>
fix(RouterStore): Add generic type to RouterReducerState (#292)

Closes #289

github.com/ngrx/platform - 6da3ec50478a9659bd68e7d996eaef8390f1ce4e authored over 7 years ago by Brandon <[email protected]>
fix(Effects): Use factory provide for console (#288)

Closes #276

github.com/ngrx/platform - bf7f70cbb535b3eb62691d608a5870284fb52ebb authored over 7 years ago by Brandon <[email protected]>
fix(RouterStore): Only serialize snapshot in preactivation hook (#287)

Closes #286

github.com/ngrx/platform - bbb7c99ff4fb31ad74a332df6a837676261b6abf authored over 7 years ago by Brandon <[email protected]>
chore(docs): Add missing Store import (#285)

github.com/ngrx/platform - 78772b5035589478f55ea663a2ce37af51e440f2 authored over 7 years ago by Sharikov Vladislav <[email protected]>
docs: Add more information on contributing and API docs (#283)

Closes #263, #274, #279

github.com/ngrx/platform - 090462a2c9998983bda9bb50ac7668a9d6c14b0d authored over 7 years ago by Brandon <[email protected]>
docs(Changelog): Point changelog to individual package changelogs (#282)

github.com/ngrx/platform - b42ba975e810993c50528818cff290caf5fce18c authored over 7 years ago by Brandon <[email protected]>
Revert "fix(Store): Update usage of compose for reducer factory (#252)" (#277)

This reverts commit 683013c47acc6446e7ea88872ded7f6a9d1fb867.

github.com/ngrx/platform - dff9509d8d4e89c157c983bea5c2a374f91fe762 authored over 7 years ago by Brandon <[email protected]>
chore(docs): Fix typo in router store readme (#271)

github.com/ngrx/platform - 71690fb9ad4bcb4e437e5401ebc2e0785c156060 authored over 7 years ago by Wayne Maurer <[email protected]>
fix(Store): Add type signature for metareducer (#270)

Closes #264, Related to #170

github.com/ngrx/platform - 57633d2a8fc3de6f3f7e6ec38d8c9f83d0c86f73 authored over 7 years ago by Brandon <[email protected]>
docs(Migration): Fix typo in Router Store migration example

github.com/ngrx/platform - 9e33a5de34ed4d360faba39423ffa848cfe1974d authored over 7 years ago by Pierre Rochard <[email protected]>
docs(templates): fix typo in issue template (#262)

github.com/ngrx/platform - 657a2e33774fd070c1be18c68e3a0396816608e2 authored over 7 years ago by BrainCrumbz <[email protected]>
fix(Effects): Deprecate toPayload utility function (#266)

github.com/ngrx/platform - 1cbb2c9965201324b9e5ca34fa76d4de32d2ff45 authored over 7 years ago by Daniel Karp <[email protected]>
chore(docs): Fix selection of state using string selector (#261)

github.com/ngrx/platform - ca544dd07acfdf399f2183383e973749b94ba121 authored over 7 years ago by Juan Herrera <[email protected]>
fix(Store): Update usage of compose for reducer factory (#252)

Closes #247

github.com/ngrx/platform - 683013c47acc6446e7ea88872ded7f6a9d1fb867 authored over 7 years ago by Reko Jokelainen <[email protected]>
fix(Store): Use injector to get reducers provided via InjectionTokens (#259)

The injector behavior is different when compiled through AOT such that
provided tokens aren't r...

github.com/ngrx/platform - bd968fa2ae0ee421a989a325e7f4ecc8a7ba0dd9 authored over 7 years ago by Brandon <[email protected]>
fix(Store): Use existing reducers when providing reducers without an InjectionToken (#254)

Closes #250, related to #116

github.com/ngrx/platform - c4092521d7cb23e1fb954dd24c08f3e3e309eafd authored over 7 years ago by Brandon <[email protected]>
feat(RouterStore): Add serializer for router state snapshot (#188)

This adds a serializer that can be customized for returning the router state snapshot. By defaul...

github.com/ngrx/platform - 0fc1bcc2674eb0a755fcd64b576f244f25d7df41 authored over 7 years ago by Brandon <[email protected]>
chore(docs): Fix spyOn arguments example (#249)

github.com/ngrx/platform - a4609e5bab8816ca3e4264b1aeefb49bad580e95 authored over 7 years ago by Sharikov Vladislav <[email protected]>
chore(Example): Fix E2E test setup (#242)

github.com/ngrx/platform - 84390a19c828cb890dd7b5dd59b5865063b7b706 authored over 7 years ago by Sharikov Vladislav <[email protected]>
chore(docs): Update store README text (#238)

github.com/ngrx/platform - 7d23fdbe332ee7ece08ef5a283f93d04020c9412 authored over 7 years ago by Sebastián Ramírez <[email protected]>
fix(Store): Set initial state for feature modules (#235)

Closes #206, #233

github.com/ngrx/platform - 4aec80c7f750cc325e9f898f1152618d78971b68 authored over 7 years ago by Brandon <[email protected]>
fix(Effects): Export EffectsNotification interface (#231)

github.com/ngrx/platform - 2b1a076b1d6308acf7ec96cef6a506574834adc6 authored over 7 years ago by Brandon <[email protected]>
fix(Effects): Ensure StoreModule is loaded before effects (#230)

Closes #184, #219

github.com/ngrx/platform - 065d33ef6f86a64f044470f4ba8d135ed8fe2ef6 authored over 7 years ago by Brandon <[email protected]>
docs(CHANGELOG): Update Changelog for 4.0.2

github.com/ngrx/platform - f969676c56b29bd585bf263ce4131d1b4c84d25d authored over 7 years ago by Mike Ryan <[email protected]>
fix(RouterStore): Add support for cancellation with CanLoad guard (#223)

Closes #213

github.com/ngrx/platform - 2c006e8fac04225d0694c4e08f2ad42b5822ee02 authored over 7 years ago by Brandon <[email protected]>
fix(createSelector): memoize projector function (#228)

Closes #226

github.com/ngrx/platform - e2f1e5743752f2a7496d8f7ccecd82d259f5593b authored over 7 years ago by 03byron <[email protected]>
build: fix type def files search path (#225)

This commit fixes the search path for type definition files
of the build task which otherwise o...

github.com/ngrx/platform - c79853b22ec469675be3d83de39587ecfe75cb1e authored over 7 years ago by Juri Strumpflohner <[email protected]>
chore(docs): Added migration docs for router-store and testing store

github.com/ngrx/platform - 1df963cfbbdea0ba5fd6b916aa8877f0d30385a9 authored over 7 years ago by Brandon <[email protected]>
feat(Platform): Introduce @ngrx/entity (#207)

github.com/ngrx/platform - 9bdfd7048d63a75c84b200fab30ed3e11cab6356 authored over 7 years ago by Mike Ryan <[email protected]>
chore(ISSUE_TEMPLATE): Comment out OpenCollective donation link (#210)

github.com/ngrx/platform - c490bc9e205b6ad0da26711ea517308040a13d6a authored over 7 years ago by Mike Ryan <[email protected]>
feat(Store): Add injection token option for feature modules (#153)

Fixes AOT issues when providing reducers via an InjectionToken

Closes #116, #141, #147

github.com/ngrx/platform - 7f776933dd36986d47e38930b9736bc5c9050875 authored over 7 years ago by Brandon <[email protected]>
chore(template): Updated issue template (#167)

github.com/ngrx/platform - be02eb93bfabb0c467c0c85ccda80281582256a4 authored over 7 years ago by Jeffrey Bosch <[email protected]>
chore(Platform): Added changelog and changelog script (#158)

github.com/ngrx/platform - bcba4a6ee1fd463d03b99b04021890b4cbc8c201 authored over 7 years ago by Ryan Jordan <[email protected]>
chore(docs): Added missing imports to Effects docs (#159)

github.com/ngrx/platform - b9c6679467f80e6c0c4842e1a91348bc383b3f4a authored over 7 years ago by Lex Zhukov <[email protected]>
fix(Docs): update effects description (#164)

github.com/ngrx/platform - c77b2d9603ec10050769bfbdcdb347284c452240 authored over 7 years ago by David Pertiller <[email protected]>
Merge pull request #146 from BernhardRode/patch-1

fix(docs): update angular-cli variable

github.com/ngrx/platform - 27cdd367cdefe75e0676f3adf4d12f2f45efa953 authored over 7 years ago by Rob Wormald <[email protected]>
fix(effects) : Handle case if no args is defined in annotations (#148)

Fixes down-leveling of `@Effect()` decorators that have no arguments.

github.com/ngrx/platform - 95d089ef6c9a5bc840786949c9b18184c8ed87b4 authored over 7 years ago by Salim Benabbou <[email protected]>
fix(docs): update angular-cli variable

angular-cli variable is production, not prod

github.com/ngrx/platform - eeb7d5d2a75df849aec946cbe7f6b717700e7b82 authored over 7 years ago by Bernhard Rode <[email protected]>
docs(Store): Fix typo in example import

github.com/ngrx/platform - 125dda8c197f1fd5c960c28fd729782009851678 authored over 7 years ago by Pascal Brewing <[email protected]>
docs(README): Update link to Gitter

github.com/ngrx/platform - 0552f17d8607505eca6350985f2b511d16a50cc7 authored over 7 years ago by Daniel Karp <[email protected]>
feat(Effects): Add generic type to the "ofType" operator

github.com/ngrx/platform - 55c13b22c569969d7e8e4482b9882628346944cb authored over 7 years ago by Maxime <[email protected]>
docs(Migration): Mention current performance issues with Router Store and Effects

github.com/ngrx/platform - 8ce0b06a9bac964a12bb200de9e7c2da0ef7ac41 authored over 7 years ago by Daniel Karp <[email protected]>
chore(Example): Add auth and login-page tests (#115)

github.com/ngrx/platform - 9b14553c4a3770b8fe3bfacd7205355a7684e75b authored over 7 years ago by Benjamin Cabanes <[email protected]>
chore(example): remove unused imports (#113)

github.com/ngrx/platform - 02fc9ce0927f067e1e4585f461ef40d765a25a67 authored over 7 years ago by Benjamin Cabanes <[email protected]>
docs: Add more migration and API documentation (#130)

Closes #114, #119, #120

github.com/ngrx/platform - bed186ab529092ed993b7643755c3bccfa02923e authored over 7 years ago by Brandon <[email protected]>
docs(Effects): Add migration steps for handling the INIT action

github.com/ngrx/platform - 0bc80d438058d67a83e8b7498f9380c0b2c2b3b0 authored over 7 years ago by Phill Z <[email protected]>
fix(Store): Remove auto-memoization of selector functions

This fixes situations where `Store.select()` would memoize a Reselect selector twice.

Closes ...

github.com/ngrx/platform - 90899f7bcc48b6587a75f3558cf746e4d64360e6 authored over 7 years ago by Daniel Karp <[email protected]>
fix(Effects): Wrap testing source in an Actions observable (#121)

Closes #117

github.com/ngrx/platform - bfdb83bfc51a895c548395189033763f56573e6d authored over 7 years ago by Mike Ryan <[email protected]>
chore(docs): Added selector function explanation (#108)

github.com/ngrx/platform - 4b20e3f06326e572778187d227ec2a1b0e3b11dc authored over 7 years ago by Brian Troncone <[email protected]>
docs(Store): Remove incorrect generic type overload

github.com/ngrx/platform - 644e6061de8e7cb2531ac828e4cb296fadadfc92 authored over 7 years ago by Amit Portnoy <[email protected]>
docs(migration): Update migration docs and add example of injecting reducers (#100)

github.com/ngrx/platform - 1bbd5bfa1e646eb42a34e8c9d1904f15f9173ed6 authored over 7 years ago by Brandon <[email protected]>
feat(Store): Added initial state function support for features. Added more tests (#85)

github.com/ngrx/platform - 5e5d7dd30db3a7bea4b71edc9ed7c820271d1974 authored over 7 years ago by Brian Frichette <[email protected]>
fix(effects): allow downleveled annotations (#98)

Applications using Google Closure Compiler with Angular's ngc can opt into downleveling specific...

github.com/ngrx/platform - 875b3269f86187012eb73ee88e89f6761f27bcc7 authored over 7 years ago by Rob Wormald <[email protected]>
docs(Migration): Add node about removing @ngrx/core

github.com/ngrx/platform - 9f4664e773578c7d8c693eb51d723e028eb325aa authored over 7 years ago by Daniel Karp <[email protected]>
fix(effects): make correct export path for testing module (#96)

Closes #94

github.com/ngrx/platform - a5aad22a300a221c7fc2014334eea96afab6828c authored over 7 years ago by Jeff Cross <[email protected]>
fix(Example): Fix Book State interface parent (#90)

github.com/ngrx/platform - 6982952071e5483c22b17a03492537fe1e58db6b authored over 7 years ago by Daniel Karp <[email protected]>
docs(Effects): Clarify difference between forRoot and forFeature (#92)

Adding effects via `forRoot()` and `forFeature()` is functionally identical. This PR makes that ...

github.com/ngrx/platform - 273740210ad2f999fbbd28bc6bc12f137a0fc0de authored over 7 years ago by Daniel Karp <[email protected]>
chore(docs): Activating Open Collective (#91)

github.com/ngrx/platform - 33c17224c9338ee0e73e5d6130fe12833c4d7958 authored over 7 years ago by Xavier Damman <[email protected]>
chore(Platform): Updated release packages to 4.0.0 (#88)

github.com/ngrx/platform - e3143c238629d36f2f101cabc7c9f2b229052a13 authored over 7 years ago by Brandon <[email protected]>
feat(Store): Simplify API for adding meta-reducers (#87)

github.com/ngrx/platform - d2295c78a29635d40b70b44155d7f0e783310c0b authored over 7 years ago by Brandon <[email protected]>
build(platform): Improve consistency (yarn), and async (#84)

- Add CircleCI override to use latest yarn for deterministic builds
- Refactor some overly obtu...

github.com/ngrx/platform - b9776ea4736b797cee09bc7ab3b6b6ec71c72e5f authored over 7 years ago by Brian Frichette <[email protected]>
fix(example-app): Suppress StoreDevtoolsConfig compiler warning

github.com/ngrx/platform - 880415683b90f1e5e31f9a96a208e4f3eab94c45 authored over 7 years ago by Dmitry Teplov <[email protected]>
fix(router-store): NavigationCancel and NavigationError creates a cycle when used with routerReducer

Closes #68

github.com/ngrx/platform - a085730b45f8cdb4044714eea83c4b469b447ac3 authored over 7 years ago by Victor Savkin <[email protected]>
refactor(Devtools): Show complex structures in monitor (#79)

This will not serialize the data before sending it to the Devtools extension, allowing it to han...

github.com/ngrx/platform - 3827947790719013573cd896d9ce07748b9bc342 authored over 7 years ago by Brandon <[email protected]>
chore(docs): Updated migration guide for testing effects (#78)

github.com/ngrx/platform - f22d2c37e4f8dc6ddca8c0a5b51266e61f2cee4b authored over 7 years ago by Brandon <[email protected]>
fix(Store): Remove parameter destructuring for strict mode (#33) (#77)

github.com/ngrx/platform - c9d6a4521a52a172f8575d00ba39c9b994e1fae1 authored over 7 years ago by Jinder <[email protected]>
style: Add auto-format command using Prettier

github.com/ngrx/platform - 48a2381c212d5dd3fa2b9435776c1aaa60734235 authored over 7 years ago by Ryan Jordan <[email protected]>
fix(Store): pass all required arguments to projector (#74)

github.com/ngrx/platform - 9b82b3aab92119e6bf83fe46a2aa61e87f0c4682 authored over 7 years ago by Daniel <[email protected]>
chore(Example): Integrated example app (#12)

github.com/ngrx/platform - 22105c1e89c04732cf5962d5ad3c230775e5b29a authored over 7 years ago by Mike Ryan <[email protected]>
fix(Store): Removed readonly from type (#72)

github.com/ngrx/platform - 68274c937ae5629a2eb16fb86914833eff974909 authored over 7 years ago by Brandon <[email protected]>
fix(omit): Strengthen the type checking of the omit utility function

github.com/ngrx/platform - 3982038930aa534cbfc6bf7b5a5d13a18defe743 authored over 7 years ago by Brian Frichette <[email protected]>
feat(Effects): Introduce new Effects testing module (#70)

github.com/ngrx/platform - 7dbb57109e190b4bff279720a9741e9799bfc83b authored over 7 years ago by Mike Ryan <[email protected]>
fix(Effects): Use Actions generic type for the return of the ofType operator

github.com/ngrx/platform - d176a11222e1d650c848704c4c30d50ef3799f3c authored over 7 years ago by Vignesh Jagadeesh <[email protected]>
refactor(Build): Parallelize cp.exec and add mangle flag to uglify (#66)

github.com/ngrx/platform - 84beffee1b83ed547b90a820441656ec5647e4f6 authored over 7 years ago by Brian Frichette <[email protected]>
fix(Store): Exported initial state tokens (#65)

github.com/ngrx/platform - 4b27b6da39addea5cc841ea1c8d6287b3d407de1 authored over 7 years ago by Brandon <[email protected]>
feat(Store): Allow initial state function for AoT compatibility (#59)

resolves #51

github.com/ngrx/platform - 1a166ec3f320c23fd320e23d844cc3493f4e2a93 authored over 7 years ago by Brian Frichette <[email protected]>