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

v1.4.0 #680

Merged
merged 16 commits into from Dec 22, 2022
Merged

v1.4.0 #680

merged 16 commits into from Dec 22, 2022

Conversation

CodeDredd
Copy link
Owner

@CodeDredd CodeDredd commented Dec 7, 2022

v1.4.0 - πŸŽ„

🎁 Enhancements

πŸ•―οΈ Fixes

🀢 Performance

β˜ƒοΈ Refactors

  • pinia-orm: Improve typescript handling with piniaStore() (a8628c8)

πŸŽ… Documentation

  • Add some missing model functions to api (ce54b23)

❀️ Contributors

  • Gregor Becker
  • Santa Clause

* perf(pinia-orm): Improve hydrating check

* perf(pinia-orm): add checking for composite keys

* refactor(pinia-orm): remove not needed update prop

* refactor(pinia-orm): small improvement
@CodeDredd CodeDredd marked this pull request as draft December 7, 2022 08:25
* feat(pinia-orm): add `hasManyThrough` relation

* test(pinia-orm): add make test

* test(pinia-orm): remove console log

* docs(pinia-orm): small typo

* docs(pinia-orm): update readme

* docs(pinia-orm): update readme
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2022

Codecov Report

Base: 0.00% // Head: 99.67% // Increases project coverage by +99.67% πŸŽ‰

Coverage data is based on head (ce54b23) compared to base (b3f22c1).
Patch coverage: 99.25% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #680       +/-   ##
===========================================
+ Coverage        0   99.67%   +99.67%     
===========================================
  Files           0       85       +85     
  Lines           0     5551     +5551     
  Branches        0      486      +486     
===========================================
+ Hits            0     5533     +5533     
- Misses          0       17       +17     
- Partials        0        1        +1     
Impacted Files Coverage Ξ”
packages/pinia-orm/src/support/Utils.ts 97.81% <94.44%> (ΓΈ)
packages/pinia-orm/src/query/Query.ts 99.80% <97.05%> (ΓΈ)
packages/pinia-orm/src/composables/useDataStore.ts 100.00% <100.00%> (ΓΈ)
packages/pinia-orm/src/decorators.ts 100.00% <100.00%> (ΓΈ)
packages/pinia-orm/src/model/Model.ts 100.00% <100.00%> (ΓΈ)
...rm/src/model/attributes/relations/BelongsToMany.ts 100.00% <100.00%> (ΓΈ)
...m/src/model/attributes/relations/HasManyThrough.ts 100.00% <100.00%> (ΓΈ)
.../decorators/attributes/relations/HasManyThrough.ts 100.00% <100.00%> (ΓΈ)
packages/pinia-orm/src/repository/Repository.ts 100.00% <100.00%> (ΓΈ)
...ckages/pinia-orm/src/model/attributes/types/Uid.ts 100.00% <0.00%> (ΓΈ)
... and 82 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

β˜” View full report at Codecov.
πŸ“’ Do you have feedback about the report comment? Let us know in this issue.

@vercel
Copy link

vercel bot commented Dec 7, 2022

Deployment failed with the following error:

Resource is limited - try again in 13 minutes (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

vercel bot commented Dec 7, 2022

Deployment failed with the following error:

Resource is limited - try again in 1 minute (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

vercel bot commented Dec 21, 2022

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated
pinia-orm-docs πŸ”„ Building (Inspect) Dec 22, 2022 at 6:30PM (UTC)
pinia-orm-playground πŸ”„ Building (Inspect) Dec 22, 2022 at 6:30PM (UTC)

#754)

* fix(pinia-orm): @onDelete and Attr(object) leads to undefined error
closes #748

* refactor(pinia-orm): linting
@CodeDredd CodeDredd marked this pull request as ready for review December 21, 2022 15:14
@CodeDredd CodeDredd merged commit eb305e8 into master Dec 22, 2022
@CodeDredd CodeDredd deleted the next-release branch December 22, 2022 18:48
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.

None yet

2 participants