Faker.js: Current README in master does not match current release

Created on 5 Jul 2019  路  7Comments  路  Source: Marak/faker.js

I have got myself confused several times recently when I went to the GitHub page to look up the API methods because it doesn't match the 4.1.0 release any more.

I've made a PR to add a temporary link to the older README to help people like me until 5.0.0 is released.

https://github.com/Marak/faker.js/pull/802

Most helpful comment

v5.0.0 has been published.

Will be following up with regular releases based on new items getting merged.

All 7 comments

Yes - I need some functionality mentioned in README but can get it in 4.1.0

Agreed - this is confusing, given the last official release was almost a year ago. @Marak anything we can do to help with 5.0.0 release? (or an interim 4.X release)

I agree, or maybe a next release if master is still unstable

A readme evolves along with its repository. This is normal "behavior" for version controlled code. If one wants to access the 4.1.0 (or any other version) readme its as easy as selecting that tag from the branch/tag selector in the repository view. This works for literally any other repository as well, as long as the versions are git tagged.

Screenshot 2019-11-20 at 19 04 23

@ohcibi Yes you are right. However the last tag dates from Feb 21, 2017, and there was around 50 pull requests merged since then.

It would be nice to have a new npm package published, like v5.0.0 (or next if master is not stable). This way the README will actually be more accurate and up to date with the latest npm package.
At the end, this could be fixed once this issue is fixed, but it's locked https://github.com/Marak/faker.js/issues/692

Note that I understand this is an open source project and people work on this repository on their own time, I'm thankful for that!

@Marak If you need any help for making the v5 a reality let me know maybe I can help?

+1 for a new release, it's been a while

v5.0.0 has been published.

Will be following up with regular releases based on new items getting merged.

Was this page helpful?
0 / 5 - 0 ratings