You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(lib): Allow adding / appending duplicate entries
* feat(tests): Add tests for duplicate properties
* feat(tests): Add more unit tests
* chore(tests): Rename test
* fix: new feature tests on windows
* Revert "fix: new feature tests on windows"
This reverts commit a398464.
* fix: broken test on windows
* fix: broken test on windows (hopefully)
---------
Co-authored-by: Rouven Himmelstein <r.himmelstein@tarent.de>
Hello thank you for this great library,
I'm currently working on a project where I need to add duplicate properties:
I see that there is a
get_all()
for property retrieval:which would return all
bar
entries.When I now try to use the setter API to add entries, it would always overwrite the entry, which is clearly documented, thanks for that.
So I have the proposal to introduce a new API that works like
set
but allows duplicate entries:which would lead to my first listing.
The text was updated successfully, but these errors were encountered: