From 0836a30b0e3b0380ac8fa0ae7436eedde2e03563 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Tue, 7 Apr 2020 08:17:43 -0500 Subject: [PATCH] README updates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2b15ae..94253e4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Eg: `pigeon identity show` becomes `./pigeon-cli show`. - [X] Fix diagram in spec doc - [X] refactor `Bundle.create` to use `message find-all`. - [X] Rename `message find` to `message read`, since other finders return a multihash. + - [ ] Move stuff involving `LocalIdentity` out of `Message` class and into `Draft` class (re-use lexer logic)? - [ ] Don't allow any type of whitespace in `kind` or `string` keys. Write a test for this. - [ ] Add Lipmaa links like the Bamboo folks do. - [ ] Create regexes in ::Lexer using strings and Regexp.new() for cleaner regexes.