Conversation
|
Ooh, very happy to see this!! I'd love this PR (plus a release) in order to fix igorshubovych/markdownlint-cli#469 without needing to introduce an async code path. It looks like you've done the work already, but if you'd like a second pair of eyes or anything to get this done, I volunteer. Thank you! :) |
| { | ||
| "name": "smol-toml", | ||
| "version": "1.1.4", | ||
| "version": "1.1.5", |
There was a problem hiding this comment.
At the risk of being a pest, I think changing the primary export from ESM to CJS should be considered a breaking change (i.e., semver major increment vs. patch increment).
There was a problem hiding this comment.
I see why that'd be the case; but the change shouldn't have any effect on downstream users (the package remains compatible with ESM-style imports) so I'm unsure if a semver major is necessary here 🤔
There was a problem hiding this comment.
You're right! I hadn't realized existing uses would continue to work, sorry.
|
After double checking the change I don't think it changes the behavior of the library enough to warrant a semver major. It does allow for something new as a side effect (that I quite like, actually) and the possibility to import the library as |
|
v1.2.0 works great, thank you! |
No description provided.