aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/0xjs/0.0.1/versioning.md
diff options
context:
space:
mode:
authorF. Eugene Aumson <gene@aumson.org>2018-09-21 00:51:30 +0800
committerF. Eugene Aumson <gene@aumson.org>2018-09-21 00:51:30 +0800
commit301e491952707cdad8929cb918209a3792201a7d (patch)
tree3092f1f3592d3c4b937bc3d11cdfdcdc66871248 /packages/website/md/docs/0xjs/0.0.1/versioning.md
parent30622631ff588b4b87a05e4ce3ca2906ed1edf9f (diff)
parent3e70ab015ba2cf00064c985c0b76137b182abf7f (diff)
downloaddexon-0x-contracts-301e491952707cdad8929cb918209a3792201a7d.tar
dexon-0x-contracts-301e491952707cdad8929cb918209a3792201a7d.tar.gz
dexon-0x-contracts-301e491952707cdad8929cb918209a3792201a7d.tar.bz2
dexon-0x-contracts-301e491952707cdad8929cb918209a3792201a7d.tar.lz
dexon-0x-contracts-301e491952707cdad8929cb918209a3792201a7d.tar.xz
dexon-0x-contracts-301e491952707cdad8929cb918209a3792201a7d.tar.zst
dexon-0x-contracts-301e491952707cdad8929cb918209a3792201a7d.zip
Merge remote-tracking branch 'upstream/development' into sol-doc
Diffstat (limited to 'packages/website/md/docs/0xjs/0.0.1/versioning.md')
-rw-r--r--packages/website/md/docs/0xjs/0.0.1/versioning.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/md/docs/0xjs/0.0.1/versioning.md b/packages/website/md/docs/0xjs/0.0.1/versioning.md
new file mode 100644
index 000000000..6bcaa5b4d
--- /dev/null
+++ b/packages/website/md/docs/0xjs/0.0.1/versioning.md
@@ -0,0 +1 @@
+This project adheres to the [Semantic Versioning 2.0.0](http://semver.org/) specification. The library's public interface includes all the methods, properties and types included in the documentation. Since the library is still an alpha, it's public interface is not yet stable and we will introduce backward incompatible changes to the interface without incrementing the major version until the `1.0.0` release. Our convention until then will be to increment the minor version whenever we introduce backward incompatible changes to the public interface, and to increment the patch version otherwise. This way, it is safe for you to include 0x.js in your projects with the tilda (e.g `~0.22.0`) without fear that a patch update would break your app.