Closed jhomarolo closed 2 years ago
Merging #52 (d48db19) into master (91c62d1) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #52 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 4 +1
Lines 103 108 +5
=========================================
+ Hits 103 108 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/baseEntity.js | 100.00% <100.00%> (ø) |
|
src/customTypes/id.js | 100.00% <100.00%> (ø) |
|
src/field.js | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 91c62d1...d48db19. Read the comment docs.
I think this PR is ready to merge. However, it should be merged only if the documentation on the web site is ready to merge as well.
@dalssoft ok, I'll do it
:tada: This PR is included in version 1.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Adding ID field option on metadata.
Took the liberty to add a type validation for ID fields (only Number and String), if the wrong type is sent, gotu will ignore the isID option. Hope it's consensus among all that we need something like that, but I did not implemented nothing fancy for now.
finishing pr #48
Fixes #46
Proposed Changes
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance