Conversation
|
I update xtended-numbers with breaking changes, but now im getting conflicts with other libraries that use it (like this one and serde). So i figured I would update them for you Not sure if you publish manually or what, so I didn't touch the version number of the byte-utils package |
|
If you are ok with this and once this package gets published, I will update serde as well Essentially i updated things to use core, unified my APIs and no longer depend on base/Buffer, but rather i made my own 'buffer' package that is just and interface and helpers to convert list, array, buffer to it. Doesn't seem like buffer is coming back to the core library |
|
Hey @Gekctek, thanks for making these changes. I currently publish the mops versions manually. I create a separate commit for each version number before pushing to mops - makes it easier to go back to specific version in the commit history. I've been holding off on migrating my libraries to use core, just for that reason. The buffer is the only data-structure I use from the base library and migrating would cause a lot of cascading changes. |
|
New version on mops: https://mops.one/byte-utils@0.1.1 |
No, I probably should but haven't gotten around to it quite yet myself Ok, ill put up the changes for the other. Thank you |
Updating xtended-numbers dependency to 2.0.0