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

chore: release 13.0.0

a41f9d9f79c28f8e84b4a3ece3b882465d843624 authored about 3 years ago by Brandon Roberts <[email protected]>
docs(entity): remove wrong link entity adapter (#3234)

Closes #3225

f214eaf2b6a1e73e1618b9dbc61c7af54a74f2f8 authored about 3 years ago by Justin <[email protected]>
chore: release 13.0.0-rc.0

cde57f8461dd8c00cead91293fa89bf2efcdc020 authored about 3 years ago by Brandon <[email protected]>
docs: update docs app to Angular 13 (#3229)

cffb598574b9fb18248d1a9fdb4aecad6c337fc1 authored about 3 years ago by Marko Stanimirović <[email protected]>
feat(store): use variadic tuple types for createSelector (#3023)

Closes #2715

BREAKING CHANGES:

When manually specifying the generic arguments, you have t...

367d9b42a5137a7e388c63d2a1497c1c456cd364 authored about 3 years ago by David <[email protected]>
fix(data): set loaded to true on queryManySuccess (#3228)

Closes #3165

BREAKING CHANGES:

Now both the `getWithQuery` and `getAll` methods are consi...

52b828e7f69ff5ebe45061de417b024c8b18ea84 authored about 3 years ago by Wojciech Kasprzyk <[email protected]>
feat: update Angular packages to version 13.0.0 (#3184)

Closes #3189

996f1e82db6afbad00dd6bbb9b080f9f4e39fb58 authored about 3 years ago by Brandon <[email protected]>
chore: release 13.0.0-beta.0

01dbce00ac6cf9287eed301b2aa3f801479bf8ed authored about 3 years ago by Brandon <[email protected]>
build: build packages with Ivy (#3219)

BREAKING CHANGES:

The minimum version required for Angular and RxJS has been updated

BEFOR...

9e28050bfa90328412fd3c31a2907ef74340d735 authored about 3 years ago by Brandon <[email protected]>
fix(store): remove store config from forFeature signature with slice (#3218)

Closes #3216

BREAKING CHANGES:

The `StoreConfig` argument is removed from the `StoreModule.for...

b1a64dd38a5878189d2d04ba59a01bfe12a12969 authored about 3 years ago by Marko Stanimirović <[email protected]>
feat(store): add createFeatureSelector migration (#3214)

* feat(store): add createFeatureSelector migration

* chore: update test

62334f92fdb5d3728dae3344dc1127038e9ef5cb authored about 3 years ago by Tim Deschryver <[email protected]>
docs(store): fix typo on createFeature page (#3221)

Closes #3220

ba8649649189ca6afbd9d2345bc76fe330054049 authored about 3 years ago by Justin <[email protected]>
fix(store): infer initial store state properly with metareducers (#3102)

Closes #3007

BREAKING CHANGES:

`initialState` needs to match the interface of the store/f...

d003b8563d5b863ba36c6cff2a40e0b75772391f authored about 3 years ago by Tim Deschryver <[email protected]>
fix(component): remove class-level generic from PushPipe (#3127)

Closes #3114

BREAKING CHANGES:

PushPipe no longer has a class-level generic type paramete...

548c72c659df98e8e524253fef9a8531f50d5960 authored about 3 years ago by Marko Stanimirović <[email protected]>
feat(store): provide better TS errors for action creator props (#3060)

Closes #2892

BREAKING CHANGES:

Types for props outside an action creator is more strictly...

5ed3c3dfbf4fd03629f47a9602db66221d2f672a authored about 3 years ago by David <[email protected]>
docs(store): add feature creator guide (#3202)

* docs(store): add feature creator guide

* apply Brandon's suggestions

* apply Tim's CR sugges...

2b534955b23956e75fc32b2c16b077e546b5fa74 authored about 3 years ago by Marko Stanimirović <[email protected]>
feat(effects): move createEffect migration to ng-update migration (#3074)

BREAKING CHANGE:

The create-effect-migration migration is removed

BEFORE:

The Effect d...

5974913fb628a63f048c7b58ccd1afca7b0d3ab2 authored about 3 years ago by Tim Deschryver <[email protected]>
docs: add a documentation page detailing ESLint NgRx plugin and how to use it (#3208)

Closes #3178

8cc930b89145e8ba06e57ce585ae52ea4be984e0 authored about 3 years ago by Armen Vardanyan <[email protected]>
chore: add .DS_Store and misc files to gitignore (#3201)

785396485fecd1a5f14ac07ec5c257e36b633572 authored about 3 years ago by Daniel Teske <[email protected]>
docs(store): improve types in walkthrough example (#3210)

Closes #3209

5e6bd413582c86604c8c9eb6e5ea7fba01377b88 authored about 3 years ago by Anton Marchenko <[email protected]>
docs(store): add missing types to walkthrough example (#3206)

Closes #3203

9b65db34a1565bfdd93b120a016d9ce5dc03c068 authored about 3 years ago by Muhammad Awais <[email protected]>
chore: release 12.5.1

1f27b72f51a9a6d1f31a8aade8310bca72b23d0f authored about 3 years ago by Brandon <[email protected]>
docs: remove references to wrapped reducer function (#3200)

Closes #3192

665187f163d76636ba946746fa229af897e1695f authored about 3 years ago by aleena <[email protected]>
docs: update discord invite link (#3195)

34647ebff768ee335b832f79bc2ba88d227f4516 authored about 3 years ago by Tim Deschryver <[email protected]>
refactor(store): update create feature selector (#3198)

Closes #3197

c2737b49f22467fd318ca381322316b317a89ad8 authored about 3 years ago by bryantlikes <[email protected]>
Revert "refactor(store): use Record as Store generic (#3158)" (#3199)

This reverts commit 605fd02efa232a5c63856c3ff2798f63fd9b4ce4.

7a779e75afba870d223ca8e5c0a9f79136e91900 authored about 3 years ago by Tim Deschryver <[email protected]>
docs(store): deprecate createFeatureSelector with root state (#3190)

Closes #3179

a6fe92df3134b7a589a2e95abe0aea183b411f03 authored about 3 years ago by Santosh Yadav <[email protected]>
fix(router-store): google upstream (#3177)

20afb21b6236c2d515ca70c6b3872f9c64334a72 authored about 3 years ago by Tim Deschryver <[email protected]>
docs: fix navigation (#3176)

0217790a7666bcef5ee42fcfd0a7ff1255eec1fe authored about 3 years ago by Marko Stanimirović <[email protected]>
chore: release 12.5.0

ece03e951094cfaa26e999c2346bb7587295e665 authored about 3 years ago by Brandon <[email protected]>
feat: update to RxJS 7.4.x (#3109)

4a42550087bbc8d2e374382cecc68d962299d549 authored about 3 years ago by Brandon <[email protected]>
docs(component-store): prevent emitting changes on initialization in MatPaginator example (#3164)

Closes #2921

a03666b86d970bf375e88239ba302e0fd83fa1e5 authored about 3 years ago by Akash Borad <[email protected]>
refactor(store): use Record as Store generic (#3158)

605fd02efa232a5c63856c3ff2798f63fd9b4ce4 authored about 3 years ago by Tim Deschryver <[email protected]>
docs(entity): fix code snippet for selectCurrentUser selector (#3166)

9d73b0df42c87bc968afb6086e1b86be1eaea37f authored about 3 years ago by Gaurav Soni <[email protected]>
fix(schematics): add missing method (#3157)

2a927a2f4c6002942bdcf265b199ef212fba33d7 authored about 3 years ago by Tim Deschryver <[email protected]>
chore: update schematic files (#3156)

282136815f52571590e4ce109b34985538cf1a72 authored about 3 years ago by Tim Deschryver <[email protected]>
docs(store): refactor store.pipe(select(...)) to store.select(...) (#3155)

Closes #3122

dfb325bd6a6b2b3a7db1421bbb8570867dcce607 authored about 3 years ago by Akash Borad <[email protected]>
build: add noImplicitOverride compiler option (#3149)

5381da43dd6a0b35ba975a87cfedf70f441bf4cc authored about 3 years ago by Marko Stanimirović <[email protected]>
docs(store-walkthrough): fix books reducer and action (#3151)

9a3ff1581710f5c22768b508521049568103d57b authored about 3 years ago by Loic Bourgeois <[email protected]>
fix(schematics): use prefix option in feature schematic (#3139)

Closes #3116

5fa88909eae70b492a0342e3c79050699e7fefa0 authored about 3 years ago by Hemang Kumar <[email protected]>
fix(entity): set correct input argument types for removeMutably methods (#3148)

961141527112ed27b074aef2a0e63b12f88b48a5 authored about 3 years ago by Marko Stanimirović <[email protected]>
docs: add new plugins to resources (#3150)

c2f00497ca041302fe7b4ac092eb17e554f52e3f authored about 3 years ago by Marko Stanimirović <[email protected]>
build: update to Nx 12.9.0 (#3147)

3903b6c59a8afb747c4e5a56fdfa486e7f92eb83 authored over 3 years ago by Brandon <[email protected]>
docs: add community contributors section to about page (#3145)

Closes #1608

6dc209c5f372fd9353c121c6ba94950c2e212f2a authored over 3 years ago by Brandon <[email protected]>
StoreDevtoolsConfig: Remove links to NFSW website (#3144)

Closes #3143

cc8d03494389fb17ee98c5e581f5b2bada6e9d60 authored over 3 years ago by iuliust <[email protected]>
docs(store): improve walkthrough instructions (#3136)

Closes #3128

07ef48d35f96d1d7af9ff77895dcda3cf2392f19 authored over 3 years ago by Mauro Mattos <[email protected]>
docs(store): fix outdated hint (#3133)

08fba5dd443fc8743ec433456af2cdaab7308558 authored over 3 years ago by Paul Rohorzka <[email protected]>
docs(component-store): update the debounced selector and effects example (#3124)

83bb8a9e4c6492470e5a13e0a93949f0a1acbe79 authored over 3 years ago by Hunter Jennings <[email protected]>
chore(docs): update example deps (#3129)

75dbcebc16ab704a4bca40481aa40ddcf4206a3a authored over 3 years ago by Tim Deschryver <[email protected]>
docs(store): fix migration guide for selector with props (#3130)

e64d17e43473b44a57c4dcc22fa9433372a66f24 authored over 3 years ago by Marko Stanimirović <[email protected]>
docs(effects): add concatLatestFrom example to API docs (#3118)

* docs(effects): add concatLatestFrom example to API docs

* docs(effects): add ofType example t...

0b63a174b128d69394737fa127f9277b1a3b33f9 authored over 3 years ago by Tim Deschryver <[email protected]>
docs: add specific note on Actions flow from Reducers to Effects (#3119)

4501fe70d5fc22db2a170982d4758b41eed9cb2e authored over 3 years ago by Maarten Tibau <[email protected]>
docs: add missing word to ComponentStore comparison (#3117)

9d7bfee27d65c22f171e4c40a101b5c3a5e26458 authored over 3 years ago by Gerd Jungbluth <[email protected]>
docs(store): clarify necessity of exported reducer function (#3115)

94d85df8860ad4956cf1db0f36048e97d445c284 authored over 3 years ago by Daniel Karp <[email protected]>
chore: release 12.4.0

4d614bfa4df3c0d6e91b81bd5f4d13a8ad34dcc7 authored over 3 years ago by Brandon <[email protected]>
docs: add Marko to contributors page (#3111)

42a56ea35e41d4ca18a3b9a71f25eea894a01bf2 authored over 3 years ago by Brandon <[email protected]>
docs: fix error with serving files with ambiguous casing (#3106)

53b47f0eda815222e9b8958e3bad140fc25bc2ac authored over 3 years ago by Brandon <[email protected]>
feat(router-store): add createRouterSelector to select router data for default config (#3103)

507f58e8e12a64e2acb6823af7786ed0234c42bc authored over 3 years ago by Tim Deschryver <[email protected]>
fix(component): capture errors from observable when using `ngrxPush` pipe and `ngrxLet` directive

Closes #3100

23c846bdc0cd2b28f193f0b164f771556470d95e authored over 3 years ago by Maxime <[email protected]>
chore: release 12.3.0

b67af2f8f837420bf213c1826ca77e1c8485c54a authored over 3 years ago by Brandon <[email protected]>
fix(data): SAVE_ENTITIES_CANCELED type in SaveEntitiesCanceled (#3079)

Closes #3065

b24c1e0713a6fd6a6c4868e05e22ea606536e3b3 authored over 3 years ago by Akira Tsuboi <[email protected]>
docs: update JSDocs to show up in the online documentation (#3072)

b5579a8c763221039383f2697269f199d32f2757 authored over 3 years ago by JimMorrison723 <[email protected]>
docs: a simple fix into V12 Update Guide (#3071)

8a7d95ff57aff63515ad592343e6d0cc1e8cb590 authored over 3 years ago by tranky82 <[email protected]>
fix(component-store): accept error type in tapResponse with strict generic checks (#3068)

Related to #3056

3e02e379d15b2e1625e28ed83ed2c5b73a7534de authored over 3 years ago by Marko Stanimirović <[email protected]>
fix(store): make readonly usage consistent (#3050) (#3069)

a39b2783979469a1befd647f8f6e52e8673e3a11 authored over 3 years ago by peterreisz <[email protected]>
chore: update ts-snippet to 5.0.2 (#3062)

fb7d69ac48e2615398c1d6ee29b877ab7460a673 authored over 3 years ago by David <[email protected]>
docs(component-store): add more details on using stopPropagation (#3066)

1f896e167c0cf3f387a200bfd75931279f474b80 authored over 3 years ago by Jordan <[email protected]>
docs(store): add note about using createFeatureSelector with no generic supplied to Store (#3063)

e630b5225daa7bc571b59549de4354194685c436 authored over 3 years ago by David <[email protected]>
fix(data): immutably delete an entity (#3040)

Closes #2553

a6c199fe91d26ed87673fcd8f843f00bfbca12f0 authored over 3 years ago by Alan Donohoe <[email protected]>
feat(store): make reducers accessible from ReducerManager (#3064)

* feat(reducer-manager): permit to access reducers

* ref: rename reducerSnapshot to currentRedu...

bf2bd1a626b5c98d3eb78c8ab672ba57c6db6ab9 authored over 3 years ago by Gregor Woiwode <[email protected]>
chore: release 12.2.0

97643eb74f1590d45221bb94a4834afedad00deb authored over 3 years ago by Brandon <[email protected]>
docs: add pinned version for update guide v11 (#3058)

7ed845743e82208072f007594d17bed454f0ba26 authored over 3 years ago by Simon Reinsperger <[email protected]>
feat(component-store): accept error type in `tapResponse` (#3056)

61e1963e36290b932044049200027552fb164f5d authored over 3 years ago by Marko Stanimirović <[email protected]>
docs(store): add `createFeature` docs (#3057)

* docs(store): add createFeature docs

* fix document generation for createFeature

a337da30522b0a6df2841cf87988684e9a7ffb4f authored over 3 years ago by Marko Stanimirović <[email protected]>
fix(data): make options optional on add with partial (#3043)

* fix(data): make options optional on add with partial

* revert: fix(data): make options option...

1620df95cb02036074564ed5072d248ab464a936 authored over 3 years ago by Alan Donohoe <[email protected]>
build: clean node modules on build (#3055)

cb7cd72cf31cf8f9d1a3ec12de92a309a360fab5 authored over 3 years ago by Tim Deschryver <[email protected]>
docs(effects): update test without TestBed example (#3047)

7cbae46051d72bd457cb3b38b2d59958748992f4 authored over 3 years ago by Tim Deschryver <[email protected]>
fix(component): avoid early destruction of view in ngrxLet which interfered with animations (#2890) (#3045)

Closes #2890

7515e366e68b808c7e51a45404f3974da0731100 authored over 3 years ago by Samuel Fernández <[email protected]>
chore: allow Node.js v15 and above (#3042)

ce96bb042916f057b70841a194fb6e7b851e1537 authored over 3 years ago by Tim Deschryver <[email protected]>
chore(shematics): replace schemas id with $id (#3034)

adb297fc06fb5850250ed7766652b8df7e1b49d9 authored over 3 years ago by Michel Ruffieux <[email protected]>
chore: release 12.1.0

b3e2b103582f0e6e533f25091614a7ea02409e0c authored over 3 years ago by Brandon <[email protected]>
feat(store): add createFeature (#3033)

Closes #2974

5fd1c7b3afc35159db72ae7afb7a8240a0768040 authored over 3 years ago by Marko Stanimirović <[email protected]>
feat(store-devtools): add autoPause option (#2941)

Closes #2722

698bd29bfe0c8ac52c7b898d0d2d5cd8d6a4b0c2 authored over 3 years ago by David <[email protected]>
fix(store): add ESLint plugin to TS overrides when possible (#3032)

Closes #3031

5102a340de413be21c42206cd54af1b9ef8f9b40 authored over 3 years ago by Tim Deschryver <[email protected]>
feat(entity): new `setMany` adapter (#3026) (#3029)

Closes #3026

a02ea9ff5e93479e1ab7597e97e919b0e71983ec authored over 3 years ago by Samuel Fernández <[email protected]>
feat(schematics): add the ability to create actions with the prefix (#3025)

15bc0df50eeef30f631b78cf2a82e6cbc9d28487 authored over 3 years ago by Mateusz Basiński <[email protected]>
fix(data): remove strict typing for optimistic false (#3020)

Additional overload for `.add()` on NgRx Data Service causes issue when passing in `boolean` to ...

3b565b47493a3a86681690893d89d28b25b949ac authored over 3 years ago by Jay Bell <[email protected]>
chore: release 12.0.0

045c4c3dc940c93f8fced1def1b11a046c55687c authored over 3 years ago by Brandon <[email protected]>
docs(entity): fix selectedUserId type (#3017)

9640dbc8c70ee74bd5c9080c8b3e02488232b3cc authored over 3 years ago by Marko Stanimirović <[email protected]>
docs(store): add selector deprecation in v12 migration (#3015)

5e8b0043c246657577c574ba9cfa07b3194a56b2 authored over 3 years ago by Tim Deschryver <[email protected]>
feat(store): register eslint-plugin-ngrx with ng add (#3014)

5259890db43b6b0d824fa5788af52188499402d5 authored over 3 years ago by Tim Deschryver <[email protected]>
docs(effects): cleanup module imports in example (#3013)

df760f8c13276d0f0617560b52a5a40fc74a4bf7 authored over 3 years ago by jeripeierSBB <[email protected]>
chore: release 12.0.0-rc.0

34e12a6d659722559689bb4338913317c5991351 authored over 3 years ago by Brandon <[email protected]>
ci: dont lint in parallel (#3011)

cd145e7e9e8666dd6526858f5f114afef37b38c8 authored over 3 years ago by Tim Deschryver <[email protected]>
chore: migrate to eslint (#3001)

Closes #2938

a9e7fb177c4750ac5c8a39ea3898454669cde847 authored over 3 years ago by Tim Deschryver <[email protected]>
chore: release 12.0.0-beta.1

970c942587779a993debd67f00441bf975ee3258 authored over 3 years ago by Brandon <[email protected]>
fix(schematics): assert empty as action observable (#3005)

Closes #2931

61b1ac7bc388d575ff09cea5b06c8aed12595e93 authored over 3 years ago by Tim Deschryver <[email protected]>
chore: release 12.0.0-beta.0

d6730482c6b81e680a755c3f6e55a735198ce57c authored over 3 years ago by Brandon <[email protected]>
fix(data): include files in ng-add schematics

526edd9fb75592c275a46714ce66a9e74a63b202 authored over 3 years ago by Shaun Jackson <[email protected]>
fix(store): ng-add schematics will generate router files if minimal set to false

74a26713c142a71a30c8c68f860d5551a9f3af86 authored over 3 years ago by Shaun Jackson <[email protected]>