Pegjs: Which version should I work from?

Created on 2 Feb 2020  ·  6Comments  ·  Source: pegjs/pegjs

You talk about 0.11 not happening

If I develop a feature, should I base from 0.10 or 0.11-dev?

All 6 comments

I know it's a single data point, but I've been using 0.11-dev for over 6 months in production with no major issues. Value plucking is well worth it for me.

What scares me is futagoza said he was scratching 0.11 as unreleasable

This is a disaster. Can the community take this project back and fork it?

Yeah, I guess it's time for me to do that, isn't it

How do you find v0.11? I don't see it tagged...

For node use:

npm install pegjs@dev --save

or

yarn add pegjs@dev

I'm not aware of a CDN that has a dev snapshot for browser use.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmajda picture dmajda  ·  15Comments

brettz9 picture brettz9  ·  8Comments

dmajda picture dmajda  ·  20Comments

dmajda picture dmajda  ·  7Comments

richb-hanover picture richb-hanover  ·  7Comments