Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
netvl committed Mar 25, 2015
1 parent 1f46df3 commit ce08ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notes/0.1.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ What is available in this release:
respectively;
* a converters library which provides a DSL for writing custom serializers in a declarative way.

picopickle is heavily inspired by [upickle], but it does not do everything I needed, and I couldn't manage to fix it -
there were compiler errors I didn't know how to overcome. shapeless, however, provide a lot of tools, including lazy
implicits, which made writing a serialization library a very easy task.

[upickle]: https://github.com/lihaoyi/upickle

You can find more in the [readme].

[readme]: https://github.com/netvl/picopickle#readme

0 comments on commit ce08ae1

Please sign in to comment.