Ecosyste.ms: OpenCollective

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

github.com/ngxs/store

🚀 NGXS - State Management for Angular
https://github.com/ngxs/store

chore: fix PR revert

e080b8cfc2d74b1229bd3d2ad65d0e89aef4f7c2 authored over 6 years ago by Austin <[email protected]>
chore(store): add lazy loading unit tests (#333)

* chore(store): add lazy loading unit tests

* chore: remove potential mutation fix

* chore...

8cf0f3c409375b21e3ee6b6ae1e4fb35466b50f8 authored over 6 years ago by Danny Blue <[email protected]>
Merge branch 'master' of https://github.com/amcdnl/ngxs

ca185eb66e98092fdf71ca33194de122981a2d33 authored over 6 years ago by Austin <[email protected]>
chore: docs [skip ci]

3b897e9a437eed4d603b73dcac1860d36b48b0db authored over 6 years ago by Austin <[email protected]>
typo implements (#337)

should be implements ?

75d849a300ba43a7c85ab4a4a7373dabd6b256e0 authored over 6 years ago by Sumanth Chinthagunta <[email protected]>
chore: release

d9ca6e25f33603cb8dc872831325d58532cf845a authored over 6 years ago by Austin <[email protected]>
chore: fix websocket (#336)

* chore: fix websocket

* chore: fix lock

* chore: fix import

* chore: websocket subject

37828a4b872543c86c56a538da061eb10c79d4b5 authored over 6 years ago by Austin <[email protected]>
fix: fix for form not responding to value changes (#335)

798ad453aeef062b14114028ae481112955df14b authored over 6 years ago by Jayson Harshbarger <[email protected]>
chore: upgrade rxjs to official (#332)

c416939e6b6d3c63093517effefe2a9d699beb7c authored over 6 years ago by Austin <[email protected]>
docs: removed destructuring of StateContext and Actions (#320)

* docs: remove destructuring

For new users destructuring of types can be hard to wrap your he...

6b971f547a523ba7dadcd8aa9ccfcf360b61137b authored over 6 years ago by Leon Radley <[email protected]>
fix contributor link

30fac2b6f76e6f131aec31665dd8528938560104 authored over 6 years ago by zwan <[email protected]>
docs(projects): Use NGXS in a shared module

An example of how to use NGXS in a shared module.

2df48fe87d6b49d59d8fc9d28568a1c9b9fcb6f2 authored over 6 years ago by Leon Radley <[email protected]>
Fix typo ("ride of" > "rid of") (#325)

a550a7b7764dbb98306ea966a81ce15f4a263615 authored over 6 years ago by Patrick McDonald <[email protected]>
Update lazy.md

Enforcing styleguide

bbc2164100fae156bbc220dc4375c1d16f9ec3a4 authored over 6 years ago by Brian <[email protected]>
Fix Documentation (#319)

Fix various documentation issues:
- Spelling mistakes
- Grammar problems

ebc3b478f22ae3393a5826bd8720f19cae211434 authored over 6 years ago by Brycen Davis <[email protected]>
docs fix typo (#316)

8047260acda2fcae5c4a5eb075c7efd599bac395 authored over 6 years ago by Jari Pekkala <[email protected]>
chore(docs): fix typos (#312)

- Changed 'goto' to 'go to'
- Changed the description of the `canActivate` guard

f319fc1d6ed9d5101383e039f6a5408a7c343657 authored over 6 years ago by Tim Deschryver <[email protected]>
fix: on first state update, sync form model, status, dirty to state #307 (#309)

* fix: on fisrt state update, sync form model, status, dirty to state #307

* fix: integration...

eb0925f0e8d4a4cd44545098b1a4e5fae843ff9d authored over 6 years ago by AlgoTrader <[email protected]>
chore: docs [skip ci]

83cfa4bfed3608595c3b7dfb9a27c27aa2e40b34 authored over 6 years ago by Austin <[email protected]>
chore: docs [skip ci]

9ca058a6a4351a540866221da8655d6d1fb7321f authored over 6 years ago by Austin <[email protected]>
Fixed Typo in forms plugin doc (#308)

Changed "vice versus to vice versa"

3b39d00c3296364c1bec381ea71ea101d8cf8f20 authored over 6 years ago by Jacob Norton <[email protected]>
fix(websocket): temp disable reconnect

b659f1fcecb51b37f6aa94b08eaba827ef108021 authored over 6 years ago by Austin <[email protected]>
chore: update ng-packagr and rxjs (#306)

* chore: update ng-packagr and rxjs

* chore: fix lockfile

0a88da1f391c62aa034ea4dc0934df508bfcfe5d authored over 6 years ago by Danny Blue <[email protected]>
refactor: update tests to use internal state management (#299)

* refactor: update tests to use internal state management

* chore: fix test name

688fa23dcaa3efea3c505a379c896130a7c09c39 authored over 6 years ago by Danny Blue <[email protected]>
chore: add suggestion for questions on stack overflow in issue template (#302)

5555b7d68972450f32bebaba6da8580554297727 authored over 6 years ago by markwhitfeld <[email protected]>
chore: docs [skip ci]

a37863c6db049d110a2955d883bb5a97fe1c628b authored over 6 years ago by Austin <[email protected]>
chore: docs [skip ci]

40b19f684f3c76820ef4bcadd5c6c1c862a1ef98 authored over 6 years ago by Austin <[email protected]>
chore: update docs [skip ci]

e1a3e17b13d4fb0119694943717e9e1318a2c369 authored over 6 years ago by Austin <[email protected]>
Create CODE_OF_CONDUCT.md

01c13c8e7866cda155f348c8c80c2d4b6240ed0d authored over 6 years ago by Austin <[email protected]>
Revert "fix(build): don’t run `git add` when linting"

This reverts commit 4d9ea38d25303bfbfdaf865b34e78a0d5d92d89b.

We need the git add otherwise the...

66a5071bf4c692a5b02029282dd067c6aa8bb336 authored over 6 years ago by Leon Radley <[email protected]>
fix(build): don’t run `git add` when linting

because if you only want to commit a couple of lines of a file, this will cause the whole file t...

4d9ea38d25303bfbfdaf865b34e78a0d5d92d89b authored over 6 years ago by Leon Radley <[email protected]>
chore: update builds to use custom tsconfig (#297)

* chore: update builds to use custom tsconfig

* chore: fix integration

* chore: fix build ...

242c8faf197b853885cf160e081576c21116417e authored over 6 years ago by Danny Blue <[email protected]>
chore(docs): fix typos and minor improvements (#298)

663d2cbde782116c973ff5438bde495d5d0564f1 authored over 6 years ago by Maarten Tibau <[email protected]>
Improve core testing and type safety (#289)

* test: add more characterization tests around dispatch method

* test: add more characterizat...

3e97b9652c0460ba82b75f36e0d383d27e265517 authored over 6 years ago by markwhitfeld <[email protected]>
chore(docs): add info about using form-plugin in submodule (#296)

d578c84d13f7be90f3ec47f09c499213662b5d5e authored over 6 years ago by Martin Nuc <[email protected]>
chore: doc [skip ci]

8f2fb9b274ea6e92e23083ee64980852e875b29b authored over 6 years ago by Austin <[email protected]>
fix(storage): better handling of bad data 292

44fed6a84a14b437a4793e748e8acd93d442a1f5 authored over 6 years ago by Austin <[email protected]>
chore: docs [skip ci]

679f10bad4b565b5d9b1fbcfef11d6d2fc05e27c authored over 6 years ago by Austin <[email protected]>
chore: docs [skip ci]

0c50d9b1d56f0dcf6fcb3f61811112ee58c18a1e authored over 6 years ago by Austin <[email protected]>
chore: docs [skip ci]

e5b8d17dd8489949a198b67face1bb53f13a774f authored over 6 years ago by Austin <[email protected]>
chore: api docs [skip ci]

33c92bebd745bd26086f38c52b4189f5b332a061 authored over 6 years ago by Austin <[email protected]>
chore: fix api doc [skip ci]

f6ef5a11c93c16eed07cc3075af3d0ce8c01f853 authored over 6 years ago by Austin <[email protected]>
API Docs (#294)

* chore: add new docs

* chore: remove clean

* fix: build

b07c5f9d396633d36b45baed03087744e82a696e authored over 6 years ago by Austin <[email protected]>
fix(build): npm requires semver versions

Our old @dev builds used `3.0.0-dev.0306402` but if the sha1 hash started with a number, it’s no...

b77dab6402e6f6565fe7bac9b7f3cb16689218a2 authored over 6 years ago by Leon Radley <[email protected]>
fix(router): missing lock file, and bad import

0306402b1c04d4f1250459191217b19477b8aa05 authored over 6 years ago by Leon Radley <[email protected]>
feat(build): allow building single package via a yarn script

When debugging it was a hassle having to wait for all the plugins to build before getting to the...

f5d5c12098b7f1774a72ba05bc363ba051a281af authored over 6 years ago by Leon Radley <[email protected]>
fix(router): redo router module

So that we don’t need a dependency on the state-factory

d738d82f1628bf4e762a488f51dab88bde8d8114 authored over 6 years ago by Leon Radley <[email protected]>
Update devtools.md

bb9eb5a7271ee255424457cac446755759780be6 authored over 6 years ago by Austin <[email protected]>
Update sponsors.md

d79b09d57064e557a835b306a8500ac2c0e977c7 authored over 6 years ago by Austin <[email protected]>
chore: add license

1901afb2b6aa8a542365f514d92a316e182b48ba authored over 6 years ago by Austin <[email protected]>
Added test for simple FormArray (#286)

* added unit tests for websocket plugin.

* removed mock-socket

* added checks for IE brows...

b385a5a0d4d2fa0b0da9375cd702923d7142989c authored over 6 years ago by Tahir Awan <[email protected]>
feat(store): add life cycle interface and test (#283)

* feat(store): add life cycle interface and test

* feat(store): add general NgxsLifeCycle

...

f256b9a79e1cc3508cea1d6167d0e7af3827c1d7 authored over 6 years ago by Danny Blue <[email protected]>
chore: export actions

3b65a0b876b71764f7520821a8feb62cfa6d637f authored over 6 years ago by Austin <[email protected]>
fix(store): ensure store names are valid (#281)

* fix(store): ensure store names are valid

* fix(store): improve unit test

da05bbb7ce38b4d58489650b76a09c3ae0757514 authored over 6 years ago by Danny Blue <[email protected]>
using formGroup.getRawValue() so disabled control's data is not thrown away. (#278)

* added unit tests for websocket plugin.

* removed mock-socket

* added checks for IE brows...

821f56f9324bb9d5b60142a231dc4608be25cb8a authored over 6 years ago by Tahir Awan <[email protected]>
chore(docs): state, fix typos correct code examples (#279)

31c3c18b72e13d856112f4d468ede48dbc284bef authored over 6 years ago by Maarten Tibau <[email protected]>
Feature Router Plugin (#285)

A preview of a the upcoming router plugin

c02e2cc46c5b4384905a0cc5d2ec60a132f30943 authored over 6 years ago by Leon Radley <[email protected]>
fix(build): lockfile missmatch

d77761305d2ac7b36ade502ee16bf7d2453444b1 authored over 6 years ago by Leon Radley <[email protected]>
chore: fix lockfiles

39640830f0388448fd6d235f8af31de8bd59e2b2 authored over 6 years ago by Danny Blue <[email protected]>
chore: fix doc

b491a48da000d2d01ae54ce61b350a6e611c1034 authored over 6 years ago by Austin <[email protected]>
chore: release notes

25c6021edd0c73f616712df18507dc9933410d91 authored over 6 years ago by Austin <[email protected]>
chore: fix link

ce7c50ea2112bef4391ecc3d5d0be82d43ddaf4c authored over 6 years ago by Austin <[email protected]>
Merge branch 'master' of https://github.com/amcdnl/ngxs

afde23d5cf0e30e4bc157e45aa0e1e93d62d73f7 authored over 6 years ago by Austin <[email protected]>
chore: expose api

70271b68d16bcfad4957cc4d9a473a4a5c2320c8 authored over 6 years ago by Austin <[email protected]>
chore(docs): spelling

89d19c02cb8b139168c72711b30c6614584284b5 authored over 6 years ago by Danny Blue <[email protected]>
Merge branch 'master' of github.com:ngxs/store

0f618df6ba4507836580008168b4cec77b8d6eef authored over 6 years ago by Danny Blue <[email protected]>
chore(docs): add more details about unit tests

0e695a19ab5ab93194f3db41fe5fd751aa2199f3 authored over 6 years ago by Danny Blue <[email protected]>
chore: docs

b07a5f9ef1ae9059bdbef695f239da8552d17c2b authored over 6 years ago by igorivaniuk <[email protected]>
chore: name fixes

673f8723bc445ad02e1b638f544143293a43195c authored almost 7 years ago by Austin <[email protected]>
chore: readme tweak

4e688230ff1bd2294b382a79831673b14f5c88be authored almost 7 years ago by Austin <[email protected]>
chore: doc updates

637105a2ea68ca02f5435072b02f1628cadc52dc authored almost 7 years ago by Austin <[email protected]>
Fixed infinite loop issue. (#268)

* added unit tests for websocket plugin.

* removed mock-socket

* added checks for IE brows...

6e62dd2530d19812e03fd6f55f923a8964e9f895 authored almost 7 years ago by Tahir Awan <[email protected]>
fix: link

2b234bb93553e4e375af2c1068cca01cbe8b858f authored almost 7 years ago by Austin <[email protected]>
Fix concepts link (#263)

gitbooks link also responds with 404. I assume it needs to be replaced with https://ngxs.gitbook...

bebc40757dc127bb8b69dfde95a71b88435c36ab authored almost 7 years ago by Peter Valdes II <[email protected]>
Revert "fix(store): fix OpteratorFunction import (#266)"

This reverts commit b16978b5c8ee1427148b99f0678ab5adb800d442.

7ca9e1fd4fad5c97d36f7720b2bb57f80126d4ea authored almost 7 years ago by Danny Blue <[email protected]>
fix(store): fix OpteratorFunction import (#266)

b16978b5c8ee1427148b99f0678ab5adb800d442 authored almost 7 years ago by Danny Blue <[email protected]>
chore: docs

d8935409d84257c15e9dc87f2a0f6328ce16cd6f authored almost 7 years ago by Austin <[email protected]>
chore: update docs

d51f2d5d7c32d67faf38fb5c213b235f31cb65fd authored almost 7 years ago by Austin <[email protected]>
chore: update docs

d0d528f61e51a16e76d5f7f09414b0785187eee8 authored almost 7 years ago by Austin <[email protected]>
chore: docs

017cbcaea4c4aec56c298123038d322f5ff25006 authored almost 7 years ago by Austin <[email protected]>
chore: docs

b259bf545d5b609946fbc12aad24e44badf0bdd5 authored almost 7 years ago by Austin <[email protected]>
chore: doc tweaks

dbfdaaee5dcea30e7fe1410fc92b3b7722006785 authored almost 7 years ago by Austin <[email protected]>
chore: tweak config

c55b9f02ac8d6b36c074b85bf88a75815a1b63e9 authored almost 7 years ago by Austin <[email protected]>
NG6/RX6 Upgrade (#253)

* chore: ng6 rx6 upgrade

* fix(websocket): bad imports

* chore: test cleanup

* chore: f...

2de83f218ba01efd1b7484f9d54fc7f6a7cc2b68 authored almost 7 years ago by Austin <[email protected]>
added checks for IE browser (#261)

* added unit tests for websocket plugin.

* removed mock-socket

* added checks for IE browser

dddaccc9d3dfe88e0fab66d56f4e41c2eb3e2612 authored almost 7 years ago by Tahir Awan <[email protected]>
Update .codeclimate.yml

d7892237c5d300cbcec14e7f94113d4d66a10fe2 authored almost 7 years ago by Austin <[email protected]>
Update .codeclimate.yml

16ccc604fce8bd241645ebc11e25ee4dfc195676 authored almost 7 years ago by Austin <[email protected]>
Update .codeclimate.yml

382e9cb4281ab0e19c1f2981ea37ca08c521892e authored almost 7 years ago by Austin <[email protected]>
Update .codeclimate.yml

961840d02edb03f160284f3c229cc7758fcb0944 authored almost 7 years ago by Austin <[email protected]>
Update .codeclimate.yml

a75267564225a19ffeefa988aa71a2f31c813353 authored almost 7 years ago by Austin <[email protected]>
Update .codeclimate.yml

64f33c0f4d936508b4f02c5d8b237884de621a38 authored almost 7 years ago by Austin <[email protected]>
Update config.yml

27157ef157e3d88a7265325b4528cee1d913b2e0 authored almost 7 years ago by Austin <[email protected]>
Update README.md

c6deca3af6f47c8a0e937089206537451e3e4726 authored almost 7 years ago by Austin <[email protected]>
Update README.md

97ed8a68cfea45613a58b9861f3bd9c317fee5d6 authored almost 7 years ago by Austin <[email protected]>
Update projects.md

f8b2d85616c8cd55de0a9f4d95160015780c0064 authored almost 7 years ago by Austin <[email protected]>
feat(store): create action stream that shows the action lifecycle (#255)

* feat(store): create action stream that shows the action lifecycle

* feat(store): update uni...

0d1e6e7559ec0a6dee68312d63d9b37a4f0285cd authored almost 7 years ago by Danny Blue <[email protected]>
docs: rxjs-compat dep

bc8b3769834e7601e7fbce47b5e0b23aa5184646 authored almost 7 years ago by Leon Radley <[email protected]>
chore(docs): change code blocks from JavaScript to TS

82ecb5f561e33d350ca5d6b47e6541d4c4a9ad28 authored almost 7 years ago by maartentibau <[email protected]>
chore(docs): concepts/actions, rename file and fix typos

8ccfe7097b44e43ddaac9274423b63c0c5bcfed5 authored almost 7 years ago by maartentibau <[email protected]>
chore(docs): concepts/actions navigation

613e55d2e0521833a34becc0f3b90bcbacdac067 authored almost 7 years ago by maartentibau <[email protected]>