briebug / ngrx-auto-entity

NgRx Auto-Entity: Simplifying Reactive State
https://briebug.gitbook.io/ngrx-auto-entity/
Other
66 stars 12 forks source link

RELEASE 0.3.0 #79

Closed paquettealice closed 4 years ago

paquettealice commented 4 years ago

This introduces the new correlationId property for all EntityActions. The changes to the library itself are spread wide but quite shallow, so it shouldn't be too bad to review. The demo app changes are quite heavy however, and I unfortunately don't have time for a full write-up. The broad strokes for both are as follow:

Library

Demo

If you have any questions, don't hesitate to ask!

P.S. I didn't add any unit tests for the library changes (I completely forgot and I'm crazy strained for time lately), so if you'd rather wait until I can get those up before merging, that's completely fine.

paquettealice commented 4 years ago

In the middle of rebasing but have to go eat, so things will look weird for a bit :p

paquettealice commented 4 years ago

Rebasing should be done, and I made two changes:

Please let me know if you want additional changes!

paquettealice commented 4 years ago

@jrista Pushed the changes to the versions, check them out when you can.