Skip to content

Commit

Permalink
stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Jul 31, 2020
1 parent 539a0de commit 82757bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# ymlr - A YAML Encoder for Elixir

ymlr is an elixir library to encode data into YAML documents.
ymlr - A YAML encoder for Elixir.

[![Build Status](https://travis-ci.org/ufirstgroup/yml.svg?branch=master)](https://travis-ci.org/ufirstgroup/yml)
[![Coverage Status](https://coveralls.io/repos/github/ufirstgroup/yml/badge.svg?branch=master)](https://coveralls.io/github/ufirstgroup/yml?branch=master)
[![Hex.pm](http://img.shields.io/hexpm/v/ymlr.svg?style=flat)](https://hex.pm/packages/ymlr)
[![Documentation](https://img.shields.io/badge/documentation-on%20hexdocs-green.svg)](https://hexdocs.pm/ymlr/)
![Hex.pm](https://img.shields.io/hexpm/l/ymlr.svg?style=flat)


## Examples

Expand Down Expand Up @@ -45,3 +52,9 @@ ymlr is an elixir library to encode data into YAML documents.
b: 2
"""
```

## A Word on Stability

This library is still in beta and should not be used in production. While it encodes most of the given data correctly,
there might still be some edge cases we haven't come across yet. Please help us find and fix those, preferably by
creating a pull request.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Ymlr.MixProject do
[
app: :ymlr,
description: "A YAML Encoder",
version: "0.1.0",
version: "0.0.1",
elixir: "~> 1.10",
deps: deps(),
dialyzer: dialyzer(),
Expand Down

0 comments on commit 82757bc

Please sign in to comment.