improve JSON.stringify#17
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
==========================================
+ Coverage 84.70% 86.22% +1.52%
==========================================
Files 4 4
Lines 353 363 +10
Branches 105 110 +5
==========================================
+ Hits 299 313 +14
+ Misses 52 50 -2
+ Partials 2 0 -2 ☔ View full report in Codecov by Sentry. |
4251f4e to
e9ef262
Compare
- BREAKING CHANGE - previously it just serialized the properties (no getters). - BREAKING CHANGE - remove deprecated `parse` method - bump to v2.0.0 - also update dependencies - also bump deprecated actions
tjcouch-sil
left a comment
There was a problem hiding this comment.
I don't really know the context behind why you are making this change, but it seems fine.
I do wonder, though, why choose to serialize with book instead of bookNum? Seems bookNum would give more consistency with the other fields. Doesn't really matter much, though, so I'm approving. I imagine you had a good reason anyway.
I don't have any changes in mind for v1.
Note: I think you may have to tune up VerseRefConverter in P.B to support this.
|
@tjcouch-sil Using |
parsemethod