question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Versioning & documentation

See original GitHub issue

I really like this project and the redux first approach, but it was hard to get started because of confusing version & documentation.

So the current version on NPM is: 0.0.16-next, which is also the documented one in the README on the master branch. I refer to this line:

const { reducer, middleware, enhancer } = connectRoutes(history, routesMap) // yes, 3 redux aspects

On rudy version, it seems to be like this:

const { reducer, middleware, enhancer }  = connectRoutes(routesMap);

Without the history. See https://github.com/faceyspacey/redux-first-router/issues/114#issuecomment-330499555.

But then the updates on top of the readme somehow say, that I should use the @rudy version. (What’s the meaning of rudy anyway?)

Cross-checking versions with npm show redux-first-router versions revealed, that there seems to be different version schemes: 1.x.x, 0.0.x-next and 0.0.x-rudy. Whereas 0.0.1-rudy was deployed after 0.0.20-next.

In the end: I’m confused 😕 .

I’m happy to help with documentation a bit, since I have now a working version, but I need to know which is the future version.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:7
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
skeet70commented, Dec 18, 2017

I have pretty similar questions. I’m loving using the router, and we’re currently using 0.0.4-rudy. I ran into issues as well with the documentation that were resolved by reading issue comments or the code. I’ve now got an issue with the flow types in rudy and I’m not sure if I should submit a PR trying to fix them or upgrade (?) to rudy-next.

A bit of version/documentation consolidation would be pretty sweet. I’d also be glad to help out if given direction.

0reactions
ScriptedAlchemycommented, May 23, 2018

Use master if it will do what you need. We are working on a large upgrade (Rudy) which should be out in a couple weeks

Versioning should clear up too, soon. Pretty much Rudy is going to be a significant upgrade capable of doing a lot of things. Rudy is also the brains of the operation for our next big thing, the Respond Framework.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Semantic Versioning 2.0.0 | Semantic Versioning
Semantic Versioning spec and website. ... Given a version number MAJOR.MINOR. ... This may consist of documentation or be enforced by the code...
Read more >
How To Do Document Version Control (with example)
The easiest way to version control your documents is to have your software tools do it for you. Project management collaboration tools often...
Read more >
5 examples of document version control - TechTarget
Document version control examples include iterative documentation, labeling drafts and purging old copies. Discover more approaches to this ...
Read more >
Versioned Documentation - Read the Docs
Read the Docs supports multiple versions of your repository. On initial import, we will create a latest version. This will point at the...
Read more >
Version Control: A Good Practice Guide - University of Glasgow
Version control is the process by which different drafts and versions of a document or record are managed. It is a tool which...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found