@prismicio/helpers changelog for v1 versions

Hi!

I'm upgrading a software project that uses @prismicio/helpers 1.0.5 and I'm wondering what are the differences between this version and 1.1.1.

The changelog includes only information starting from v2, and the git history seems to start with v2 as well. Plus, looking at NPM package releases, looks like 1.0.5 is more recent than 1.1.1.

Is there a place where I can see the changes between each version?

Thanks!

Hello @ngarbezza

@prismicio/helpers 2.0.0 is the latest and out of beta. You can see logs in npm packages: @prismicio/helpers - npm

Here is a technical reference article for this: @prismicio/helpers Technical Reference - Prismic

Let me know if you have any other questions.

Thanks,
Priyanka

Thanks Priyanka,

I know there's a recent version and it's the recommended one. I want to make an upgrade as less disruptive as possible, it's risky to make major updates in the project I'm working on.

That's why I was wondering if there was any information about those 1.x releases. I couldn't find anything in the Github repository

Hi Nahuel Garbezza,

There is a migration guide included for v2 which details how to handle the breaking changes:

The team also recommends to stay with 1.0.5 if you don't want to go to v2.

Thanks.