Closed georgemilosh closed 1 year ago
No I think it is something else...
There were breaking changes in the fix of #6. For the matter at hand, keys_exists
was renamed to key_exists
That does break a lot of things. Should be possible to include a wrapper for the old method
yes, I'll do it stat
Please read the other breaking changes that were introduced for #6 and tell me if they make problems for you
I added back the keys_exists
method. But if you can, I recommend rather doing replace all in the files involved.
The name of the function was misleading, as it checks only one key, so I'd rather not stick around with it too much
I've noticed this today while running an old script of Climate-Learning:
Did you change something?