Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 30, 2020
1 parent fc98cd6 commit e826726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3,891 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Lilac: some validation functions in ClojureScript
[![Clojars Project](https://img.shields.io/clojars/v/mvc-works/lilac.svg)](https://clojars.org/mvc-works/lilac)

```edn
[mvc-works/lilac "0.0.3"]
[mvc-works/lilac "0.0.4"]
```

```clojure
Expand Down Expand Up @@ -53,7 +53,7 @@ For more details browse source code:

#### Recursive data

Lilac is designed to validate recursive data, based on a "component" concept begined `deflilac`:
Lilac is designed to validate recursive data, based on a "component" concept behind `deflilac`:

```clojure
(require '[lilac.core :refer [deflilac map+ string+]])
Expand Down Expand Up @@ -105,7 +105,7 @@ The project is developed with Cirru toolchains. Clojure code are compiled from `

### Naming

Since Lilac has APIs similar to `number` `or` `and` `vector`, which are core functions/variables in Clojure. I have to add prefix/suffix in names. Lilac uses suffix of `+` in APIs, inspired by [lilac](assets/lilac-720x480.jpg)
Since Lilac has APIs similar to `number` `or` `and` `vector`, which are core functions/variables in Clojure. I have to add prefix/suffix in names. Lilac uses suffix of `+` in APIs, inspired by [lilac](assets/lilac-720x480.jpg).

### License

Expand Down
Loading

0 comments on commit e826726

Please sign in to comment.