From 8fc6c28900d8d2ffa73f63c36dbbdf8f22c13f57 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 15 Sep 2016 19:24:19 -0400 Subject: [PATCH] add note about spec-compliancy and semver (#128) * add note about spec-compliancy and semver * review [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 15ed527c51..df54c5f5a3 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ AST for JSX code is based on [Facebook JSX AST][] with the addition of one node [Facebook JSX AST]: https://github.com/facebook/jsx/blob/master/AST.md +### Semver + +Babylon follows semver in most situations. The only thing to note is that some spec-compliancy bug fixes may be released under patch versions. + +For example: We push a fix to early error on something like multiple default exports per file. That would be considered a bug fix even though it would cause a build to fail. + ### Example ```javascript