denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
146 stars 45 forks source link

chore: revert back down to 0.x #202

Closed dsherret closed 7 months ago

dsherret commented 7 months ago

We tried out 1.x because we found ourselves publishing non-breaking feature changes in patch releases.

That said:

  1. 1.0 indicates stability and a lot of our APIs change a lot. We're already going to have to do a deno_ast 2.0 release.
  2. People become more concerned about breaking changes and having to bump a major. There's something psychological to it. Breaking changes for our development workflow is better in many cases.
  3. Probably publishing non-breaking feature changes in patch releases with 0.x is ok. We should just do that.