Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: entity decorator #84

Merged
merged 1 commit into from
Jan 13, 2020
Merged

feat: entity decorator #84

merged 1 commit into from
Jan 13, 2020

Conversation

jrista
Copy link
Contributor

@jrista jrista commented Jan 11, 2020

  • Add @entity decorator for models
  • Implement required modelName option
  • Implement optional pluralName option
  • Implement optional uriName option
  • Implement optional comparer function option
  • Implement effect exclusion feature
  • Add sorted$ facade stream and selectAllSorted selector
  • Fix prod build issue with modelName in @entity decorator
  • Improve robustness of all selectors when state is falsy
  • Added test-app for simpler app than demo to test library features with

Issue #70 #58 #81

@jrista jrista force-pushed the feat/entity-decorator branch from 6006712 to 7f928ad Compare January 13, 2020 17:25
patpaquette
patpaquette previously approved these changes Jan 13, 2020
 + Add @entity decorator for models
 + Implement required modelName option
 + Implement optional pluralName option
 + Implement optional uriName option
 + Implement optional comparer function option
 + Implement effect exclusion feature
 + Add sorted$ facade stream and selectAllSorted selector
 * Fix prod build issue with modelName in @entity decorator
 * Improve robustness of all selectors when state is falsy

 + Added test-app for simpler app than demo to test library features with

Issue #70 #58 #81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants