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

build(Example): Rebuild example when module files are updated (#698)

Closes #653

9de81196974d5a8055c7164dec070faff4535ace authored almost 7 years ago by Brandon <[email protected]>
fix(Schematics): Don't add state import if not provided (#697)

e5c2aedbd3ab9c56fd729e28af5ed2253b5ce53b authored almost 7 years ago by Brandon <[email protected]>
chore(docs): Make variable names more unique in counter example (#696)

Closes #694

dffb539e098aaf31b3e7c8615dc0254f65c8347a authored almost 7 years ago by Peter B Smith <[email protected]>
build: Exclude testing files from being removed (#695)

Closes #678

30127859fc545793d1bd7a3d2fc5a1f2f76ec59a authored almost 7 years ago by Brandon <[email protected]>
chore(docs): Fix example for action type enum (#691)

93351d6b3461c0fb13e58b75be155b5dcb628697 authored almost 7 years ago by Tobias Gassmann <[email protected]>
feat(Schematics): Add alias for container, store and action blueprints (#685)

dc64ac96c0ebe29c06396e93c0dcda82f2523d32 authored almost 7 years ago by Peter B Smith <[email protected]>
feat(Schematics): Add alias for reducer blueprint (#684)

ea98fb72b3970fb0b3eb6c6285fe208c636ed11a authored almost 7 years ago by Peter B Smith <[email protected]>
chore(docs): Update documentation with enums and lettable operators (#677)

06aeac4f12e143a7af8703b859d7a3e87e5a621e authored almost 7 years ago by Brandon <[email protected]>
refactor(Entity): Expose Update interface (#675)

closes #670

d9b37cdf49327834740fb586d0da4936ef1e3563 authored almost 7 years ago by Nguyen San <[email protected]>
chore(build): Resolve target path for copying files (#661)

Closes #660

95dd2dc2c870477572784044b0be46a2876ef43b authored about 7 years ago by wernert <[email protected]>
chore(docs): Clean up spacing in documentation files (#656)

8c8b914eba166a364c640038b656e835d35cde15 authored about 7 years ago by kouMatsumoto <[email protected]>
fix(Effects): Ensure Store modules are loaded eagerly (#658)

Closes #642

0a3398d4e334d93e35fd61c15c0a9b9c919f5c44 authored about 7 years ago by Brandon <[email protected]>
refactor(Store): Combine store module export statements (#654)

cb84a4d16c385f34ca75036ef61be027f1f5d6d3 authored about 7 years ago by Peter B Smith <[email protected]>
feat(Effects): Add lettable ofType operator

Introduces lettable operator for Actions.ofType.

BREAKING CHANGE:

Updates minimum version of R...

d5e1814158d323a56cd018905d1a6953a87cbe26 authored about 7 years ago by Brandon Roberts <[email protected]>
chore(deps): Update RxJS dependency to ^5.5.x

caf6c8d5a9ec4374aac5cd8a2e9083ae97971319 authored about 7 years ago by Brandon Roberts <[email protected]>
chore(lib): Update package versions to 5.0.0-alpha.0

a9e522953832b09bb329bac4524637bc608c450a authored about 7 years ago by Brandon Roberts <[email protected]>
feat(Store): Add lettable select operator

Introduces lettable operator for Store.select.

BREAKING CHANGE:

Updates minimum version of RxJ...

77eed24b00672ddab2ac7d560280966689a3a789 authored about 7 years ago by Brandon Roberts <[email protected]>
chore(Example): Refactor example app to use lettable operators

79962aba5277c3bad71bfc2acf00b01493044bb1 authored about 7 years ago by Brandon Roberts <[email protected]>
chore(docs): Fix typo in Store Devtools readme (#651)

d4351400fe0b4a8a0a26b932556837e5bb2a4fbb authored about 7 years ago by RobertMonks <[email protected]>
refactor(Effects): Implement ErrorReporter as an ErrorHandler (#635)

Closes #626

c3d46a8865fc25feda19a8533a3eede7c5f84a50 authored about 7 years ago by Jason Bedard <[email protected]>
chore(Example): Update actions types to use enum instead of const (#598)

c642a627e1083c76f8fd6711b12237aa6758775b authored about 7 years ago by Mike <[email protected]>
feat(Schematics): Introduce @ngrx/schematics (#631)

Closes #53

1837dba27e3a0285cfa536852509a31995ba732f authored about 7 years ago by Brandon <[email protected]>
chore(docs): Fix link to createFeatureSelector section (#638)

561542cf0781c26bd2fc48ac385157e190edd5dd authored about 7 years ago by Hadrien TOMA <[email protected]>
chore(build): Remove compiled source files from build output (#630)

Closes: #629

b7a554a814aa364039d4a551682950b221704a1f authored about 7 years ago by Alan Agius <[email protected]>
chore(Example): Add books containers test (#603)

2fbcd2413fed071ef2b48f934bf8305ced202058 authored about 7 years ago by Benjamin Cabanes <[email protected]>
chore(docs): Update yarn minimum version and scripts (#617)

551da92c603f067b2437e9f74b30cc3578f4827f authored about 7 years ago by Francesco Soncina <[email protected]>
chore(docs): Tweaked instructions on running the example-app (#613)

14f7640bdae0367137abb65d5deab1be53d201b2 authored about 7 years ago by Hadrien TOMA <[email protected]>
refactor(Store): Refactored state action subscription and feature selector (#605)

8d532c2e2a154116c615b953445a3de09211e16e authored about 7 years ago by swseverance <[email protected]>
chore(Example): Add unit tests for auth effects (#602)

5a30b07ab92e2b7d3aa5271178995e04762f9a09 authored about 7 years ago by Benjamin Cabanes <[email protected]>
fix(Entity): updateOne/updateMany should not change ids state on existing entity (#581)

Closes #571

b989e4b00e4607fef3b9a97d5243a539488f42fa authored about 7 years ago by Bruno Baia <[email protected]>
chore(build) Ignore node_modules if glob path begins with dot (#607)

aa9bf9de5bdb27025b8324df588c9d2fd5a08858 authored about 7 years ago by Oleg Pimenov <[email protected]>
doc(example): fix some typos (#606)

d9bbb96b9ef596868ecf38f22345303c9d2e5892 authored about 7 years ago by Benjamin Cabanes <[email protected]>
chore(Example): Correct comment format and indentation (#601)

18032b2e8128662776b2d46f75384d68e64682a3 authored about 7 years ago by kouMatsumoto <[email protected]>
chore(docs): Improve StoreDevtools config documentation and example (#588)

bf7b85e0d9fef96fc82fa3c1d27afdb7468ab873 authored about 7 years ago by Benjamin Cabanes <[email protected]>
chore(docs): Add params to custom RouterStateSerializer example (#589)

a467bd655ede46d15def9f3ba2d4128b95c38d2c authored about 7 years ago by Benjamin Cabanes <[email protected]>
fix(StoreDevtools): Only recompute current state when reducers are updated (#570)

Closes #229, #487

247ae1abae001684e09eca2a7ab9174cee1f7c2c authored about 7 years ago by Brandon <[email protected]>
chore(build): Update dependencies to Angular 5 (#580)

Closes #553

5a998ba74618c05fb6c3c61418332a887a437422 authored about 7 years ago by Brandon <[email protected]>
fix(RouterStore): Fix usage of config object if provided (#575)

41259149e9322fcf54cd8e1e4e7e5b3991a3b221 authored about 7 years ago by Frédéric Barrière <[email protected]>
chore(Example): Set default for debounceTime (#576)

d26cfe8419b9557666ecc10c07aa749bd5b0d6ed authored about 7 years ago by Eric Wang <[email protected]>
chore(docs): Add docs for selector memoization reset (#574)

Closes #569

5aa8c70bca7735358b75bf1298a50c02df2e96ea authored about 7 years ago by swseverance <[email protected]>
chore(Store): Reinstate pending unit test (#559)

93032e734adcbd4d988d76694c65dafd2070d1f3 authored about 7 years ago by swseverance <[email protected]>
feat(StoreDevtools): Add support for extension sanitizers (#544)

Closes #494

6ed92b08a60bb99a88433372b9793586f78b17ff authored about 7 years ago by Rupesh Tiwari <[email protected]>
fix(typo): update login error to use correct css font color property

41723fcc36aba402e8d262ddccf13882333854b5 authored about 7 years ago by Mahmut Jomaa <[email protected]>
fix(RouterStore): Match RouterAction type parameters (#562)

980a653853267cacff8efc0dded96c0ff7f83a23 authored about 7 years ago by Tomáš Livora <[email protected]>
chore(docs): Correct contributors link and add code highlight (#558)

ab5ad56c9ed50efa01a26b3d97070d86fcb82b18 authored about 7 years ago by Sergey Koshechkin <[email protected]>
feat(StoreDevtools): Add support for custom instance name (#517)

Closes #463

00be3d12300d8cedf130da0fecb868832dba4ff9 authored about 7 years ago by Rupesh Tiwari <[email protected]>
feat(material): Upgrade @angular/material to v 2.0.0-beta.12 (#482)

Angular material removed the global MaterialModule all the
components needs to be imported indi...

aedf20ed49b1b9e8274f155734f6284cf96e6b4b authored about 7 years ago by Fabrizio Fortunato <[email protected]>
v4.1.1

b5485fe651dcc16deb66cc2c105a19b533227b2b authored about 7 years ago by Mike Ryan <[email protected]>
fix: Add support for Angular 5

30a8c56cfbbcc1feedb4cc5cdd9e38346b336bdb authored about 7 years ago by Mike Ryan <[email protected]>
chore(docs): Add example for createSelector with multiple selector functions (#507)

d1dba9f9e34823ab757916b28943a6a651422f0c authored about 7 years ago by Sebastián Ramírez <[email protected]>
chore(docs): Improve provideMockActions example for @ngrx/effects testing (#546)

814ecfbfef6ed62f8b1a8835e0218a6f5bd483a0 authored about 7 years ago by Dan <[email protected]>
feat(Codegen): Add base code and build for @ngrx/codegen (#534)

2a22211d5948d033df108cd71223ba7a69536ee8 authored about 7 years ago by Mike Ryan <[email protected]>
fix(Entity): Fix type error for id selectors (#533)

Closes #525

88f672c99a40ff597a1516dd56c69940f7e563ee authored about 7 years ago by Herculano Campos <[email protected]>
chore(docs): Fix import path in entity example (#530)

f50690fc0f67a42c5614ed42b41ecb5f54a48d83 authored about 7 years ago by Daniel Milbrandt <[email protected]>
feat(RouterStore): Add configurable option for router reducer name (#417)

Closes #410

ab7de5c97909aca15fc2366d8daaed8c70a7b56d authored about 7 years ago by Phill Z <[email protected]>
chore(deps): Add Angular 5 RC support (#522)

4db7d61340eb66eed76d3d1c951a8fc755f99f93 authored about 7 years ago by Ryan Jordan <[email protected]>
chore(Example): Replace Http with HttpClient (#520)

f56fb54b19d10bf3fcdea028d213131ca3b13b1d authored about 7 years ago by Ryan Jordan <[email protected]>
docs(readme): Add @ngrx/entity (#521)

7927f8ec950b5e5faf4cce95f0b0f49d7185d0ec authored about 7 years ago by Abdellatif Ait boudad <[email protected]>
chore(Example): Improve handling of book search error (#483)

Closes #466

998b9d2de126423a2f83f7ab74d71f858e78991c authored about 7 years ago by Peter B Smith <[email protected]>
chore(Example): Pin @angular/cli to 1.2.x to fix paths usage (#514)

565389a0013d82d60075d8d3dd1ec68b815236b5 authored about 7 years ago by Brandon <[email protected]>
chore(docs): Add note about actions and effects for router usage (#499)

44b68222ee71613768f4569d6b8940f6c900b37e authored about 7 years ago by Glen Davies <[email protected]>
docs(README): Add official Medium editor link (#511)

3dc5e1fb000449fe9db9996211115deebe017e51 authored about 7 years ago by Benjamin Cabanes <[email protected]>
v4.1.0

63ab98a30f54f5eb2a385fabfa5bee7a1ef083b0 authored about 7 years ago by Mike Ryan <[email protected]>
chore(deps): Upgrade to Angular 4.3+

8aa436266111d103bbef532086ec37b17744e702 authored about 7 years ago by Matt <[email protected]>
chore(docs): Made example code of using a selector more inclusive (#504)

f4e905dff2ad62896895e91fb9a35362f02b0890 authored about 7 years ago by BobbieBarker <[email protected]>
feat(Effects): Add getEffectsMetadata() helper for verifying metadata

Closes #491

628b865e84277902e2bebbeb1171986e70cc32a3 authored about 7 years ago by Denis Loginov <[email protected]>
feat(Entity): Enable creating entity selectors without composing a state selector (#490)

aae4064f8562b0c97ab34c077608e86d6fe5cbc0 authored about 7 years ago by Mike Ryan <[email protected]>
chore(Effects): Remove Export Decorator (#492)

This has a strange bug with closure compiler

8728bc1123f2c2bb844d7c283cf75e8fdc3e7c22 authored about 7 years ago by Rob Wormald <[email protected]>
fix(Store): Set initial value for state action pair to object (#480)

Closes #477

100a8ef9c83d4eff4f1eb74800bf49d90773f5ab authored about 7 years ago by Brandon <[email protected]>
feat(Effects): Add root effects init action (#473)

Closes #246

838ba17de0184c6c3a89f3e6a98ded562e915205 authored about 7 years ago by tdeschryver <[email protected]>
fix(Entity): Change type for EntityState to interface (#454)

Closes #458

d5640eceaed541381986544e9284aef33b4290b9 authored about 7 years ago by Brandon <[email protected]>
chore(Example): Update import path for book model (#458)

d4f80d7bfee9490dafa5119b3baed2814448649d authored about 7 years ago by Daniel Hernandez <[email protected]>
fix(decorator): add ExportDecoratedItems jsdoc for g3 (#456)

2b0e0cf4129bf934a3f5b1c751b14f6d2fe0739e authored about 7 years ago by Rob Wormald <[email protected]>
feat(Entity): Add support for string or number type for ID (#441)

46d6f2fc35af8aef015561dbbfb9da05bbe94742 authored about 7 years ago by Brandon <[email protected]>
chore(deps): Update rollup to version 0.50.0 (#434)

Rollup 0.50.0 requires to specify which module format through -f option

b80aa6e3ae92b213d2fbb1c12c07845617c3a955 authored about 7 years ago by Fabrizio Fortunato <[email protected]>
fix(Effects): Simplify decorator handling for Closure compatibility

ad30d408a26a85d390a22f490b633ec3128c8031 authored about 7 years ago by Rob Wormald <[email protected]>
refactor(Entity): Rewrite entity adapters for better performance

7fa0cf2559bab9b1090148ae6042aff82881a4c4 authored about 7 years ago by Denis Loginov <[email protected]>
chore(Example): Add login info to example app. Fix sidenav issue with IE (#436)

e63720ebe946397286ecbb87b02f8f2cab6d8bab authored about 7 years ago by Brandon <[email protected]>
chore(docs): Fix OnRunEffects example (#430)

4b606d581d18866576b9632b0537953c2b6006c4 authored about 7 years ago by Bruno Baia <[email protected]>
chore(docs): Add docs on usage of custom router state serializer with store freeze (#426)

358f5ce1b2a346985ba13fb5b9f8b2417229b78d authored about 7 years ago by Zak Henry <[email protected]>
chore(docs): Add missing from in metareducer example. (#418)

5573ec0d1d13a90c217227313ff57dc287d9e777 authored over 7 years ago by Abdellatif Ait boudad <[email protected]>
docs(Entity): Fix examples for @ngrx/entity usage (#415)

Closes #399, #403, #412, #413

ddb2f9730cc01658f5cd2b551618baa1f01d6338 authored over 7 years ago by Brandon <[email protected]>
feat(Entity): Add default selectId function for EntityAdapter (#405)

2afb792060f496262b77ec64ea39088bef2c409e authored over 7 years ago by Phill Z <[email protected]>
fix(Example): Add missing import for catch operator (#409)

193e8b39022d8baf59d5e8312c4255aed96f76dc authored over 7 years ago by Stan Carrico <[email protected]>
docs(effects): Remove usage of deprecated `toPayload` util in example (#407)

1ced35a62c61d9a3a53a1a7a8e0887353f59135b authored over 7 years ago by Jay Phelps <[email protected]>
chore(Example): Add Jest as test runner for example tests (#371)

c31573f1c4d9cc02a90cd2033f68d83b17b74969 authored over 7 years ago by Brandon <[email protected]>
fix(Store): Refactor parameter initialization in combineReducers for Closure

5c60cbae166920f05a66bfedd945549b5de96645 authored over 7 years ago by ukrukarg <[email protected]>
feat(Entity): Rename 'sort' to 'sortComparer'

Closes #370

274554b34acd6e910e55c476e8852e0cad123b28 authored over 7 years ago by Daniel Karp <[email protected]>
chore(docs): Minor fixes to entity interfaces documentation (#390)

- Fixes the type for the selectedUserId in the example.
- Fixes the link to creating an entity ...

9e1375d863d213e9d890b9caebb8ab8875fe4564 authored over 7 years ago by Philipp Bunge <[email protected]>
chore(docs): Change providing injected reducers by factory instead of value (#387)

a07c05e2e1cd38d0e580395bf2f183b702ca3294 authored over 7 years ago by Szpadel <[email protected]>
fix(Store): Fix typing for feature to accept InjectionToken (#375)

38b2f955e980c8f717a184e860fdda2db159018a authored over 7 years ago by Szpadel <[email protected]>
chore(docs): Update @ngrx/entity documentation examples and usage (#369)

Closes #367

669b2f4ac82538abe2bb6111178175c0122e9a60 authored over 7 years ago by Brandon <[email protected]>
docs(entity): Fix typo in url (#365)

47f4ca84c3951f9cfc003b3591f995742f7a6718 authored over 7 years ago by Salem Ouerdani <[email protected]>
chore(Example): Documented @ngrx/entity and added to example app (#328)

0f007798225b7718a9dae68a3d5ce2883e42c897 authored over 7 years ago by Brandon <[email protected]>
fix(RouterStore): Stringify error from navigation error event (#357)

Closes #356

0528d2ddea5a0a772d7130f7296984e82369961a authored over 7 years ago by Brandon <[email protected]>
chore(docs): Fix action interface example (#360)

81afd0d71c0aca6d051a88954e2fa4edbf9a9cf2 authored over 7 years ago by Emil Abraham <[email protected]>
chore(Example): Added ngrx-store-freeze meta-reducer to example application (#343)

127ccc99663442ea1a902e459ae9fb1041fd7f80 authored over 7 years ago by Brandon <[email protected]>
fix(RouterStore): Fix cancelled navigation with async guard (fixes #354) (#355)

Closes #354 #201

920c0bab702d6bc99eb74c53c9c0a2eacebb5132 authored over 7 years ago by Pusztai Tibor <[email protected]>
docs(RouterStore): Fix type signature of ROUTER_NAVIGATION action (#344)

28e1983bfd53639afd91336a5c37a87d7f5684d1 authored over 7 years ago by David Herges <[email protected]>
feat(Store): createSelector with an array of selectors (#340)

Closes #192

2f6a0357bdfff60d2bc5c558563538d68aeb61e0 authored over 7 years ago by tdeschryver <[email protected]>