Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theScottyJam committed May 26, 2023
1 parent c39630f commit 937e080
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moat-maker",
"version": "0.0.13",
"version": "1.0.0",
"description": "Validate your runtime data with easy to pick up, TypeScript-inspired syntax.",
"author": "Scotty Jamison",
"keywords": [
Expand Down
12 changes: 11 additions & 1 deletion releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
This project is still in beta. Release notes won't be tracked until it is out of beta.
# Release Notes

## Version 1.0.0
Released May 26, 2023

The initial release!
* Syntax that is available to be used in this release: Simple rules (number/string/object/etc), primitive literals, any/unknown, property rules (the object-like syntax), arrays, tuples, unions, intersection, and iterable matching syntax. Parentheses and comments also work as expected.
* Supported values that can be interpolated into a validator: primitives, classes (and functions), regular expressions, and special objects provided by this library.
* Available properties on the validator instance: .matches(), .assertMatches(), .assertionTypeGuard(), .assertArgs(), and .ruleset
* Available static properties found on the validator template tag: .from(), .fromRuleset(), .lazy(), .expectTo()
* Other available exports: ValidatorSyntaxError

0 comments on commit 937e080

Please sign in to comment.