From 282f4e1bda2efbb9b7a1767e8dceb240cd71ffb4 Mon Sep 17 00:00:00 2001 From: j3lte Date: Wed, 12 Apr 2023 23:26:42 +0200 Subject: [PATCH] Update docs --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e541eb5..511ed8a 100644 --- a/README.md +++ b/README.md @@ -173,15 +173,9 @@ See all methods in [``](https://deno.land/x/soda/mod.ts?s=Where) interfac TODO: -- [ ] Add `case` method -- Missing functions (investigate [this doc](https://dev.socrata.com/docs/transforms/)) - - [ ] `centroid` - - [ ] `datetime_add_d` - - [ ] `datetime_add_mm` - - [ ] `datetime_add_hh` - - [ ] `datetime_add_ss` - - [ ] `datetime_diff` - - [ ] `is_empty` +- Add `case` method +- Missing undocemented functions (investigate [this doc](https://dev.socrata.com/docs/transforms/)) +- Improve docs (JSDoc categories etc) ## License