Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog #74

Open
gregtatum opened this issue Aug 11, 2015 · 6 comments
Open

Changelog #74

gregtatum opened this issue Aug 11, 2015 · 6 comments

Comments

@gregtatum
Copy link

It would be helpful if there is a human readable changelog (I'm not seeing it if there is one). I'm migrating an earlier setup and am having issues figuring out what's different with the new versions.

Thanks for your work!

@nfroidure
Copy link
Owner

You are absolutely right ;). Leaving this issue open until i find some time to add automatic changelog to my projects.

@igidas
Copy link

igidas commented May 17, 2016

+1

@pkyeck
Copy link

pkyeck commented Oct 10, 2017

was wondering about the same thing. I have two projects (one using v8 the other v9) and I think the CSS output is different for the same SVGs using the same template ... is that expected?

my mistake - all as expected. but changelog would still be a good idea ...

@nfroidure
Copy link
Owner

nfroidure commented Mar 15, 2021

As said in #169 : A changelog is still a good thing but I won't have time to add it that soon. Feel free to PR that said. Would merge if it's done automagically on commit. For an example, see my recenter modules : https://github.com/nfroidure/openapi-ts-sdk-builder

@MiniGod
Copy link

MiniGod commented Aug 6, 2021

Similar story here. I was upgrading from an old version and had to look through the commits to see where stuff would break.

Here are the breaking changes that mattered to me:

v10.0.0: upgrades to gulp 4 & requires minimum node v6.
v11.0.0: Requires minimum node v12.

If you are, like me, upgrading an old project that is still using gulp@3, upgrade to version 9.

@MiniGod
Copy link

MiniGod commented Aug 6, 2021

Also worth noting that in v3.0.0 the codepoints(codepoints, options) event was changed to glyphs(glyphs, options), as seen in the diff for v3.0.0. And codepoints[].codepoint changed to glyphs[].unicode[0]. I can't say I understand the change at first glance. These are 6 year old changes, so hopefully you don't have to bother with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants