Skip to content

Commit

Permalink
📖 docs: mention next version, add enum
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed Nov 29, 2016
1 parent f28619a commit 5686311
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@

clojure.spec for Javascript

# Usage

For a quick usage example see [example.js](example.js). Otherwise please refer to the documentation.

# Documentation

[https://prayerslayer.gitbooks.io/js-spec/content/](https://prayerslayer.gitbooks.io/js-spec/content/)

# Installation

npm install js.spec

For a quick usage example see [example.js](example.js). Otherwise please refer to the documentation.
This will install the current version. A preview of the next major is available as `js.spec@next`.

# Implementation Status

The 0.0.x published versions should be seen as developer previews. Code may or may not work. API may or may not witness breaking changes (it will).
The 0.0.x published versions should be seen as developer previews. Code may or may not work. API may or may not witness breaking changes.

* Specs
* ✅ Primitives
Expand All @@ -29,6 +33,7 @@ The 0.0.x published versions should be seen as developer previews. Code may or m
* ✅ Or
* ✅ Tuple
* ✅ Nilable
* ✅ Enum
* ✅ Spec Registry
* :construction: Spec Regexes (`cat`, `alt`, `*`, `?`, `+`)
* 😰 Generator Functions
Expand Down

0 comments on commit 5686311

Please sign in to comment.