-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! :)
At start I want to say that I love your library! Is really helpfull to generate change history log...
in my project we want use translated history logs... and will be a lot easier if diff instead returning array of strings will return array with changes objects e.g.
[
{
type: 'N',
newValue: 'NEWVALUE',
dotPath: 'DOTPATH',
field: 'FIELD'
},
{
type: 'E',
oldValue: 'OLDVALUE',
newValue: 'NEWVALUE',
dotPath: 'DOTPATH',
field: 'FIELD'
},
]
what do you think about that?
Greetings from Poland :)
Daniel
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request