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

tweak build scripts

a03581da0f2c0dd410c6fe27b5e1e05c79f6eda5 authored over 6 years ago by Danny Blue <[email protected]>
rename demo integration

24340a1370de7b0013230c6176975cf818805a33 authored over 6 years ago by Danny Blue <[email protected]>
put changelog back

e7ee4c80890b6e6d4c33a2b66adf87ed926c4f18 authored over 6 years ago by Danny Blue <[email protected]>
monorepo

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

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

6a6a5005fb9aa74790701186e9e3a212b7c91f64 authored over 6 years ago by Austin <[email protected]>
feat: rename to @ngxs/store (#147)

6cec95721215ed230eb6ccea6711a869f01318b1 authored over 6 years ago by Leon Radley <[email protected]>
fix: circleci not uploading to codeclimate

b960ffa159e11bd4968e9b3b2878c8b5aa28f389 authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci not uploading to codeclimate

1724b9466c93fd9090dec816b093dbe7acda7877 authored almost 7 years ago by Leon Radley <[email protected]>
chore: update readme with new repo name

49eaa0bb99e9f49dc5abc7e798864b0f44af9360 authored almost 7 years ago by Leon Radley <[email protected]>
chore: release

6c58c6b766e8dd8c32d433a4f296a01f8b592754 authored almost 7 years ago by Austin <[email protected]>
fix: devtools not sending payload #132

9e905c540e992597640c69df13562166b99e6891 authored almost 7 years ago by Austin <[email protected]>
Merge branch 'master' of https://github.com/amcdnl/ngxs

4e78cb530f1cf90b79225163bd3e5092bc686328 authored almost 7 years ago by Austin <[email protected]>
chore: add better if check

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

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

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

1e8fa0db544f037d997ccd3ea5b477820e7abbd3 authored almost 7 years ago by Austin <[email protected]>
chore: release

b5c39cb81dfd1ab984ba78441f884b96a58fca23 authored almost 7 years ago by Austin <[email protected]>
fix(core):feature-modules (#135)

* chore: clean up package.json

cleanup package.json

* fix(core): allow feature modules

...

414fa7b8b16ec70f1a99733c86f265a1d1921315 authored almost 7 years ago by Danny Blue <[email protected]>
fix: circleci paths to junit files is wrong

8de8abb68dbc72f5ca803712bda625deb09bdc7f authored almost 7 years ago by Leon Radley <[email protected]>
feat: circlici insights

by using the karma junit reporter, we can get details insights in the dashboard of circle ci

989904efe5c95473d52a5122e2b116a760b31e7c authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci output the build artifacts into it’s own folder

c84c4b685987c0706d9b6e1999eba7d2c1fe87cd authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci, changed caching method

yarn still takes 30s to install, but since nothing has changed in the package.json file and we h...

86aa160903ea52e2a6a832e8b25e5ec9cdda6c9d authored almost 7 years ago by Leon Radley <[email protected]>
Merge branch 'master' of https://github.com/ngxs/core

9ae98ddc20d53804adf5ae0053add54087c3df6f authored almost 7 years ago by Leon Radley <[email protected]>
feat: store artifacts (dist and docs) in circle ci

Also try adding node_modules to caching layer

0b257c1b14c8eccfb4ea9deec3fd64bebbd39ace authored almost 7 years ago by Leon Radley <[email protected]>
feat: add overloading to select method in Store (#130)

Adds an additional function signature for the select method
in the store class that makes the m...

c9628f53f006ffef8bff33f387a2f08ba834d1fa authored almost 7 years ago by Jon Bretman <[email protected]>
fix: add empty options object, to prevent errors (#131)

Check if options falsy (eg. `.forRoot()`), than create an empty object to prevent errors. So you...

7bd14ee0df6eac3f1e229441df94c84708b69f34 authored almost 7 years ago by Sebastian <[email protected]>
Merge pull request #129 from dietergoetelen/patch-1

fix(docs): add missing parenthesis

d80c087d8e7e4267ab3e213a97ccfe62c96f17f8 authored almost 7 years ago by Leon Radley <[email protected]>
docs: change to circleci

acb61fb3a5370849e85a385909c9bb24567de04b authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci cache key fallback

fd67a3e9570d9c318d5e94037ebc03b8c06a4be9 authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci code coverage uploads

c0908c2a4eb594151f01c5c24cd8a0d14330fe6e authored almost 7 years ago by Leon Radley <[email protected]>
fix: separate configs for ci and normal tests

Muting output to not polute circleci logs

5d73599455ce2d53319ed8b2ac9c11b7200d15e8 authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci workspace directory needs to be under user

ba0471b49e9eb2f3e436ec3e46918958cd566b4c authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci yarn caching

f5043f871969875c373c62fe54864b0769b8fd81 authored almost 7 years ago by Leon Radley <[email protected]>
fix: circleci missing step type

5c0391c97487b9a8d3c761f5decfb24804f9c1a0 authored almost 7 years ago by Leon Radley <[email protected]>
fix: missing job defaults in circleci config

b4de7de599124429d8b5c62949a5c73a1b80f54a authored almost 7 years ago by Leon Radley <[email protected]>
feat: first iteration of circle ci builds

253a9befd4fa3cfae4b2a20a597cde3f862c0f92 authored almost 7 years ago by Leon Radley <[email protected]>
fix(docs): add missing parenthesis

d58375641ecb5f9afa05073f5690357811077690 authored almost 7 years ago by dietergoetelen <[email protected]>
chore: fix types

6cdaf2eb5dfb4763df2daa232d99c1e0ef87a5ab authored almost 7 years ago by Austin <[email protected]>
feat: dev tools jump

5051a3dbbe95bc90c695191f8bef860a4499f67c authored almost 7 years ago by Austin <[email protected]>
fix: event error in ff

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

82f2523a44b32d7901995ba1a2e1b63557e69a0a authored almost 7 years ago by Austin <[email protected]>
chore: adding some more docs

a438fa7f797ccee11d3fc93e20be23e02b435380 authored almost 7 years ago by Austin <[email protected]>
chore: fix typo

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

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

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

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

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

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

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

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

aa8a745f6d88e8f40a93958f6ce392df52741c54 authored almost 7 years ago by Austin <[email protected]>
chore: comment out invalid tests

7f17e8d21eb9b237da158c0666b3853d053e276d authored almost 7 years ago by Austin <[email protected]>
fix: lazy load bug

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

080fd2ab03d4834add9988b8795ac460c62afba5 authored almost 7 years ago by Austin <[email protected]>
feat: improved module init (#126)

I was having troubles when having NgxsModule.forFeature in the main app.

It seems that the pr...

516b04538cdef576e9268d3c87217d31070c2ad5 authored almost 7 years ago by Leon Radley <[email protected]>
Merge branch 'master' of https://github.com/amcdnl/ngxs

b0af9f577ed710a1034055d0529ef5e5954044d7 authored almost 7 years ago by Austin <[email protected]>
chore: add cl notes

841e5194eca73850bdcbc01a44c7a14c18c5b2b1 authored almost 7 years ago by Austin <[email protected]>
fix(plugins): log action payload in NgxsLoggerPlugin (#124)

Fixes https://github.com/amcdnl/ngxs/issues/110

824064f9b159876c452eab7ce2fb398b5f28d32d authored almost 7 years ago by Lukáš Kováč <[email protected]>
feat: state can listen to action multiple

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

324c667b4b7debd8eb979006c67ca0ae347d88cd authored almost 7 years ago by Austin <[email protected]>
Missing getState() call before patchValues (#121)

Fixes a `[ts] Cannot find name 'state'.` error. This tripped me up for a couple minutes.

72ba53223bbdac4512949901d2fe867633d302de authored almost 7 years ago by Justin Vencel <[email protected]>
fix(docs): updated bad or missing imports (#119)

d74adf2f3eee0ad58694c9465b8d55d5b8758c16 authored almost 7 years ago by Jeff Delaney <[email protected]>
chore(core): patch state should be partial (#116)

use typescript "Partial" type for patchstate method

376a00a6e387cf88440f55b442daa6464a376905 authored almost 7 years ago by Danny Blue <[email protected]>
chore(docs): add issue template (#123)

08edcdb2a1505d381547793fd7e6f54e1f98c2fe authored almost 7 years ago by Danny Blue <[email protected]>
fix: devtools

f466f12d98cb22162d610770f2b0d6febb911a72 authored almost 7 years ago by Austin <[email protected]>
chore: remove share op

81bdbfb2f6c277b2fe16a6a2e5b34b278e29b7d4 authored almost 7 years ago by Austin <[email protected]>
chore: remove console log

baab71651036f05ed305b5630ab8b59293499f0d authored almost 7 years ago by Austin <[email protected]>
chore: release

6da4ed2d4a5f9152a4be199369b2a4053e71ffd3 authored almost 7 years ago by Austin <[email protected]>
chore: remove unused imports

42d578dd75f3db8183a1477a4752cc6c0a481eae authored almost 7 years ago by Austin <[email protected]>
fix: double emits

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

3db3c3fb18212733a2f79dfea4f7a87d45950f71 authored almost 7 years ago by Austin <[email protected]>
fix: closes #104

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

d3ce812576bb0caf1d65c434e2d4c482c276b7ba authored almost 7 years ago by Austin <[email protected]>
feature(core): store select accepts class (#108)

* feature(core): store select accepts class

* fix package formatting

* format rxjs imports...

b47e382a55d235a84d45e8da8960b50b10c39e36 authored almost 7 years ago by Danny Blue <[email protected]>
chore: minor code variables names and inline docs

f00799469b94a1d2a007695a611428a76a02eef2 authored almost 7 years ago by Austin <[email protected]>
chore: error handling

2996525355c8219abf8cd49aa8613637315f0303 authored almost 7 years ago by Austin <[email protected]>
chore: add some error handling

ad3366616764e0190a363ded02562b4ad4a1238c authored almost 7 years ago by Austin <[email protected]>
chore: add note about forroot

c45a107fa5020dfb278d640c3dd2da4087b3c063 authored almost 7 years ago by Austin <[email protected]>
chore: rename event stream

b789c75870e48468ce5bf922cfc8020f61305375 authored almost 7 years ago by Austin <[email protected]>
refactor(plugins): ngxs prefix (#98)

Rename plugin modules and classes to include Ngxs prefix

BREAKING CHANGE:

`LoggerPlugin` i...

136824ab99f1fc0a7af6c05c433bead5c98e73b3 authored almost 7 years ago by abdelkrim boutkhil <[email protected]>
fix(core): inferring state name breaks with uglify (#97)

* fix(core): inferring state name breaks with uglify

* update unit tests

6d9279cb9dc72208c66c348da9c269788120cfec authored almost 7 years ago by Danny Blue <[email protected]>
feat: memoized selectors

efd3565bcf6f095a7544626750257a1d172e8f35 authored almost 7 years ago by Austin <[email protected]>
chore: playing w/ mem

d5337471f06368bf194a9686996879aa6975bedd authored almost 7 years ago by Austin <[email protected]>
chore: fix build

07cf63a72a58d7e4a9640ef5e1d9aa683763c8da authored almost 7 years ago by Austin <[email protected]>
fix: default state val

81915c27928003d9d64d612713bcceba7b20aa56 authored almost 7 years ago by Austin <[email protected]>
fix: demo

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

a81586eb727057c1ca1bacab97a78fb181e5b015 authored almost 7 years ago by Austin <[email protected]>
fix: patch value

064b782757bbf715df6a1dd3562e96b3d3391d4b authored almost 7 years ago by Austin <[email protected]>
chore: changelog

13e6400bd4d951d0917f17e07f46c650d36f911e authored almost 7 years ago by Austin <[email protected]>
chore: more tests

ab95d08c6da5d659de2f3d86c0c8fca33325038e authored almost 7 years ago by Austin <[email protected]>
fix: remove duplicate copy

e273dcf178cfdd2bdf6e07d78c45846937619408 authored almost 7 years ago by Austin <[email protected]>
fix: patchState not working right

8d0aa2f53bfadee706260469454e809f01d87d8c authored almost 7 years ago by Austin <[email protected]>
fix: defaults not working correctly if plain boolean/string/number

4143b9f3648cc77e5a51c9998a7d4caac834c3a3 authored almost 7 years ago by Austin <[email protected]>
chore: minor code cleanup

6c3d491fc09dcddf5a885f9bef55340d268aff53 authored almost 7 years ago by Austin <[email protected]>
fix sort function (#94)

124c3966f9766ddc39570bbe4f8bb685d481b33f authored almost 7 years ago by Danny Blue <[email protected]>
Merge branch 'master' of https://github.com/amcdnl/ngxs

4008485d2259df3618e2ce32da3d22d49879f7ee authored almost 7 years ago by Austin <[email protected]>
chore: add docs for sub states

9b8cb1dfa33b6e17cfe345bff8e7388d162d7433 authored almost 7 years ago by Austin <[email protected]>
Update state.md

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

c1d96cf756348d0095748577cf0a1f0367e5162a authored almost 7 years ago by Austin <[email protected]>