Skip to content

Commit

Permalink
Fix parser bug, enahnce parser error messages and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AvramRobert committed Apr 3, 2021
1 parent d7df0d3 commit 4c54976
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 169 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ It is, as such, somewhat of a nemesis to most other JSON libraries.
For a slightly more detailed introduction and rationale, please take a look [here](docs/intro.md).

## Disclaimer
**STILL IN ACTIVE DEVELOPMENT**
For a list of the things that currently may or may not work, take a look at the [current feature set](./docs/featureset.md).
Not necessarily battle tested.

## Dependency
**Supports Java 1.8 and upwards**

**Loading..**
```xml
<dependency>
<groupId>com.ravram</groupId>
<artifactId>nemesis</artifactId>
<version>0.1.1</version>
</dependency>
```

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.ravram/nemesis "0.1.0-SNAPSHOT"
(defproject com.ravram/nemesis "0.1.1-SNAPSHOT"
:description "A library for working with JSON as one would with a normal data-structure"
:url "https://github.com/AvramRobert/nemesis"
:license {:name "MIT"
Expand Down
Loading

0 comments on commit 4c54976

Please sign in to comment.